6

How can I get a HEX code entry into the Color Chooser for Mavericks?

2 Answers2

4

You can get the Hex Color Picker:

#123456#AABBCC

grg
  • 201,078
  • 1
    Also see http://apple.stackexchange.com/questions/16717/how-can-i-find-color-codes-on-mac and http://apple.stackexchange.com/questions/18353/how-can-i-get-the-hexadecimal-functionality-of-digital-colormeter-back – bmike Jan 21 '14 at 20:25
  • I have updated my answer to include a custom picker – markhunte Jan 22 '14 at 00:12
  • This is a plugin for the standard color picker. Unfortunately, it does not work for me. For some reason the hex picker returns wrong hex values. E.g. a full red image (#ff000000) created in photoshop, is evaluated as #f70016. See a screenshot here: http://o7.no/1mQpv4Z – Kurt UXD May 13 '14 at 05:35
  • 1
    Those differences are due to your display color profile. Nothing to do with the app. The photoshop color is just converted through your display colorprofile into a value that is shown on the screen. If you pick it you get the converted color. – woens Apr 29 '18 at 10:46
4

Go to the Palette Tab.

Change the selection to 'Web Safe Colors'

enter image description here

This will give you:

enter image description here


Update :

I made a quick app so I could create a custom HEX picker palette using the colours found at http://www.w3schools.com's html_colornames


UPDATE: I found a list at : http://www.colourlovers.com ultimate-html-color-hex-code-list I Combined the two lists : The process I use automaticlly removes repeats. The Palette now holds about 1520 HEX Colors.


You can down load the .clr file here.

Place the file inside of you home Colors folder: ~/Library/Colors/

Some apps may need to be relaunched before their colour picker picks it up. The New Picker can be found in the Palettes drop down menu.

enter image description hereenter image description here

If I get time I will also put on my blog the App. But I would need to change it a bit so it can be used to add any set of HEX codes. Or if any one knows where the is the ultimate HEX code list. I will try and convert that.

markhunte
  • 12,242