Shades of Comet #666879
Tints of Comet #666879
RGB
CMYK
RGB Variations
Color information
#666879 (or 0x666879) is known color: Comet. HEX triplet: 66, 68 and 79. RGB value is (102,104,121). Sum of RGB (Red+Green+Blue) = 102+104+121=327 (43% of max value = 765). Red value is 102 (40.23% from 255 or 31.19% from 327); Green value is 104 (41.02% from 255 or 31.80% from 327); Blue value is 121 (47.66% from 255 or 37.00% from 327); Max value from RGB is 121 - color contains mainly: blue. Hex color #666879 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #666879 is #999786. Grayscale: #696969. Windows color (decimal): -10065799 or 7956582. OLE color: 7956582.
HSL color Cylindrical-coordinate representation of color #666879: hue angle of 233.68º degrees, saturation: 0.09, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #666879 is Cyan = 0.16, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 102 | 104 | 121 | - |
| CMYK | 0.16 | 0.14 | 0 | 0.53 |
| HSL | 233.68º | 0.09% | 0.44% | - |
| HSV(B) | 233.68º | 0.16% | 0.47% | - |
| XYZ | 13.88 | 14.11 | 20.08 | - |
| YUV | 105.34 | 136.84 | 125.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 104 | 121 | 0.16 | 0.14 | 0 | 0.53 | 233.68 | 0.09 | 0.44 |
| Hex | 66 | 68 | 79 | 10 | E | 0 | 35 | EA | 9 | 2C |
| Octal | 146 | 150 | 171 | 20 | 16 | 0 | 65 | 352 | 11 | 54 |
| Binary | 1100110 | 1101000 | 1111001 | 10000 | 1110 | 0 | 110101 | 11101010 | 1001 | 101100 |
Color Harmonies of #666879
Complementary color
Monochromatic Colors of #666879
Black with #666879
Text Example
Text Example
White with #666879
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #666879; }
p { color: rgb(102,104,121); }
H1.HeaderClassName
{
color: #666879;
}
.AnyTagClassName
{
color: #666879;
}
</style>
background-color css
<style>
a { background-color: #666879; }
a { background-color: rgb(102,104,121); }
div.DivClassName
{
background-color: #666879;
}
.BgClassName
{
background-color: #666879;
}
</style>
border-color css
<style>
span { border-color: #666879; }
span { border-color: rgb(102,104,121); }
td.TdClassName
{
border-color: #666879;
}
.TagClassName
{
border-color: #666879;
}
</style>