Shades of Comet #696B8E
Tints of Comet #696B8E
RGB
CMYK
RGB Variations
Color information
#696B8E (or 0x696B8E) is known color: Comet. HEX triplet: 69, 6B and 8E. RGB value is (105,107,142). Sum of RGB (Red+Green+Blue) = 105+107+142=354 (46% of max value = 765). Red value is 105 (41.41% from 255 or 29.66% from 354); Green value is 107 (42.19% from 255 or 30.23% from 354); Blue value is 142 (55.86% from 255 or 40.11% from 354); Max value from RGB is 142 - color contains mainly: blue. Hex color #696B8E is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #696B8E is #969471. Grayscale: #6E6E6E. Windows color (decimal): -9868402 or 9333609. OLE color: 9333609.
HSL color Cylindrical-coordinate representation of color #696B8E: hue angle of 236.76º degrees, saturation: 0.15, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #696B8E is Cyan = 0.26, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 105 | 107 | 142 | - |
| CMYK | 0.26 | 0.25 | 0 | 0.44 |
| HSL | 236.76º | 0.15% | 0.48% | - |
| HSV(B) | 236.76º | 0.26% | 0.56% | - |
| XYZ | 15.97 | 15.47 | 27.74 | - |
| YUV | 110.39 | 145.84 | 124.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 107 | 142 | 0.26 | 0.25 | 0 | 0.44 | 236.76 | 0.15 | 0.48 |
| Hex | 69 | 6B | 8E | 1A | 19 | 0 | 2C | ED | F | 30 |
| Octal | 151 | 153 | 216 | 32 | 31 | 0 | 54 | 355 | 17 | 60 |
| Binary | 1101001 | 1101011 | 10001110 | 11010 | 11001 | 0 | 101100 | 11101101 | 1111 | 110000 |
Color Harmonies of #696B8E
Complementary color
Monochromatic Colors of #696B8E
Black with #696B8E
Text Example
Text Example
White with #696B8E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #696B8E; }
p { color: rgb(105,107,142); }
H1.HeaderClassName
{
color: #696B8E;
}
.AnyTagClassName
{
color: #696B8E;
}
</style>
background-color css
<style>
a { background-color: #696B8E; }
a { background-color: rgb(105,107,142); }
div.DivClassName
{
background-color: #696B8E;
}
.BgClassName
{
background-color: #696B8E;
}
</style>
border-color css
<style>
span { border-color: #696B8E; }
span { border-color: rgb(105,107,142); }
td.TdClassName
{
border-color: #696B8E;
}
.TagClassName
{
border-color: #696B8E;
}
</style>