Shades of Comet #68687A
Tints of Comet #68687A
RGB
CMYK
RGB Variations
Color information
#68687A (or 0x68687A) is known color: Comet. HEX triplet: 68, 68 and 7A. RGB value is (104,104,122). Sum of RGB (Red+Green+Blue) = 104+104+122=330 (43% of max value = 765). Red value is 104 (41.02% from 255 or 31.52% from 330); Green value is 104 (41.02% from 255 or 31.52% from 330); Blue value is 122 (48.05% from 255 or 36.97% from 330); Max value from RGB is 122 - color contains mainly: blue. Hex color #68687A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #68687A is #979785. Grayscale: #696969. Windows color (decimal): -9934726 or 8022120. OLE color: 8022120.
HSL color Cylindrical-coordinate representation of color #68687A: hue angle of 240º degrees, saturation: 0.08, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #68687A is Cyan = 0.15, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 104 | 104 | 122 | - |
| CMYK | 0.15 | 0.15 | 0 | 0.52 |
| HSL | 240º | 0.08% | 0.44% | - |
| HSV(B) | 240º | 0.15% | 0.48% | - |
| XYZ | 14.17 | 14.25 | 20.42 | - |
| YUV | 106.05 | 137 | 126.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 104 | 122 | 0.15 | 0.15 | 0 | 0.52 | 240 | 0.08 | 0.44 |
| Hex | 68 | 68 | 7A | F | F | 0 | 34 | F0 | 8 | 2C |
| Octal | 150 | 150 | 172 | 17 | 17 | 0 | 64 | 360 | 10 | 54 |
| Binary | 1101000 | 1101000 | 1111010 | 1111 | 1111 | 0 | 110100 | 11110000 | 1000 | 101100 |
Color Harmonies of #68687A
Complementary color
Monochromatic Colors of #68687A
Black with #68687A
Text Example
Text Example
White with #68687A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68687A; }
p { color: rgb(104,104,122); }
H1.HeaderClassName
{
color: #68687A;
}
.AnyTagClassName
{
color: #68687A;
}
</style>
background-color css
<style>
a { background-color: #68687A; }
a { background-color: rgb(104,104,122); }
div.DivClassName
{
background-color: #68687A;
}
.BgClassName
{
background-color: #68687A;
}
</style>
border-color css
<style>
span { border-color: #68687A; }
span { border-color: rgb(104,104,122); }
td.TdClassName
{
border-color: #68687A;
}
.TagClassName
{
border-color: #68687A;
}
</style>