Shades of Comet #696973
Tints of Comet #696973
RGB
CMYK
RGB Variations
Color information
#696973 (or 0x696973) is known color: Comet. HEX triplet: 69, 69 and 73. RGB value is (105,105,115). Sum of RGB (Red+Green+Blue) = 105+105+115=325 (43% of max value = 765). Red value is 105 (41.41% from 255 or 32.31% from 325); Green value is 105 (41.41% from 255 or 32.31% from 325); Blue value is 115 (45.31% from 255 or 35.38% from 325); Max value from RGB is 115 - color contains mainly: blue. Hex color #696973 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #696973 is #96968C. Grayscale: #6A6A6A. Windows color (decimal): -9868941 or 7563625. OLE color: 7563625.
HSL color Cylindrical-coordinate representation of color #696973: hue angle of 240º degrees, saturation: 0.05, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #696973 is Cyan = 0.09, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 105 | 105 | 115 | - |
| CMYK | 0.09 | 0.09 | 0 | 0.55 |
| HSL | 240º | 0.05% | 0.43% | - |
| HSV(B) | 240º | 0.09% | 0.45% | - |
| XYZ | 13.97 | 14.34 | 18.25 | - |
| YUV | 106.14 | 133 | 127.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 105 | 115 | 0.09 | 0.09 | 0 | 0.55 | 240 | 0.05 | 0.43 |
| Hex | 69 | 69 | 73 | 9 | 9 | 0 | 37 | F0 | 5 | 2B |
| Octal | 151 | 151 | 163 | 11 | 11 | 0 | 67 | 360 | 5 | 53 |
| Binary | 1101001 | 1101001 | 1110011 | 1001 | 1001 | 0 | 110111 | 11110000 | 101 | 101011 |
Color Harmonies of #696973
Complementary color
Monochromatic Colors of #696973
Black with #696973
Text Example
Text Example
White with #696973
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #696973; }
p { color: rgb(105,105,115); }
H1.HeaderClassName
{
color: #696973;
}
.AnyTagClassName
{
color: #696973;
}
</style>
background-color css
<style>
a { background-color: #696973; }
a { background-color: rgb(105,105,115); }
div.DivClassName
{
background-color: #696973;
}
.BgClassName
{
background-color: #696973;
}
</style>
border-color css
<style>
span { border-color: #696973; }
span { border-color: rgb(105,105,115); }
td.TdClassName
{
border-color: #696973;
}
.TagClassName
{
border-color: #696973;
}
</style>