Releases » ColorToy Color Picker
Simple but effective RGB color picker and converter
ColorToy Color Picker

Notes:

The purpose of this utility is to visualize and convert an RGB color
triplet into various formatted RGB representations. The color triplet
can either be set via sliders or entered/pasted as text

Supported representations are:

 –  Decimal (rrr ggg bbb)
 –  Hexadecimal (rr gg bb)
 –  Floating Point (.r .g .b) – Useful for OpenGL programming,
    originally intended for use in Q3A shader scripts and Q3A TA menu scripts.
 –  HTML HEX (#rrggbb or rrggbb)
 –  BCB/Delphi color ($aabbggrr or aabbggrr)
 –  Integer (0xRRGGBB as single value)
 

Releases:

2.0  8 months ago
2.1  8 months ago
3.0  5 months ago
 

Links:

@ AddictiveTips.com