Shades of Comet #68686A
Tints of Comet #68686A
RGB
CMYK
RGB Variations
Color information
#68686A (or 0x68686A) is known color: Comet. HEX triplet: 68, 68 and 6A. RGB value is (104,104,106). Sum of RGB (Red+Green+Blue) = 104+104+106=314 (41% of max value = 765). Red value is 104 (41.02% from 255 or 33.12% from 314); Green value is 104 (41.02% from 255 or 33.12% from 314); Blue value is 106 (41.80% from 255 or 33.76% from 314); Max value from RGB is 106 - color contains mainly: blue. Hex color #68686A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #68686A is #979795. Grayscale: #686868. Windows color (decimal): -9934742 or 6973544. OLE color: 6973544.
HSL color Cylindrical-coordinate representation of color #68686A: hue angle of 240º degrees, saturation: 0.01, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.02%. Process color model (Four color, CMYK) of #68686A is Cyan = 0.02, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 104 | 104 | 106 | - |
| CMYK | 0.02 | 0.02 | 0 | 0.58 |
| HSL | 240º | 0.01% | 0.41% | - |
| HSV(B) | 240º | 0.02% | 0.42% | - |
| XYZ | 13.26 | 13.88 | 15.62 | - |
| YUV | 104.23 | 129 | 127.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 104 | 106 | 0.02 | 0.02 | 0 | 0.58 | 240 | 0.01 | 0.41 |
| Hex | 68 | 68 | 6A | 2 | 2 | 0 | 3A | F0 | 1 | 29 |
| Octal | 150 | 150 | 152 | 2 | 2 | 0 | 72 | 360 | 1 | 51 |
| Binary | 1101000 | 1101000 | 1101010 | 10 | 10 | 0 | 111010 | 11110000 | 1 | 101001 |
Color Harmonies of #68686A
Complementary color
Monochromatic Colors of #68686A
Black with #68686A
Text Example
Text Example
White with #68686A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68686A; }
p { color: rgb(104,104,106); }
H1.HeaderClassName
{
color: #68686A;
}
.AnyTagClassName
{
color: #68686A;
}
</style>
background-color css
<style>
a { background-color: #68686A; }
a { background-color: rgb(104,104,106); }
div.DivClassName
{
background-color: #68686A;
}
.BgClassName
{
background-color: #68686A;
}
</style>
border-color css
<style>
span { border-color: #68686A; }
span { border-color: rgb(104,104,106); }
td.TdClassName
{
border-color: #68686A;
}
.TagClassName
{
border-color: #68686A;
}
</style>