Shades of Comet #696B8D
Tints of Comet #696B8D
RGB
CMYK
RGB Variations
Color information
#696B8D (or 0x696B8D) is known color: Comet. HEX triplet: 69, 6B and 8D. RGB value is (105,107,141). Sum of RGB (Red+Green+Blue) = 105+107+141=353 (46% of max value = 765). Red value is 105 (41.41% from 255 or 29.75% from 353); Green value is 107 (42.19% from 255 or 30.31% from 353); Blue value is 141 (55.47% from 255 or 39.94% from 353); Max value from RGB is 141 - color contains mainly: blue. Hex color #696B8D is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #696B8D is #969472. Grayscale: #6E6E6E. Windows color (decimal): -9868403 or 9268073. OLE color: 9268073.
HSL color Cylindrical-coordinate representation of color #696B8D: hue angle of 236.67º degrees, saturation: 0.15, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #696B8D is Cyan = 0.26, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 105 | 107 | 141 | - |
| CMYK | 0.26 | 0.24 | 0 | 0.45 |
| HSL | 236.67º | 0.15% | 0.48% | - |
| HSV(B) | 236.67º | 0.26% | 0.55% | - |
| XYZ | 15.89 | 15.44 | 27.34 | - |
| YUV | 110.28 | 145.34 | 124.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 107 | 141 | 0.26 | 0.24 | 0 | 0.45 | 236.67 | 0.15 | 0.48 |
| Hex | 69 | 6B | 8D | 1A | 18 | 0 | 2D | ED | F | 30 |
| Octal | 151 | 153 | 215 | 32 | 30 | 0 | 55 | 355 | 17 | 60 |
| Binary | 1101001 | 1101011 | 10001101 | 11010 | 11000 | 0 | 101101 | 11101101 | 1111 | 110000 |
Color Harmonies of #696B8D
Complementary color
Monochromatic Colors of #696B8D
Black with #696B8D
Text Example
Text Example
White with #696B8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #696B8D; }
p { color: rgb(105,107,141); }
H1.HeaderClassName
{
color: #696B8D;
}
.AnyTagClassName
{
color: #696B8D;
}
</style>
background-color css
<style>
a { background-color: #696B8D; }
a { background-color: rgb(105,107,141); }
div.DivClassName
{
background-color: #696B8D;
}
.BgClassName
{
background-color: #696B8D;
}
</style>
border-color css
<style>
span { border-color: #696B8D; }
span { border-color: rgb(105,107,141); }
td.TdClassName
{
border-color: #696B8D;
}
.TagClassName
{
border-color: #696B8D;
}
</style>