Shades of Comet #696B88
Tints of Comet #696B88
RGB
CMYK
RGB Variations
Color information
#696B88 (or 0x696B88) is known color: Comet. HEX triplet: 69, 6B and 88. RGB value is (105,107,136). Sum of RGB (Red+Green+Blue) = 105+107+136=348 (46% of max value = 765). Red value is 105 (41.41% from 255 or 30.17% from 348); Green value is 107 (42.19% from 255 or 30.75% from 348); Blue value is 136 (53.52% from 255 or 39.08% from 348); Max value from RGB is 136 - color contains mainly: blue. Hex color #696B88 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #696B88 is #969477. Grayscale: #6D6D6D. Windows color (decimal): -9868408 or 8940393. OLE color: 8940393.
HSL color Cylindrical-coordinate representation of color #696B88: hue angle of 236.13º degrees, saturation: 0.13, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #696B88 is Cyan = 0.23, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 105 | 107 | 136 | - |
| CMYK | 0.23 | 0.21 | 0 | 0.47 |
| HSL | 236.13º | 0.13% | 0.47% | - |
| HSV(B) | 236.13º | 0.23% | 0.53% | - |
| XYZ | 15.53 | 15.3 | 25.43 | - |
| YUV | 109.71 | 142.84 | 124.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 107 | 136 | 0.23 | 0.21 | 0 | 0.47 | 236.13 | 0.13 | 0.47 |
| Hex | 69 | 6B | 88 | 17 | 15 | 0 | 2F | EC | D | 2F |
| Octal | 151 | 153 | 210 | 27 | 25 | 0 | 57 | 354 | 15 | 57 |
| Binary | 1101001 | 1101011 | 10001000 | 10111 | 10101 | 0 | 101111 | 11101100 | 1101 | 101111 |
Color Harmonies of #696B88
Complementary color
Monochromatic Colors of #696B88
Black with #696B88
Text Example
Text Example
White with #696B88
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #696B88; }
p { color: rgb(105,107,136); }
H1.HeaderClassName
{
color: #696B88;
}
.AnyTagClassName
{
color: #696B88;
}
</style>
background-color css
<style>
a { background-color: #696B88; }
a { background-color: rgb(105,107,136); }
div.DivClassName
{
background-color: #696B88;
}
.BgClassName
{
background-color: #696B88;
}
</style>
border-color css
<style>
span { border-color: #696B88; }
span { border-color: rgb(105,107,136); }
td.TdClassName
{
border-color: #696B88;
}
.TagClassName
{
border-color: #696B88;
}
</style>