Shades of Comet #666880
Tints of Comet #666880
RGB
CMYK
RGB Variations
Color information
#666880 (or 0x666880) is known color: Comet. HEX triplet: 66, 68 and 80. RGB value is (102,104,128). Sum of RGB (Red+Green+Blue) = 102+104+128=334 (44% of max value = 765). Red value is 102 (40.23% from 255 or 30.54% from 334); Green value is 104 (41.02% from 255 or 31.14% from 334); Blue value is 128 (50.39% from 255 or 38.32% from 334); Max value from RGB is 128 - color contains mainly: blue. Hex color #666880 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #666880 is #99977F. Grayscale: #6A6A6A. Windows color (decimal): -10065792 or 8415334. OLE color: 8415334.
HSL color Cylindrical-coordinate representation of color #666880: hue angle of 235.38º degrees, saturation: 0.11, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #666880 is Cyan = 0.20, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 102 | 104 | 128 | - |
| CMYK | 0.20 | 0.19 | 0 | 0.50 |
| HSL | 235.38º | 0.11% | 0.45% | - |
| HSV(B) | 235.38º | 0.2% | 0.5% | - |
| XYZ | 14.33 | 14.28 | 22.42 | - |
| YUV | 106.14 | 140.34 | 125.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 104 | 128 | 0.20 | 0.19 | 0 | 0.50 | 235.38 | 0.11 | 0.45 |
| Hex | 66 | 68 | 80 | 14 | 13 | 0 | 32 | EB | B | 2D |
| Octal | 146 | 150 | 200 | 24 | 23 | 0 | 62 | 353 | 13 | 55 |
| Binary | 1100110 | 1101000 | 10000000 | 10100 | 10011 | 0 | 110010 | 11101011 | 1011 | 101101 |
Color Harmonies of #666880
Complementary color
Monochromatic Colors of #666880
Black with #666880
Text Example
Text Example
White with #666880
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #666880; }
p { color: rgb(102,104,128); }
H1.HeaderClassName
{
color: #666880;
}
.AnyTagClassName
{
color: #666880;
}
</style>
background-color css
<style>
a { background-color: #666880; }
a { background-color: rgb(102,104,128); }
div.DivClassName
{
background-color: #666880;
}
.BgClassName
{
background-color: #666880;
}
</style>
border-color css
<style>
span { border-color: #666880; }
span { border-color: rgb(102,104,128); }
td.TdClassName
{
border-color: #666880;
}
.TagClassName
{
border-color: #666880;
}
</style>