Many applications use the default Windows colour picker which unfortunately, doesn’t support hexa codes. Use this bookmarklet to convert and copy the decimal values from your browser to the picker. No need to bullshit around, here’s the thing :-)
Drag this onto your bookmark toolbar:
RGB hex2dec
Here’s the code for the curious souls out there. Nothing interesting. Just using built-in functionality of parseInt().
-
span class=”st0″>’Enter a hexadecimal RGB code (# optional):’‘#’‘ ‘ + g + ‘ ‘ + b);
-
Neat! Maybe handle three-character versions as well, and allow repeated use, e.g. (live copy | source):