Shades of Comet #666987
Tints of Comet #666987
RGB
CMYK
RGB Variations
Color information
#666987 (or 0x666987) is known color: Comet. HEX triplet: 66, 69 and 87. RGB value is (102,105,135). Sum of RGB (Red+Green+Blue) = 102+105+135=342 (45% of max value = 765). Red value is 102 (40.23% from 255 or 29.82% from 342); Green value is 105 (41.41% from 255 or 30.70% from 342); Blue value is 135 (53.12% from 255 or 39.47% from 342); Max value from RGB is 135 - color contains mainly: blue. Hex color #666987 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #666987 is #999678. Grayscale: #6B6B6B. Windows color (decimal): -10065529 or 8874342. OLE color: 8874342.
HSL color Cylindrical-coordinate representation of color #666987: hue angle of 234.55º degrees, saturation: 0.14, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #666987 is Cyan = 0.24, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 102 | 105 | 135 | - |
| CMYK | 0.24 | 0.22 | 0 | 0.47 |
| HSL | 234.55º | 0.14% | 0.46% | - |
| HSV(B) | 234.55º | 0.24% | 0.53% | - |
| XYZ | 14.9 | 14.68 | 24.97 | - |
| YUV | 107.52 | 143.51 | 124.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 105 | 135 | 0.24 | 0.22 | 0 | 0.47 | 234.55 | 0.14 | 0.46 |
| Hex | 66 | 69 | 87 | 18 | 16 | 0 | 2F | EB | E | 2E |
| Octal | 146 | 151 | 207 | 30 | 26 | 0 | 57 | 353 | 16 | 56 |
| Binary | 1100110 | 1101001 | 10000111 | 11000 | 10110 | 0 | 101111 | 11101011 | 1110 | 101110 |
Color Harmonies of #666987
Complementary color
Monochromatic Colors of #666987
Black with #666987
Text Example
Text Example
White with #666987
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #666987; }
p { color: rgb(102,105,135); }
H1.HeaderClassName
{
color: #666987;
}
.AnyTagClassName
{
color: #666987;
}
</style>
background-color css
<style>
a { background-color: #666987; }
a { background-color: rgb(102,105,135); }
div.DivClassName
{
background-color: #666987;
}
.BgClassName
{
background-color: #666987;
}
</style>
border-color css
<style>
span { border-color: #666987; }
span { border-color: rgb(102,105,135); }
td.TdClassName
{
border-color: #666987;
}
.TagClassName
{
border-color: #666987;
}
</style>