Shades of Comet #696C7A
Tints of Comet #696C7A
RGB
CMYK
RGB Variations
Color information
#696C7A (or 0x696C7A) is known color: Comet. HEX triplet: 69, 6C and 7A. RGB value is (105,108,122). Sum of RGB (Red+Green+Blue) = 105+108+122=335 (44% of max value = 765). Red value is 105 (41.41% from 255 or 31.34% from 335); Green value is 108 (42.58% from 255 or 32.24% from 335); Blue value is 122 (48.05% from 255 or 36.42% from 335); Max value from RGB is 122 - color contains mainly: blue. Hex color #696C7A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #696C7A is #969385. Grayscale: #6C6C6C. Windows color (decimal): -9868166 or 8023145. OLE color: 8023145.
HSL color Cylindrical-coordinate representation of color #696C7A: hue angle of 229.41º degrees, saturation: 0.07, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #696C7A is Cyan = 0.14, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 105 | 108 | 122 | - |
| CMYK | 0.14 | 0.11 | 0 | 0.52 |
| HSL | 229.41º | 0.07% | 0.45% | - |
| HSV(B) | 229.41º | 0.14% | 0.48% | - |
| XYZ | 14.7 | 15.13 | 20.56 | - |
| YUV | 108.7 | 135.51 | 125.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 108 | 122 | 0.14 | 0.11 | 0 | 0.52 | 229.41 | 0.07 | 0.45 |
| Hex | 69 | 6C | 7A | E | B | 0 | 34 | E5 | 7 | 2D |
| Octal | 151 | 154 | 172 | 16 | 13 | 0 | 64 | 345 | 7 | 55 |
| Binary | 1101001 | 1101100 | 1111010 | 1110 | 1011 | 0 | 110100 | 11100101 | 111 | 101101 |
Color Harmonies of #696C7A
Complementary color
Monochromatic Colors of #696C7A
Black with #696C7A
Text Example
Text Example
White with #696C7A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #696C7A; }
p { color: rgb(105,108,122); }
H1.HeaderClassName
{
color: #696C7A;
}
.AnyTagClassName
{
color: #696C7A;
}
</style>
background-color css
<style>
a { background-color: #696C7A; }
a { background-color: rgb(105,108,122); }
div.DivClassName
{
background-color: #696C7A;
}
.BgClassName
{
background-color: #696C7A;
}
</style>
border-color css
<style>
span { border-color: #696C7A; }
span { border-color: rgb(105,108,122); }
td.TdClassName
{
border-color: #696C7A;
}
.TagClassName
{
border-color: #696C7A;
}
</style>