Shades of Comet #696A72
Tints of Comet #696A72
RGB
CMYK
RGB Variations
Color information
#696A72 (or 0x696A72) is known color: Comet. HEX triplet: 69, 6A and 72. RGB value is (105,106,114). Sum of RGB (Red+Green+Blue) = 105+106+114=325 (43% of max value = 765). Red value is 105 (41.41% from 255 or 32.31% from 325); Green value is 106 (41.80% from 255 or 32.62% from 325); Blue value is 114 (44.92% from 255 or 35.08% from 325); Max value from RGB is 114 - color contains mainly: blue. Hex color #696A72 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #696A72 is #96958D. Grayscale: #6A6A6A. Windows color (decimal): -9868686 or 7498345. OLE color: 7498345.
HSL color Cylindrical-coordinate representation of color #696A72: hue angle of 233.33º degrees, saturation: 0.04, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #696A72 is Cyan = 0.08, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 105 | 106 | 114 | - |
| CMYK | 0.08 | 0.07 | 0 | 0.55 |
| HSL | 233.33º | 0.04% | 0.43% | - |
| HSV(B) | 233.33º | 0.08% | 0.45% | - |
| XYZ | 14.02 | 14.53 | 17.98 | - |
| YUV | 106.61 | 132.17 | 126.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 106 | 114 | 0.08 | 0.07 | 0 | 0.55 | 233.33 | 0.04 | 0.43 |
| Hex | 69 | 6A | 72 | 8 | 7 | 0 | 37 | E9 | 4 | 2B |
| Octal | 151 | 152 | 162 | 10 | 7 | 0 | 67 | 351 | 4 | 53 |
| Binary | 1101001 | 1101010 | 1110010 | 1000 | 111 | 0 | 110111 | 11101001 | 100 | 101011 |
Color Harmonies of #696A72
Complementary color
Monochromatic Colors of #696A72
Black with #696A72
Text Example
Text Example
White with #696A72
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #696A72; }
p { color: rgb(105,106,114); }
H1.HeaderClassName
{
color: #696A72;
}
.AnyTagClassName
{
color: #696A72;
}
</style>
background-color css
<style>
a { background-color: #696A72; }
a { background-color: rgb(105,106,114); }
div.DivClassName
{
background-color: #696A72;
}
.BgClassName
{
background-color: #696A72;
}
</style>
border-color css
<style>
span { border-color: #696A72; }
span { border-color: rgb(105,106,114); }
td.TdClassName
{
border-color: #696A72;
}
.TagClassName
{
border-color: #696A72;
}
</style>