Shades of Comet #666778
Tints of Comet #666778
RGB
CMYK
RGB Variations
Color information
#666778 (or 0x666778) is known color: Comet. HEX triplet: 66, 67 and 78. RGB value is (102,103,120). Sum of RGB (Red+Green+Blue) = 102+103+120=325 (43% of max value = 765). Red value is 102 (40.23% from 255 or 31.38% from 325); Green value is 103 (40.62% from 255 or 31.69% from 325); Blue value is 120 (47.27% from 255 or 36.92% from 325); Max value from RGB is 120 - color contains mainly: blue. Hex color #666778 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #666778 is #999887. Grayscale: #686868. Windows color (decimal): -10066056 or 7890790. OLE color: 7890790.
HSL color Cylindrical-coordinate representation of color #666778: hue angle of 236.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 #666778 is Cyan = 0.15, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 102 | 103 | 120 | - |
| CMYK | 0.15 | 0.14 | 0 | 0.53 |
| HSL | 236.67º | 0.08% | 0.44% | - |
| HSV(B) | 236.67º | 0.15% | 0.47% | - |
| XYZ | 13.72 | 13.88 | 19.73 | - |
| YUV | 104.64 | 136.67 | 126.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 103 | 120 | 0.15 | 0.14 | 0 | 0.53 | 236.67 | 0.08 | 0.44 |
| Hex | 66 | 67 | 78 | F | E | 0 | 35 | ED | 8 | 2C |
| Octal | 146 | 147 | 170 | 17 | 16 | 0 | 65 | 355 | 10 | 54 |
| Binary | 1100110 | 1100111 | 1111000 | 1111 | 1110 | 0 | 110101 | 11101101 | 1000 | 101100 |
Color Harmonies of #666778
Complementary color
Monochromatic Colors of #666778
Black with #666778
Text Example
Text Example
White with #666778
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #666778; }
p { color: rgb(102,103,120); }
H1.HeaderClassName
{
color: #666778;
}
.AnyTagClassName
{
color: #666778;
}
</style>
background-color css
<style>
a { background-color: #666778; }
a { background-color: rgb(102,103,120); }
div.DivClassName
{
background-color: #666778;
}
.BgClassName
{
background-color: #666778;
}
</style>
border-color css
<style>
span { border-color: #666778; }
span { border-color: rgb(102,103,120); }
td.TdClassName
{
border-color: #666778;
}
.TagClassName
{
border-color: #666778;
}
</style>