Shades of Comet #666977
Tints of Comet #666977
RGB
CMYK
RGB Variations
Color information
#666977 (or 0x666977) is known color: Comet. HEX triplet: 66, 69 and 77. RGB value is (102,105,119). Sum of RGB (Red+Green+Blue) = 102+105+119=326 (43% of max value = 765). Red value is 102 (40.23% from 255 or 31.29% from 326); Green value is 105 (41.41% from 255 or 32.21% from 326); Blue value is 119 (46.88% from 255 or 36.50% from 326); Max value from RGB is 119 - color contains mainly: blue. Hex color #666977 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #666977 is #999688. Grayscale: #696969. Windows color (decimal): -10065545 or 7825766. OLE color: 7825766.
HSL color Cylindrical-coordinate representation of color #666977: hue angle of 229.41º 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 #666977 is Cyan = 0.14, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 102 | 105 | 119 | - |
| CMYK | 0.14 | 0.12 | 0 | 0.53 |
| HSL | 229.41º | 0.08% | 0.43% | - |
| HSV(B) | 229.41º | 0.14% | 0.47% | - |
| XYZ | 13.86 | 14.26 | 19.47 | - |
| YUV | 105.7 | 135.51 | 125.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 105 | 119 | 0.14 | 0.12 | 0 | 0.53 | 229.41 | 0.08 | 0.43 |
| Hex | 66 | 69 | 77 | E | C | 0 | 35 | E5 | 8 | 2B |
| Octal | 146 | 151 | 167 | 16 | 14 | 0 | 65 | 345 | 10 | 53 |
| Binary | 1100110 | 1101001 | 1110111 | 1110 | 1100 | 0 | 110101 | 11100101 | 1000 | 101011 |
Color Harmonies of #666977
Complementary color
Monochromatic Colors of #666977
Black with #666977
Text Example
Text Example
White with #666977
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #666977; }
p { color: rgb(102,105,119); }
H1.HeaderClassName
{
color: #666977;
}
.AnyTagClassName
{
color: #666977;
}
</style>
background-color css
<style>
a { background-color: #666977; }
a { background-color: rgb(102,105,119); }
div.DivClassName
{
background-color: #666977;
}
.BgClassName
{
background-color: #666977;
}
</style>
border-color css
<style>
span { border-color: #666977; }
span { border-color: rgb(102,105,119); }
td.TdClassName
{
border-color: #666977;
}
.TagClassName
{
border-color: #666977;
}
</style>