Shades of Comet #666980
Tints of Comet #666980
RGB
CMYK
RGB Variations
Color information
#666980 (or 0x666980) is known color: Comet. HEX triplet: 66, 69 and 80. RGB value is (102,105,128). Sum of RGB (Red+Green+Blue) = 102+105+128=335 (44% of max value = 765). Red value is 102 (40.23% from 255 or 30.45% from 335); Green value is 105 (41.41% from 255 or 31.34% from 335); Blue value is 128 (50.39% from 255 or 38.21% from 335); Max value from RGB is 128 - color contains mainly: blue. Hex color #666980 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #666980 is #99967F. Grayscale: #6A6A6A. Windows color (decimal): -10065536 or 8415590. OLE color: 8415590.
HSL color Cylindrical-coordinate representation of color #666980: hue angle of 233.08º 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 #666980 is Cyan = 0.20, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 102 | 105 | 128 | - |
| CMYK | 0.20 | 0.18 | 0 | 0.50 |
| HSL | 233.08º | 0.11% | 0.45% | - |
| HSV(B) | 233.08º | 0.2% | 0.5% | - |
| XYZ | 14.43 | 14.49 | 22.46 | - |
| YUV | 106.73 | 140.01 | 124.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 105 | 128 | 0.20 | 0.18 | 0 | 0.50 | 233.08 | 0.11 | 0.45 |
| Hex | 66 | 69 | 80 | 14 | 12 | 0 | 32 | E9 | B | 2D |
| Octal | 146 | 151 | 200 | 24 | 22 | 0 | 62 | 351 | 13 | 55 |
| Binary | 1100110 | 1101001 | 10000000 | 10100 | 10010 | 0 | 110010 | 11101001 | 1011 | 101101 |
Color Harmonies of #666980
Complementary color
Monochromatic Colors of #666980
Black with #666980
Text Example
Text Example
White with #666980
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #666980; }
p { color: rgb(102,105,128); }
H1.HeaderClassName
{
color: #666980;
}
.AnyTagClassName
{
color: #666980;
}
</style>
background-color css
<style>
a { background-color: #666980; }
a { background-color: rgb(102,105,128); }
div.DivClassName
{
background-color: #666980;
}
.BgClassName
{
background-color: #666980;
}
</style>
border-color css
<style>
span { border-color: #666980; }
span { border-color: rgb(102,105,128); }
td.TdClassName
{
border-color: #666980;
}
.TagClassName
{
border-color: #666980;
}
</style>