Shades of Comet #696A73
Tints of Comet #696A73
RGB
CMYK
RGB Variations
Color information
#696A73 (or 0x696A73) is known color: Comet. HEX triplet: 69, 6A and 73. RGB value is (105,106,115). Sum of RGB (Red+Green+Blue) = 105+106+115=326 (43% of max value = 765). Red value is 105 (41.41% from 255 or 32.21% from 326); Green value is 106 (41.80% from 255 or 32.52% from 326); Blue value is 115 (45.31% from 255 or 35.28% from 326); Max value from RGB is 115 - color contains mainly: blue. Hex color #696A73 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #696A73 is #96958C. Grayscale: #6A6A6A. Windows color (decimal): -9868685 or 7563881. OLE color: 7563881.
HSL color Cylindrical-coordinate representation of color #696A73: hue angle of 234º 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 #696A73 is Cyan = 0.09, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 105 | 106 | 115 | - |
| CMYK | 0.09 | 0.08 | 0 | 0.55 |
| HSL | 234º | 0.05% | 0.43% | - |
| HSV(B) | 234º | 0.09% | 0.45% | - |
| XYZ | 14.07 | 14.55 | 18.29 | - |
| YUV | 106.73 | 132.67 | 126.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 106 | 115 | 0.09 | 0.08 | 0 | 0.55 | 234 | 0.05 | 0.43 |
| Hex | 69 | 6A | 73 | 9 | 8 | 0 | 37 | EA | 5 | 2B |
| Octal | 151 | 152 | 163 | 11 | 10 | 0 | 67 | 352 | 5 | 53 |
| Binary | 1101001 | 1101010 | 1110011 | 1001 | 1000 | 0 | 110111 | 11101010 | 101 | 101011 |
Color Harmonies of #696A73
Complementary color
Monochromatic Colors of #696A73
Black with #696A73
Text Example
Text Example
White with #696A73
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #696A73; }
p { color: rgb(105,106,115); }
H1.HeaderClassName
{
color: #696A73;
}
.AnyTagClassName
{
color: #696A73;
}
</style>
background-color css
<style>
a { background-color: #696A73; }
a { background-color: rgb(105,106,115); }
div.DivClassName
{
background-color: #696A73;
}
.BgClassName
{
background-color: #696A73;
}
</style>
border-color css
<style>
span { border-color: #696A73; }
span { border-color: rgb(105,106,115); }
td.TdClassName
{
border-color: #696A73;
}
.TagClassName
{
border-color: #696A73;
}
</style>