Shades of Comet #68697A
Tints of Comet #68697A
RGB
CMYK
RGB Variations
Color information
#68697A (or 0x68697A) is known color: Comet. HEX triplet: 68, 69 and 7A. RGB value is (104,105,122). Sum of RGB (Red+Green+Blue) = 104+105+122=331 (43% of max value = 765). Red value is 104 (41.02% from 255 or 31.42% from 331); Green value is 105 (41.41% from 255 or 31.72% from 331); Blue value is 122 (48.05% from 255 or 36.86% from 331); Max value from RGB is 122 - color contains mainly: blue. Hex color #68697A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #68697A is #979685. Grayscale: #6A6A6A. Windows color (decimal): -9934470 or 8022376. OLE color: 8022376.
HSL color Cylindrical-coordinate representation of color #68697A: hue angle of 236.67º 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 #68697A is Cyan = 0.15, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 104 | 105 | 122 | - |
| CMYK | 0.15 | 0.14 | 0 | 0.52 |
| HSL | 236.67º | 0.08% | 0.44% | - |
| HSV(B) | 236.67º | 0.15% | 0.48% | - |
| XYZ | 14.27 | 14.45 | 20.45 | - |
| YUV | 106.64 | 136.67 | 126.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 105 | 122 | 0.15 | 0.14 | 0 | 0.52 | 236.67 | 0.08 | 0.44 |
| Hex | 68 | 69 | 7A | F | E | 0 | 34 | ED | 8 | 2C |
| Octal | 150 | 151 | 172 | 17 | 16 | 0 | 64 | 355 | 10 | 54 |
| Binary | 1101000 | 1101001 | 1111010 | 1111 | 1110 | 0 | 110100 | 11101101 | 1000 | 101100 |
Color Harmonies of #68697A
Complementary color
Monochromatic Colors of #68697A
Black with #68697A
Text Example
Text Example
White with #68697A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68697A; }
p { color: rgb(104,105,122); }
H1.HeaderClassName
{
color: #68697A;
}
.AnyTagClassName
{
color: #68697A;
}
</style>
background-color css
<style>
a { background-color: #68697A; }
a { background-color: rgb(104,105,122); }
div.DivClassName
{
background-color: #68697A;
}
.BgClassName
{
background-color: #68697A;
}
</style>
border-color css
<style>
span { border-color: #68697A; }
span { border-color: rgb(104,105,122); }
td.TdClassName
{
border-color: #68697A;
}
.TagClassName
{
border-color: #68697A;
}
</style>