Shades of Comet #666877
Tints of Comet #666877
RGB
CMYK
RGB Variations
Color information
#666877 (or 0x666877) is known color: Comet. HEX triplet: 66, 68 and 77. RGB value is (102,104,119). Sum of RGB (Red+Green+Blue) = 102+104+119=325 (43% of max value = 765). Red value is 102 (40.23% from 255 or 31.38% from 325); Green value is 104 (41.02% from 255 or 32% from 325); Blue value is 119 (46.88% from 255 or 36.62% from 325); Max value from RGB is 119 - color contains mainly: blue. Hex color #666877 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #666877 is #999788. Grayscale: #696969. Windows color (decimal): -10065801 or 7825510. OLE color: 7825510.
HSL color Cylindrical-coordinate representation of color #666877: hue angle of 232.94º degrees, saturation: 0.08, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #666877 is Cyan = 0.14, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 102 | 104 | 119 | - |
| CMYK | 0.14 | 0.13 | 0 | 0.53 |
| HSL | 232.94º | 0.08% | 0.43% | - |
| HSV(B) | 232.94º | 0.14% | 0.47% | - |
| XYZ | 13.76 | 14.06 | 19.44 | - |
| YUV | 105.11 | 135.84 | 125.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 104 | 119 | 0.14 | 0.13 | 0 | 0.53 | 232.94 | 0.08 | 0.43 |
| Hex | 66 | 68 | 77 | E | D | 0 | 35 | E9 | 8 | 2B |
| Octal | 146 | 150 | 167 | 16 | 15 | 0 | 65 | 351 | 10 | 53 |
| Binary | 1100110 | 1101000 | 1110111 | 1110 | 1101 | 0 | 110101 | 11101001 | 1000 | 101011 |
Color Harmonies of #666877
Complementary color
Monochromatic Colors of #666877
Black with #666877
Text Example
Text Example
White with #666877
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #666877; }
p { color: rgb(102,104,119); }
H1.HeaderClassName
{
color: #666877;
}
.AnyTagClassName
{
color: #666877;
}
</style>
background-color css
<style>
a { background-color: #666877; }
a { background-color: rgb(102,104,119); }
div.DivClassName
{
background-color: #666877;
}
.BgClassName
{
background-color: #666877;
}
</style>
border-color css
<style>
span { border-color: #666877; }
span { border-color: rgb(102,104,119); }
td.TdClassName
{
border-color: #666877;
}
.TagClassName
{
border-color: #666877;
}
</style>