Shades of Comet #666668
Tints of Comet #666668
RGB
CMYK
RGB Variations
Color information
#666668 (or 0x666668) is known color: Comet. HEX triplet: 66, 66 and 68. RGB value is (102,102,104). Sum of RGB (Red+Green+Blue) = 102+102+104=308 (40% of max value = 765). Red value is 102 (40.23% from 255 or 33.12% from 308); Green value is 102 (40.23% from 255 or 33.12% from 308); Blue value is 104 (41.02% from 255 or 33.77% from 308); Max value from RGB is 104 - color contains mainly: blue. Hex color #666668 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #666668 is #999997. Grayscale: #666666. Windows color (decimal): -10066328 or 6841958. OLE color: 6841958.
HSL color Cylindrical-coordinate representation of color #666668: hue angle of 240º degrees, saturation: 0.01, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.02%. Process color model (Four color, CMYK) of #666668 is Cyan = 0.02, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 102 | 102 | 104 | - |
| CMYK | 0.02 | 0.02 | 0 | 0.59 |
| HSL | 240º | 0.01% | 0.4% | - |
| HSV(B) | 240º | 0.02% | 0.41% | - |
| XYZ | 12.73 | 13.33 | 15 | - |
| YUV | 102.23 | 129 | 127.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 102 | 104 | 0.02 | 0.02 | 0 | 0.59 | 240 | 0.01 | 0.4 |
| Hex | 66 | 66 | 68 | 2 | 2 | 0 | 3B | F0 | 1 | 28 |
| Octal | 146 | 146 | 150 | 2 | 2 | 0 | 73 | 360 | 1 | 50 |
| Binary | 1100110 | 1100110 | 1101000 | 10 | 10 | 0 | 111011 | 11110000 | 1 | 101000 |
Color Harmonies of #666668
Complementary color
Monochromatic Colors of #666668
Black with #666668
Text Example
Text Example
White with #666668
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #666668; }
p { color: rgb(102,102,104); }
H1.HeaderClassName
{
color: #666668;
}
.AnyTagClassName
{
color: #666668;
}
</style>
background-color css
<style>
a { background-color: #666668; }
a { background-color: rgb(102,102,104); }
div.DivClassName
{
background-color: #666668;
}
.BgClassName
{
background-color: #666668;
}
</style>
border-color css
<style>
span { border-color: #666668; }
span { border-color: rgb(102,102,104); }
td.TdClassName
{
border-color: #666668;
}
.TagClassName
{
border-color: #666668;
}
</style>