Shades of Comet #66688E
Tints of Comet #66688E
RGB
CMYK
RGB Variations
Color information
#66688E (or 0x66688E) is known color: Comet. HEX triplet: 66, 68 and 8E. RGB value is (102,104,142). Sum of RGB (Red+Green+Blue) = 102+104+142=348 (46% of max value = 765). Red value is 102 (40.23% from 255 or 29.31% from 348); Green value is 104 (41.02% from 255 or 29.89% from 348); Blue value is 142 (55.86% from 255 or 40.80% from 348); Max value from RGB is 142 - color contains mainly: blue. Hex color #66688E is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #66688E is #999771. Grayscale: #6B6B6B. Windows color (decimal): -10065778 or 9332838. OLE color: 9332838.
HSL color Cylindrical-coordinate representation of color #66688E: hue angle of 237º degrees, saturation: 0.16, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #66688E is Cyan = 0.28, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 102 | 104 | 142 | - |
| CMYK | 0.28 | 0.27 | 0 | 0.44 |
| HSL | 237º | 0.16% | 0.48% | - |
| HSV(B) | 237º | 0.28% | 0.56% | - |
| XYZ | 15.31 | 14.68 | 27.62 | - |
| YUV | 107.73 | 147.34 | 123.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 104 | 142 | 0.28 | 0.27 | 0 | 0.44 | 237 | 0.16 | 0.48 |
| Hex | 66 | 68 | 8E | 1C | 1B | 0 | 2C | ED | 10 | 30 |
| Octal | 146 | 150 | 216 | 34 | 33 | 0 | 54 | 355 | 20 | 60 |
| Binary | 1100110 | 1101000 | 10001110 | 11100 | 11011 | 0 | 101100 | 11101101 | 10000 | 110000 |
Color Harmonies of #66688E
Complementary color
Monochromatic Colors of #66688E
Black with #66688E
Text Example
Text Example
White with #66688E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #66688E; }
p { color: rgb(102,104,142); }
H1.HeaderClassName
{
color: #66688E;
}
.AnyTagClassName
{
color: #66688E;
}
</style>
background-color css
<style>
a { background-color: #66688E; }
a { background-color: rgb(102,104,142); }
div.DivClassName
{
background-color: #66688E;
}
.BgClassName
{
background-color: #66688E;
}
</style>
border-color css
<style>
span { border-color: #66688E; }
span { border-color: rgb(102,104,142); }
td.TdClassName
{
border-color: #66688E;
}
.TagClassName
{
border-color: #66688E;
}
</style>