#666CCC (or 0x666CCC) is unknown color: approx Chetwode Blue. HEX triplet: 66, 6C and CC. RGB value is (102,108,204). Sum of RGB (Red+Green+Blue) = 102+108+204=414 (54% of max value = 765). Red value is 102 (40.23% from 255 or 24.64% from 414); Green value is 108 (42.58% from 255 or 26.09% from 414); Blue value is 204 (80.08% from 255 or 49.28% from 414); Max value from RGB is 204 - color contains mainly: blue. Hex color #666CCC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #666CCC is #999333. Grayscale: #747474. Windows color (decimal): -10064692 or 13397094. OLE color: 13397094.
HSL color Cylindrical-coordinate representation of color #666CCC: hue angle of 236.47º degrees, saturation: 0.5, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #666CCC is Cyan = 0.5, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.2.
<style> p { color: #666ccc; } p { color: rgb(102,108,204); } H1.HeaderClassName { color: #666ccc; } .AnyTagClassName { color: #666ccc; } </style>
<style> a { background-color: #666ccc; } a { background-color: rgb(102,108,204); } div.DivClassName { background-color: #666ccc; } .BgClassName { background-color: #666ccc; } </style>
<style> span { border-color: #666ccc; } span { border-color: rgb(102,108,204); } td.TdClassName { border-color: #666ccc; } .TagClassName { border-color: #666ccc; } </style>