Shades of Comet #66688C
Tints of Comet #66688C
RGB
CMYK
RGB Variations
Color information
#66688C (or 0x66688C) is known color: Comet. HEX triplet: 66, 68 and 8C. RGB value is (102,104,140). Sum of RGB (Red+Green+Blue) = 102+104+140=346 (45% of max value = 765). Red value is 102 (40.23% from 255 or 29.48% from 346); Green value is 104 (41.02% from 255 or 30.06% from 346); Blue value is 140 (55.08% from 255 or 40.46% from 346); Max value from RGB is 140 - color contains mainly: blue. Hex color #66688C is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #66688C is #999773. Grayscale: #6B6B6B. Windows color (decimal): -10065780 or 9201766. OLE color: 9201766.
HSL color Cylindrical-coordinate representation of color #66688C: hue angle of 236.84º degrees, saturation: 0.16, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #66688C is Cyan = 0.27, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 102 | 104 | 140 | - |
| CMYK | 0.27 | 0.26 | 0 | 0.45 |
| HSL | 236.84º | 0.16% | 0.47% | - |
| HSV(B) | 236.84º | 0.27% | 0.55% | - |
| XYZ | 15.16 | 14.62 | 26.83 | - |
| YUV | 107.51 | 146.34 | 124.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 104 | 140 | 0.27 | 0.26 | 0 | 0.45 | 236.84 | 0.16 | 0.47 |
| Hex | 66 | 68 | 8C | 1B | 1A | 0 | 2D | ED | 10 | 2F |
| Octal | 146 | 150 | 214 | 33 | 32 | 0 | 55 | 355 | 20 | 57 |
| Binary | 1100110 | 1101000 | 10001100 | 11011 | 11010 | 0 | 101101 | 11101101 | 10000 | 101111 |
Color Harmonies of #66688C
Complementary color
Monochromatic Colors of #66688C
Black with #66688C
Text Example
Text Example
White with #66688C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #66688C; }
p { color: rgb(102,104,140); }
H1.HeaderClassName
{
color: #66688C;
}
.AnyTagClassName
{
color: #66688C;
}
</style>
background-color css
<style>
a { background-color: #66688C; }
a { background-color: rgb(102,104,140); }
div.DivClassName
{
background-color: #66688C;
}
.BgClassName
{
background-color: #66688C;
}
</style>
border-color css
<style>
span { border-color: #66688C; }
span { border-color: rgb(102,104,140); }
td.TdClassName
{
border-color: #66688C;
}
.TagClassName
{
border-color: #66688C;
}
</style>