Shades of Comet #696B7A
Tints of Comet #696B7A
RGB
CMYK
RGB Variations
Color information
#696B7A (or 0x696B7A) is known color: Comet. HEX triplet: 69, 6B and 7A. RGB value is (105,107,122). Sum of RGB (Red+Green+Blue) = 105+107+122=334 (44% of max value = 765). Red value is 105 (41.41% from 255 or 31.44% from 334); Green value is 107 (42.19% from 255 or 32.04% from 334); Blue value is 122 (48.05% from 255 or 36.53% from 334); Max value from RGB is 122 - color contains mainly: blue. Hex color #696B7A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #696B7A is #969485. Grayscale: #6C6C6C. Windows color (decimal): -9868422 or 8022889. OLE color: 8022889.
HSL color Cylindrical-coordinate representation of color #696B7A: hue angle of 232.94º 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 #696B7A is Cyan = 0.14, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 105 | 107 | 122 | - |
| CMYK | 0.14 | 0.12 | 0 | 0.52 |
| HSL | 232.94º | 0.07% | 0.45% | - |
| HSV(B) | 232.94º | 0.14% | 0.48% | - |
| XYZ | 14.6 | 14.92 | 20.52 | - |
| YUV | 108.11 | 135.84 | 125.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 107 | 122 | 0.14 | 0.12 | 0 | 0.52 | 232.94 | 0.07 | 0.45 |
| Hex | 69 | 6B | 7A | E | C | 0 | 34 | E9 | 7 | 2D |
| Octal | 151 | 153 | 172 | 16 | 14 | 0 | 64 | 351 | 7 | 55 |
| Binary | 1101001 | 1101011 | 1111010 | 1110 | 1100 | 0 | 110100 | 11101001 | 111 | 101101 |
Color Harmonies of #696B7A
Complementary color
Monochromatic Colors of #696B7A
Black with #696B7A
Text Example
Text Example
White with #696B7A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #696B7A; }
p { color: rgb(105,107,122); }
H1.HeaderClassName
{
color: #696B7A;
}
.AnyTagClassName
{
color: #696B7A;
}
</style>
background-color css
<style>
a { background-color: #696B7A; }
a { background-color: rgb(105,107,122); }
div.DivClassName
{
background-color: #696B7A;
}
.BgClassName
{
background-color: #696B7A;
}
</style>
border-color css
<style>
span { border-color: #696B7A; }
span { border-color: rgb(105,107,122); }
td.TdClassName
{
border-color: #696B7A;
}
.TagClassName
{
border-color: #696B7A;
}
</style>