Shades of Comet #666A88
Tints of Comet #666A88
RGB
CMYK
RGB Variations
Color information
#666A88 (or 0x666A88) is known color: Comet. HEX triplet: 66, 6A and 88. RGB value is (102,106,136). Sum of RGB (Red+Green+Blue) = 102+106+136=344 (45% of max value = 765). Red value is 102 (40.23% from 255 or 29.65% from 344); Green value is 106 (41.80% from 255 or 30.81% from 344); Blue value is 136 (53.52% from 255 or 39.53% from 344); Max value from RGB is 136 - color contains mainly: blue. Hex color #666A88 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #666A88 is #999577. Grayscale: #6C6C6C. Windows color (decimal): -10065272 or 8940134. OLE color: 8940134.
HSL color Cylindrical-coordinate representation of color #666A88: hue angle of 232.94º degrees, saturation: 0.14, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #666A88 is Cyan = 0.25, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 102 | 106 | 136 | - |
| CMYK | 0.25 | 0.22 | 0 | 0.47 |
| HSL | 232.94º | 0.14% | 0.47% | - |
| HSV(B) | 232.94º | 0.25% | 0.53% | - |
| XYZ | 15.08 | 14.91 | 25.38 | - |
| YUV | 108.22 | 143.67 | 123.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 106 | 136 | 0.25 | 0.22 | 0 | 0.47 | 232.94 | 0.14 | 0.47 |
| Hex | 66 | 6A | 88 | 19 | 16 | 0 | 2F | E9 | E | 2F |
| Octal | 146 | 152 | 210 | 31 | 26 | 0 | 57 | 351 | 16 | 57 |
| Binary | 1100110 | 1101010 | 10001000 | 11001 | 10110 | 0 | 101111 | 11101001 | 1110 | 101111 |
Color Harmonies of #666A88
Complementary color
Monochromatic Colors of #666A88
Black with #666A88
Text Example
Text Example
White with #666A88
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #666A88; }
p { color: rgb(102,106,136); }
H1.HeaderClassName
{
color: #666A88;
}
.AnyTagClassName
{
color: #666A88;
}
</style>
background-color css
<style>
a { background-color: #666A88; }
a { background-color: rgb(102,106,136); }
div.DivClassName
{
background-color: #666A88;
}
.BgClassName
{
background-color: #666A88;
}
</style>
border-color css
<style>
span { border-color: #666A88; }
span { border-color: rgb(102,106,136); }
td.TdClassName
{
border-color: #666A88;
}
.TagClassName
{
border-color: #666A88;
}
</style>