Shades of Comet #696A88
Tints of Comet #696A88
RGB
CMYK
RGB Variations
Color information
#696A88 (or 0x696A88) is known color: Comet. HEX triplet: 69, 6A and 88. RGB value is (105,106,136). Sum of RGB (Red+Green+Blue) = 105+106+136=347 (45% of max value = 765). Red value is 105 (41.41% from 255 or 30.26% from 347); Green value is 106 (41.80% from 255 or 30.55% from 347); Blue value is 136 (53.52% from 255 or 39.19% from 347); Max value from RGB is 136 - color contains mainly: blue. Hex color #696A88 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #696A88 is #969577. Grayscale: #6D6D6D. Windows color (decimal): -9868664 or 8940137. OLE color: 8940137.
HSL color Cylindrical-coordinate representation of color #696A88: hue angle of 238.06º 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 #696A88 is Cyan = 0.23, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 105 | 106 | 136 | - |
| CMYK | 0.23 | 0.22 | 0 | 0.47 |
| HSL | 238.06º | 0.13% | 0.47% | - |
| HSV(B) | 238.06º | 0.23% | 0.53% | - |
| XYZ | 15.42 | 15.09 | 25.39 | - |
| YUV | 109.12 | 143.17 | 125.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 106 | 136 | 0.23 | 0.22 | 0 | 0.47 | 238.06 | 0.13 | 0.47 |
| Hex | 69 | 6A | 88 | 17 | 16 | 0 | 2F | EE | D | 2F |
| Octal | 151 | 152 | 210 | 27 | 26 | 0 | 57 | 356 | 15 | 57 |
| Binary | 1101001 | 1101010 | 10001000 | 10111 | 10110 | 0 | 101111 | 11101110 | 1101 | 101111 |
Color Harmonies of #696A88
Complementary color
Monochromatic Colors of #696A88
Black with #696A88
Text Example
Text Example
White with #696A88
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #696A88; }
p { color: rgb(105,106,136); }
H1.HeaderClassName
{
color: #696A88;
}
.AnyTagClassName
{
color: #696A88;
}
</style>
background-color css
<style>
a { background-color: #696A88; }
a { background-color: rgb(105,106,136); }
div.DivClassName
{
background-color: #696A88;
}
.BgClassName
{
background-color: #696A88;
}
</style>
border-color css
<style>
span { border-color: #696A88; }
span { border-color: rgb(105,106,136); }
td.TdClassName
{
border-color: #696A88;
}
.TagClassName
{
border-color: #696A88;
}
</style>