Shades of Comet #696979
Tints of Comet #696979
RGB
CMYK
RGB Variations
Color information
#696979 (or 0x696979) is known color: Comet. HEX triplet: 69, 69 and 79. RGB value is (105,105,121). Sum of RGB (Red+Green+Blue) = 105+105+121=331 (43% of max value = 765). Red value is 105 (41.41% from 255 or 31.72% from 331); Green value is 105 (41.41% from 255 or 31.72% from 331); Blue value is 121 (47.66% from 255 or 36.56% from 331); Max value from RGB is 121 - color contains mainly: blue. Hex color #696979 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #696979 is #969686. Grayscale: #6A6A6A. Windows color (decimal): -9868935 or 7956841. OLE color: 7956841.
HSL color Cylindrical-coordinate representation of color #696979: hue angle of 240º degrees, saturation: 0.07, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #696979 is Cyan = 0.13, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 105 | 105 | 121 | - |
| CMYK | 0.13 | 0.13 | 0 | 0.53 |
| HSL | 240º | 0.07% | 0.44% | - |
| HSV(B) | 240º | 0.13% | 0.47% | - |
| XYZ | 14.33 | 14.49 | 20.13 | - |
| YUV | 106.82 | 136 | 126.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 105 | 121 | 0.13 | 0.13 | 0 | 0.53 | 240 | 0.07 | 0.44 |
| Hex | 69 | 69 | 79 | D | D | 0 | 35 | F0 | 7 | 2C |
| Octal | 151 | 151 | 171 | 15 | 15 | 0 | 65 | 360 | 7 | 54 |
| Binary | 1101001 | 1101001 | 1111001 | 1101 | 1101 | 0 | 110101 | 11110000 | 111 | 101100 |
Color Harmonies of #696979
Complementary color
Monochromatic Colors of #696979
Black with #696979
Text Example
Text Example
White with #696979
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #696979; }
p { color: rgb(105,105,121); }
H1.HeaderClassName
{
color: #696979;
}
.AnyTagClassName
{
color: #696979;
}
</style>
background-color css
<style>
a { background-color: #696979; }
a { background-color: rgb(105,105,121); }
div.DivClassName
{
background-color: #696979;
}
.BgClassName
{
background-color: #696979;
}
</style>
border-color css
<style>
span { border-color: #696979; }
span { border-color: rgb(105,105,121); }
td.TdClassName
{
border-color: #696979;
}
.TagClassName
{
border-color: #696979;
}
</style>