Shades of Chetwode Blue #696EA9
Tints of Chetwode Blue #696EA9
RGB
CMYK
RGB Variations
Color information
#696EA9 (or 0x696EA9) is known color: Chetwode Blue. HEX triplet: 69, 6E and A9. RGB value is (105,110,169). Sum of RGB (Red+Green+Blue) = 105+110+169=384 (50% of max value = 765). Red value is 105 (41.41% from 255 or 27.34% from 384); Green value is 110 (43.36% from 255 or 28.65% from 384); Blue value is 169 (66.41% from 255 or 44.01% from 384); Max value from RGB is 169 - color contains mainly: blue. Hex color #696EA9 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #696EA9 is #969156. Grayscale: #727272. Windows color (decimal): -9867607 or 11103849. OLE color: 11103849.
HSL color Cylindrical-coordinate representation of color #696EA9: hue angle of 235.31º degrees, saturation: 0.27, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #696EA9 is Cyan = 0.38, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 105 | 110 | 169 | - |
| CMYK | 0.38 | 0.35 | 0 | 0.34 |
| HSL | 235.31º | 0.27% | 0.54% | - |
| HSV(B) | 235.31º | 0.38% | 0.66% | - |
| XYZ | 18.56 | 17.02 | 39.84 | - |
| YUV | 115.23 | 158.34 | 120.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 110 | 169 | 0.38 | 0.35 | 0 | 0.34 | 235.31 | 0.27 | 0.54 |
| Hex | 69 | 6E | A9 | 26 | 23 | 0 | 22 | EB | 1B | 36 |
| Octal | 151 | 156 | 251 | 46 | 43 | 0 | 42 | 353 | 33 | 66 |
| Binary | 1101001 | 1101110 | 10101001 | 100110 | 100011 | 0 | 100010 | 11101011 | 11011 | 110110 |
Color Harmonies of #696EA9
Complementary color
Monochromatic Colors of #696EA9
Black with #696EA9
Text Example
Text Example
White with #696EA9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #696EA9; }
p { color: rgb(105,110,169); }
H1.HeaderClassName
{
color: #696EA9;
}
.AnyTagClassName
{
color: #696EA9;
}
</style>
background-color css
<style>
a { background-color: #696EA9; }
a { background-color: rgb(105,110,169); }
div.DivClassName
{
background-color: #696EA9;
}
.BgClassName
{
background-color: #696EA9;
}
</style>
border-color css
<style>
span { border-color: #696EA9; }
span { border-color: rgb(105,110,169); }
td.TdClassName
{
border-color: #696EA9;
}
.TagClassName
{
border-color: #696EA9;
}
</style>