Shades of Comet #68696E
Tints of Comet #68696E
RGB
CMYK
RGB Variations
Color information
#68696E (or 0x68696E) is known color: Comet. HEX triplet: 68, 69 and 6E. RGB value is (104,105,110). Sum of RGB (Red+Green+Blue) = 104+105+110=319 (42% of max value = 765). Red value is 104 (41.02% from 255 or 32.60% from 319); Green value is 105 (41.41% from 255 or 32.92% from 319); Blue value is 110 (43.36% from 255 or 34.48% from 319); Max value from RGB is 110 - color contains mainly: blue. Hex color #68696E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #68696E is #979691. Grayscale: #696969. Windows color (decimal): -9934482 or 7235944. OLE color: 7235944.
HSL color Cylindrical-coordinate representation of color #68696E: hue angle of 230º degrees, saturation: 0.03, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #68696E is Cyan = 0.05, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 104 | 105 | 110 | - |
| CMYK | 0.05 | 0.05 | 0 | 0.57 |
| HSL | 230º | 0.03% | 0.42% | - |
| HSV(B) | 230º | 0.05% | 0.43% | - |
| XYZ | 13.57 | 14.17 | 16.77 | - |
| YUV | 105.27 | 130.67 | 127.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 105 | 110 | 0.05 | 0.05 | 0 | 0.57 | 230 | 0.03 | 0.42 |
| Hex | 68 | 69 | 6E | 5 | 5 | 0 | 39 | E6 | 3 | 2A |
| Octal | 150 | 151 | 156 | 5 | 5 | 0 | 71 | 346 | 3 | 52 |
| Binary | 1101000 | 1101001 | 1101110 | 101 | 101 | 0 | 111001 | 11100110 | 11 | 101010 |
Color Harmonies of #68696E
Complementary color
Monochromatic Colors of #68696E
Black with #68696E
Text Example
Text Example
White with #68696E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68696E; }
p { color: rgb(104,105,110); }
H1.HeaderClassName
{
color: #68696E;
}
.AnyTagClassName
{
color: #68696E;
}
</style>
background-color css
<style>
a { background-color: #68696E; }
a { background-color: rgb(104,105,110); }
div.DivClassName
{
background-color: #68696E;
}
.BgClassName
{
background-color: #68696E;
}
</style>
border-color css
<style>
span { border-color: #68696E; }
span { border-color: rgb(104,105,110); }
td.TdClassName
{
border-color: #68696E;
}
.TagClassName
{
border-color: #68696E;
}
</style>