Shades of Comet #666885
Tints of Comet #666885
RGB
CMYK
RGB Variations
Color information
#666885 (or 0x666885) is known color: Comet. HEX triplet: 66, 68 and 85. RGB value is (102,104,133). Sum of RGB (Red+Green+Blue) = 102+104+133=339 (44% of max value = 765). Red value is 102 (40.23% from 255 or 30.09% from 339); Green value is 104 (41.02% from 255 or 30.68% from 339); Blue value is 133 (52.34% from 255 or 39.23% from 339); Max value from RGB is 133 - color contains mainly: blue. Hex color #666885 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #666885 is #99977A. Grayscale: #6A6A6A. Windows color (decimal): -10065787 or 8743014. OLE color: 8743014.
HSL color Cylindrical-coordinate representation of color #666885: hue angle of 236.13º degrees, saturation: 0.13, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #666885 is Cyan = 0.23, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 102 | 104 | 133 | - |
| CMYK | 0.23 | 0.22 | 0 | 0.48 |
| HSL | 236.13º | 0.13% | 0.46% | - |
| HSV(B) | 236.13º | 0.23% | 0.52% | - |
| XYZ | 14.66 | 14.42 | 24.2 | - |
| YUV | 106.71 | 142.84 | 124.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 104 | 133 | 0.23 | 0.22 | 0 | 0.48 | 236.13 | 0.13 | 0.46 |
| Hex | 66 | 68 | 85 | 17 | 16 | 0 | 30 | EC | D | 2E |
| Octal | 146 | 150 | 205 | 27 | 26 | 0 | 60 | 354 | 15 | 56 |
| Binary | 1100110 | 1101000 | 10000101 | 10111 | 10110 | 0 | 110000 | 11101100 | 1101 | 101110 |
Color Harmonies of #666885
Complementary color
Monochromatic Colors of #666885
Black with #666885
Text Example
Text Example
White with #666885
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #666885; }
p { color: rgb(102,104,133); }
H1.HeaderClassName
{
color: #666885;
}
.AnyTagClassName
{
color: #666885;
}
</style>
background-color css
<style>
a { background-color: #666885; }
a { background-color: rgb(102,104,133); }
div.DivClassName
{
background-color: #666885;
}
.BgClassName
{
background-color: #666885;
}
</style>
border-color css
<style>
span { border-color: #666885; }
span { border-color: rgb(102,104,133); }
td.TdClassName
{
border-color: #666885;
}
.TagClassName
{
border-color: #666885;
}
</style>