Shades of Comet #666A78
Tints of Comet #666A78
RGB
CMYK
RGB Variations
Color information
#666A78 (or 0x666A78) is known color: Comet. HEX triplet: 66, 6A and 78. RGB value is (102,106,120). Sum of RGB (Red+Green+Blue) = 102+106+120=328 (43% of max value = 765). Red value is 102 (40.23% from 255 or 31.10% from 328); Green value is 106 (41.80% from 255 or 32.32% from 328); Blue value is 120 (47.27% from 255 or 36.59% from 328); Max value from RGB is 120 - color contains mainly: blue. Hex color #666A78 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #666A78 is #999587. Grayscale: #6A6A6A. Windows color (decimal): -10065288 or 7891558. OLE color: 7891558.
HSL color Cylindrical-coordinate representation of color #666A78: hue angle of 226.67º degrees, saturation: 0.08, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #666A78 is Cyan = 0.15, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 102 | 106 | 120 | - |
| CMYK | 0.15 | 0.12 | 0 | 0.53 |
| HSL | 226.67º | 0.08% | 0.44% | - |
| HSV(B) | 226.67º | 0.15% | 0.47% | - |
| XYZ | 14.02 | 14.49 | 19.83 | - |
| YUV | 106.4 | 135.67 | 124.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 106 | 120 | 0.15 | 0.12 | 0 | 0.53 | 226.67 | 0.08 | 0.44 |
| Hex | 66 | 6A | 78 | F | C | 0 | 35 | E3 | 8 | 2C |
| Octal | 146 | 152 | 170 | 17 | 14 | 0 | 65 | 343 | 10 | 54 |
| Binary | 1100110 | 1101010 | 1111000 | 1111 | 1100 | 0 | 110101 | 11100011 | 1000 | 101100 |
Color Harmonies of #666A78
Complementary color
Monochromatic Colors of #666A78
Black with #666A78
Text Example
Text Example
White with #666A78
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #666A78; }
p { color: rgb(102,106,120); }
H1.HeaderClassName
{
color: #666A78;
}
.AnyTagClassName
{
color: #666A78;
}
</style>
background-color css
<style>
a { background-color: #666A78; }
a { background-color: rgb(102,106,120); }
div.DivClassName
{
background-color: #666A78;
}
.BgClassName
{
background-color: #666A78;
}
</style>
border-color css
<style>
span { border-color: #666A78; }
span { border-color: rgb(102,106,120); }
td.TdClassName
{
border-color: #666A78;
}
.TagClassName
{
border-color: #666A78;
}
</style>