Shades of Comet #66688D
Tints of Comet #66688D
RGB
CMYK
RGB Variations
Color information
#66688D (or 0x66688D) is known color: Comet. HEX triplet: 66, 68 and 8D. RGB value is (102,104,141). Sum of RGB (Red+Green+Blue) = 102+104+141=347 (45% of max value = 765). Red value is 102 (40.23% from 255 or 29.39% from 347); Green value is 104 (41.02% from 255 or 29.97% from 347); Blue value is 141 (55.47% from 255 or 40.63% from 347); Max value from RGB is 141 - color contains mainly: blue. Hex color #66688D is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #66688D is #999772. Grayscale: #6B6B6B. Windows color (decimal): -10065779 or 9267302. OLE color: 9267302.
HSL color Cylindrical-coordinate representation of color #66688D: hue angle of 236.92º degrees, saturation: 0.16, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #66688D is Cyan = 0.28, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 102 | 104 | 141 | - |
| CMYK | 0.28 | 0.26 | 0 | 0.45 |
| HSL | 236.92º | 0.16% | 0.48% | - |
| HSV(B) | 236.92º | 0.28% | 0.55% | - |
| XYZ | 15.24 | 14.65 | 27.22 | - |
| YUV | 107.62 | 146.84 | 123.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 104 | 141 | 0.28 | 0.26 | 0 | 0.45 | 236.92 | 0.16 | 0.48 |
| Hex | 66 | 68 | 8D | 1C | 1A | 0 | 2D | ED | 10 | 30 |
| Octal | 146 | 150 | 215 | 34 | 32 | 0 | 55 | 355 | 20 | 60 |
| Binary | 1100110 | 1101000 | 10001101 | 11100 | 11010 | 0 | 101101 | 11101101 | 10000 | 110000 |
Color Harmonies of #66688D
Complementary color
Monochromatic Colors of #66688D
Black with #66688D
Text Example
Text Example
White with #66688D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #66688D; }
p { color: rgb(102,104,141); }
H1.HeaderClassName
{
color: #66688D;
}
.AnyTagClassName
{
color: #66688D;
}
</style>
background-color css
<style>
a { background-color: #66688D; }
a { background-color: rgb(102,104,141); }
div.DivClassName
{
background-color: #66688D;
}
.BgClassName
{
background-color: #66688D;
}
</style>
border-color css
<style>
span { border-color: #66688D; }
span { border-color: rgb(102,104,141); }
td.TdClassName
{
border-color: #66688D;
}
.TagClassName
{
border-color: #66688D;
}
</style>