Shades of Comet #68686D
Tints of Comet #68686D
RGB
CMYK
RGB Variations
Color information
#68686D (or 0x68686D) is known color: Comet. HEX triplet: 68, 68 and 6D. RGB value is (104,104,109). Sum of RGB (Red+Green+Blue) = 104+104+109=317 (41% of max value = 765). Red value is 104 (41.02% from 255 or 32.81% from 317); Green value is 104 (41.02% from 255 or 32.81% from 317); Blue value is 109 (42.97% from 255 or 34.38% from 317); Max value from RGB is 109 - color contains mainly: blue. Hex color #68686D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #68686D is #979792. Grayscale: #686868. Windows color (decimal): -9934739 or 7170152. OLE color: 7170152.
HSL color Cylindrical-coordinate representation of color #68686D: hue angle of 240º degrees, saturation: 0.02, 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 #68686D is Cyan = 0.05, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 104 | 104 | 109 | - |
| CMYK | 0.05 | 0.05 | 0 | 0.57 |
| HSL | 240º | 0.02% | 0.42% | - |
| HSV(B) | 240º | 0.05% | 0.43% | - |
| XYZ | 13.42 | 13.95 | 16.45 | - |
| YUV | 104.57 | 130.5 | 127.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 104 | 109 | 0.05 | 0.05 | 0 | 0.57 | 240 | 0.02 | 0.42 |
| Hex | 68 | 68 | 6D | 5 | 5 | 0 | 39 | F0 | 2 | 2A |
| Octal | 150 | 150 | 155 | 5 | 5 | 0 | 71 | 360 | 2 | 52 |
| Binary | 1101000 | 1101000 | 1101101 | 101 | 101 | 0 | 111001 | 11110000 | 10 | 101010 |
Color Harmonies of #68686D
Complementary color
Monochromatic Colors of #68686D
Black with #68686D
Text Example
Text Example
White with #68686D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68686D; }
p { color: rgb(104,104,109); }
H1.HeaderClassName
{
color: #68686D;
}
.AnyTagClassName
{
color: #68686D;
}
</style>
background-color css
<style>
a { background-color: #68686D; }
a { background-color: rgb(104,104,109); }
div.DivClassName
{
background-color: #68686D;
}
.BgClassName
{
background-color: #68686D;
}
</style>
border-color css
<style>
span { border-color: #68686D; }
span { border-color: rgb(104,104,109); }
td.TdClassName
{
border-color: #68686D;
}
.TagClassName
{
border-color: #68686D;
}
</style>