Color picker tool?

Discussion in 'HTML & Website Design' started by satishtalim, Jun 17, 2005.

  1. #1
    I am not a web designer. I am using Blogger/Blogspot.com and the Minima template.

    The template has this css -
    a:link {
    color:#58a;
    text-decoration:none;
    }
    a:visited {
    color:#969;
    text-decoration:none;
    }

    (a) I don't understand the #58a and #969 codes

    (b) I want a free online/offline tool where I type the code say #58a and it shows me the color and Vice-versa ie. I click on a color and it shows me the code. Note the code here is three digits. The tool should display both three digits and six digits.

    Any pointers? Thanks.
     
    satishtalim, Jun 17, 2005 IP
  2. mcfox

    mcfox Wind Maker

    Messages:
    7,526
    Likes Received:
    716
    Best Answers:
    0
    Trophy Points:
    360
    #2
    #58a = #58a58a
    #969 = #969969
    it's a shorthand way of implementing colors designed to save time typing.

    http://www.colorschemer.com/online.html

    You may also be interested in these color tools as well:
    http://wellstyled.com/tools/colorscheme2/index-en.html
    http://www.ficml.org/jemimap/style/color/wheel.html
    http://www.visibone.com/colorlab/big.html
     
    mcfox, Jun 18, 2005 IP
  3. satishtalim

    satishtalim Peon

    Messages:
    440
    Likes Received:
    25
    Best Answers:
    0
    Trophy Points:
    0
    #3
    Thanks for the links. However, I am still not clear about your explanation of #969 = #969969 I had thought that the six digit code had every 2 digits for RGB color ie R would be 96, G 99 and B 69?
    Therefore, a handy tool where I input the 3 digit Hex code and it ouputs the equivalent 6 digit Hex code - is such a tool available?
     
    satishtalim, Jun 18, 2005 IP
  4. J.D.

    J.D. Peon

    Messages:
    1,198
    Likes Received:
    65
    Best Answers:
    0
    Trophy Points:
    0
    #4
    Where did this come from? Each digit in a three-digit form is simply replicated to get the six-digit form.

    #58a = #5588aa
    #969 = #996699


    J.D.
     
    J.D., Jun 18, 2005 IP
  5. mcfox

    mcfox Wind Maker

    Messages:
    7,526
    Likes Received:
    716
    Best Answers:
    0
    Trophy Points:
    360
    #5
    Hey, it was early in the morning. :eek:

    That's what I meant. :rolleyes:
     
    mcfox, Jun 18, 2005 IP
  6. tautvys92

    tautvys92 Peon

    Messages:
    246
    Likes Received:
    1
    Best Answers:
    0
    Trophy Points:
    0
  7. noahqw

    noahqw Member

    Messages:
    180
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    28
    #7
    I personally use ColorZilla which is a built in FireFox plugin that offers the user to pick any color and get the hex, and RGB. Just google: FireFox ColorZilla PLugin
    That should do what you need it to do.
     
    noahqw, Oct 23, 2009 IP