Shades of Comet #666667
Tints of Comet #666667
RGB
CMYK
RGB Variations
Color information
#666667 (or 0x666667) is known color: Comet. HEX triplet: 66, 66 and 67. RGB value is (102,102,103). Sum of RGB (Red+Green+Blue) = 102+102+103=307 (40% of max value = 765). Red value is 102 (40.23% from 255 or 33.22% from 307); Green value is 102 (40.23% from 255 or 33.22% from 307); Blue value is 103 (40.62% from 255 or 33.55% from 307); Max value from RGB is 103 - color contains mainly: blue. Hex color #666667 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #666667 is #999998. Grayscale: #666666. Windows color (decimal): -10066329 or 6776422. OLE color: 6776422.
HSL color Cylindrical-coordinate representation of color #666667: hue angle of 240º degrees, saturation: 0, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.01%. Process color model (Four color, CMYK) of #666667 is Cyan = 0.01, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 102 | 102 | 103 | - |
| CMYK | 0.01 | 0.01 | 0 | 0.60 |
| HSL | 240º | 0% | 0.4% | - |
| HSV(B) | 240º | 0.01% | 0.4% | - |
| XYZ | 12.68 | 13.31 | 14.73 | - |
| YUV | 102.11 | 128.5 | 127.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 102 | 103 | 0.01 | 0.01 | 0 | 0.60 | 240 | 0 | 0.4 |
| Hex | 66 | 66 | 67 | 1 | 1 | 0 | 3C | F0 | 0 | 28 |
| Octal | 146 | 146 | 147 | 1 | 1 | 0 | 74 | 360 | 0 | 50 |
| Binary | 1100110 | 1100110 | 1100111 | 1 | 1 | 0 | 111100 | 11110000 | 0 | 101000 |
Color Harmonies of #666667
Complementary color
Monochromatic Colors of #666667
Black with #666667
Text Example
Text Example
White with #666667
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #666667; }
p { color: rgb(102,102,103); }
H1.HeaderClassName
{
color: #666667;
}
.AnyTagClassName
{
color: #666667;
}
</style>
background-color css
<style>
a { background-color: #666667; }
a { background-color: rgb(102,102,103); }
div.DivClassName
{
background-color: #666667;
}
.BgClassName
{
background-color: #666667;
}
</style>
border-color css
<style>
span { border-color: #666667; }
span { border-color: rgb(102,102,103); }
td.TdClassName
{
border-color: #666667;
}
.TagClassName
{
border-color: #666667;
}
</style>