Shades of Comet #66686F
Tints of Comet #66686F
RGB
CMYK
RGB Variations
Color information
#66686F (or 0x66686F) is known color: Comet. HEX triplet: 66, 68 and 6F. RGB value is (102,104,111). Sum of RGB (Red+Green+Blue) = 102+104+111=317 (41% of max value = 765). Red value is 102 (40.23% from 255 or 32.18% from 317); Green value is 104 (41.02% from 255 or 32.81% from 317); Blue value is 111 (43.75% from 255 or 35.02% from 317); Max value from RGB is 111 - color contains mainly: blue. Hex color #66686F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #66686F is #999790. Grayscale: #686868. Windows color (decimal): -10065809 or 7301222. OLE color: 7301222.
HSL color Cylindrical-coordinate representation of color #66686F: hue angle of 226.67º degrees, saturation: 0.04, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #66686F is Cyan = 0.08, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 102 | 104 | 111 | - |
| CMYK | 0.08 | 0.06 | 0 | 0.56 |
| HSL | 226.67º | 0.04% | 0.42% | - |
| HSV(B) | 226.67º | 0.08% | 0.44% | - |
| XYZ | 13.3 | 13.87 | 17.02 | - |
| YUV | 104.2 | 131.84 | 126.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 104 | 111 | 0.08 | 0.06 | 0 | 0.56 | 226.67 | 0.04 | 0.42 |
| Hex | 66 | 68 | 6F | 8 | 6 | 0 | 38 | E3 | 4 | 2A |
| Octal | 146 | 150 | 157 | 10 | 6 | 0 | 70 | 343 | 4 | 52 |
| Binary | 1100110 | 1101000 | 1101111 | 1000 | 110 | 0 | 111000 | 11100011 | 100 | 101010 |
Color Harmonies of #66686F
Complementary color
Monochromatic Colors of #66686F
Black with #66686F
Text Example
Text Example
White with #66686F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #66686F; }
p { color: rgb(102,104,111); }
H1.HeaderClassName
{
color: #66686F;
}
.AnyTagClassName
{
color: #66686F;
}
</style>
background-color css
<style>
a { background-color: #66686F; }
a { background-color: rgb(102,104,111); }
div.DivClassName
{
background-color: #66686F;
}
.BgClassName
{
background-color: #66686F;
}
</style>
border-color css
<style>
span { border-color: #66686F; }
span { border-color: rgb(102,104,111); }
td.TdClassName
{
border-color: #66686F;
}
.TagClassName
{
border-color: #66686F;
}
</style>