Shades of Comet #696C7E
Tints of Comet #696C7E
RGB
CMYK
RGB Variations
Color information
#696C7E (or 0x696C7E) is known color: Comet. HEX triplet: 69, 6C and 7E. RGB value is (105,108,126). Sum of RGB (Red+Green+Blue) = 105+108+126=339 (44% of max value = 765). Red value is 105 (41.41% from 255 or 30.97% from 339); Green value is 108 (42.58% from 255 or 31.86% from 339); Blue value is 126 (49.61% from 255 or 37.17% from 339); Max value from RGB is 126 - color contains mainly: blue. Hex color #696C7E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #696C7E is #969381. Grayscale: #6D6D6D. Windows color (decimal): -9868162 or 8285289. OLE color: 8285289.
HSL color Cylindrical-coordinate representation of color #696C7E: hue angle of 231.43º degrees, saturation: 0.09, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #696C7E is Cyan = 0.17, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 105 | 108 | 126 | - |
| CMYK | 0.17 | 0.14 | 0 | 0.51 |
| HSL | 231.43º | 0.09% | 0.45% | - |
| HSV(B) | 231.43º | 0.17% | 0.49% | - |
| XYZ | 14.95 | 15.23 | 21.89 | - |
| YUV | 109.16 | 137.51 | 125.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 108 | 126 | 0.17 | 0.14 | 0 | 0.51 | 231.43 | 0.09 | 0.45 |
| Hex | 69 | 6C | 7E | 11 | E | 0 | 33 | E7 | 9 | 2D |
| Octal | 151 | 154 | 176 | 21 | 16 | 0 | 63 | 347 | 11 | 55 |
| Binary | 1101001 | 1101100 | 1111110 | 10001 | 1110 | 0 | 110011 | 11100111 | 1001 | 101101 |
Color Harmonies of #696C7E
Complementary color
Monochromatic Colors of #696C7E
Black with #696C7E
Text Example
Text Example
White with #696C7E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #696C7E; }
p { color: rgb(105,108,126); }
H1.HeaderClassName
{
color: #696C7E;
}
.AnyTagClassName
{
color: #696C7E;
}
</style>
background-color css
<style>
a { background-color: #696C7E; }
a { background-color: rgb(105,108,126); }
div.DivClassName
{
background-color: #696C7E;
}
.BgClassName
{
background-color: #696C7E;
}
</style>
border-color css
<style>
span { border-color: #696C7E; }
span { border-color: rgb(105,108,126); }
td.TdClassName
{
border-color: #696C7E;
}
.TagClassName
{
border-color: #696C7E;
}
</style>