RCWebColorPicker is a simple color picker that displays the red, green, and blue values in HTML-friendly hexadecimal values. It also allows a user to restrict the sliders to only allow the 216 web-safe colors.
DOWN10 Getting Hex values for RGB colors is essential for Web and UI developers. The fact that this particular function isn't already a part of the "Color Sliders" tab of Apple's Color Picker is quite an oversight, since that's the first place I would think to look for it.
Happily, this tool corrects this oversight. Thank you, RCWebColorPicker! (Version 1.2)