Shades of Comet #66666D
Tints of Comet #66666D
RGB
CMYK
RGB Variations
Color information
#66666D (or 0x66666D) is known color: Comet. HEX triplet: 66, 66 and 6D. RGB value is (102,102,109). Sum of RGB (Red+Green+Blue) = 102+102+109=313 (41% of max value = 765). Red value is 102 (40.23% from 255 or 32.59% from 313); Green value is 102 (40.23% from 255 or 32.59% from 313); Blue value is 109 (42.97% from 255 or 34.82% from 313); Max value from RGB is 109 - color contains mainly: blue. Hex color #66666D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #66666D is #999992. Grayscale: #666666. Windows color (decimal): -10066323 or 7169638. OLE color: 7169638.
HSL color Cylindrical-coordinate representation of color #66666D: hue angle of 240º degrees, saturation: 0.03, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #66666D is Cyan = 0.06, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 102 | 102 | 109 | - |
| CMYK | 0.06 | 0.06 | 0 | 0.57 |
| HSL | 240º | 0.03% | 0.41% | - |
| HSV(B) | 240º | 0.06% | 0.43% | - |
| XYZ | 12.99 | 13.43 | 16.38 | - |
| YUV | 102.8 | 131.5 | 127.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 102 | 109 | 0.06 | 0.06 | 0 | 0.57 | 240 | 0.03 | 0.41 |
| Hex | 66 | 66 | 6D | 6 | 6 | 0 | 39 | F0 | 3 | 29 |
| Octal | 146 | 146 | 155 | 6 | 6 | 0 | 71 | 360 | 3 | 51 |
| Binary | 1100110 | 1100110 | 1101101 | 110 | 110 | 0 | 111001 | 11110000 | 11 | 101001 |
Color Harmonies of #66666D
Complementary color
Monochromatic Colors of #66666D
Black with #66666D
Text Example
Text Example
White with #66666D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #66666D; }
p { color: rgb(102,102,109); }
H1.HeaderClassName
{
color: #66666D;
}
.AnyTagClassName
{
color: #66666D;
}
</style>
background-color css
<style>
a { background-color: #66666D; }
a { background-color: rgb(102,102,109); }
div.DivClassName
{
background-color: #66666D;
}
.BgClassName
{
background-color: #66666D;
}
</style>
border-color css
<style>
span { border-color: #66666D; }
span { border-color: rgb(102,102,109); }
td.TdClassName
{
border-color: #66666D;
}
.TagClassName
{
border-color: #66666D;
}
</style>