Version: (using KDE 4.4.0) OS: Linux Installed from: Fedora RPMs KColorChooser now offers RGB and HSV values in separate spin boxes and a convenient HTML (hexadecimal) form in a text box. In addition, it'd be useful if it provided the selected RGB as a comma separated list - R,G,B This would make it very easy to copy and paste in code (Qt code, to be specific). I know it's a bit too much to ask for ;-) Thanks for this wonderful tool.
Unsure if this request is about the 'kcolorchooser' application (which is deprecated, just use kdialog --getcolor, which has a way to specify format for the result), or the actual color dialog, which is just a QColorDialog from Qt. Assuming the latter, and resolving accordingly.