Shades of Comet #696B89
Tints of Comet #696B89
RGB
CMYK
RGB Variations
Color information
#696B89 (or 0x696B89) is known color: Comet. HEX triplet: 69, 6B and 89. RGB value is (105,107,137). Sum of RGB (Red+Green+Blue) = 105+107+137=349 (46% of max value = 765). Red value is 105 (41.41% from 255 or 30.09% from 349); Green value is 107 (42.19% from 255 or 30.66% from 349); Blue value is 137 (53.91% from 255 or 39.26% from 349); Max value from RGB is 137 - color contains mainly: blue. Hex color #696B89 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #696B89 is #969476. Grayscale: #6D6D6D. Windows color (decimal): -9868407 or 9005929. OLE color: 9005929.
HSL color Cylindrical-coordinate representation of color #696B89: hue angle of 236.25º degrees, saturation: 0.13, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #696B89 is Cyan = 0.23, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 105 | 107 | 137 | - |
| CMYK | 0.23 | 0.22 | 0 | 0.46 |
| HSL | 236.25º | 0.13% | 0.47% | - |
| HSV(B) | 236.25º | 0.23% | 0.54% | - |
| XYZ | 15.6 | 15.32 | 25.8 | - |
| YUV | 109.82 | 143.34 | 124.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 107 | 137 | 0.23 | 0.22 | 0 | 0.46 | 236.25 | 0.13 | 0.47 |
| Hex | 69 | 6B | 89 | 17 | 16 | 0 | 2E | EC | D | 2F |
| Octal | 151 | 153 | 211 | 27 | 26 | 0 | 56 | 354 | 15 | 57 |
| Binary | 1101001 | 1101011 | 10001001 | 10111 | 10110 | 0 | 101110 | 11101100 | 1101 | 101111 |
Color Harmonies of #696B89
Complementary color
Monochromatic Colors of #696B89
Black with #696B89
Text Example
Text Example
White with #696B89
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #696B89; }
p { color: rgb(105,107,137); }
H1.HeaderClassName
{
color: #696B89;
}
.AnyTagClassName
{
color: #696B89;
}
</style>
background-color css
<style>
a { background-color: #696B89; }
a { background-color: rgb(105,107,137); }
div.DivClassName
{
background-color: #696B89;
}
.BgClassName
{
background-color: #696B89;
}
</style>
border-color css
<style>
span { border-color: #696B89; }
span { border-color: rgb(105,107,137); }
td.TdClassName
{
border-color: #696B89;
}
.TagClassName
{
border-color: #696B89;
}
</style>