Shades of Chetwode Blue #696EA8
Tints of Chetwode Blue #696EA8
RGB
CMYK
RGB Variations
Color information
#696EA8 (or 0x696EA8) is known color: Chetwode Blue. HEX triplet: 69, 6E and A8. RGB value is (105,110,168). Sum of RGB (Red+Green+Blue) = 105+110+168=383 (50% of max value = 765). Red value is 105 (41.41% from 255 or 27.42% from 383); Green value is 110 (43.36% from 255 or 28.72% from 383); Blue value is 168 (66.02% from 255 or 43.86% from 383); Max value from RGB is 168 - color contains mainly: blue. Hex color #696EA8 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #696EA8 is #969157. Grayscale: #727272. Windows color (decimal): -9867608 or 11038313. OLE color: 11038313.
HSL color Cylindrical-coordinate representation of color #696EA8: hue angle of 235.24º 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 #696EA8 is Cyan = 0.38, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 105 | 110 | 168 | - |
| CMYK | 0.38 | 0.35 | 0 | 0.34 |
| HSL | 235.24º | 0.27% | 0.54% | - |
| HSV(B) | 235.24º | 0.38% | 0.66% | - |
| XYZ | 18.47 | 16.98 | 39.35 | - |
| YUV | 115.12 | 157.84 | 120.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 110 | 168 | 0.38 | 0.35 | 0 | 0.34 | 235.24 | 0.27 | 0.54 |
| Hex | 69 | 6E | A8 | 26 | 23 | 0 | 22 | EB | 1B | 36 |
| Octal | 151 | 156 | 250 | 46 | 43 | 0 | 42 | 353 | 33 | 66 |
| Binary | 1101001 | 1101110 | 10101000 | 100110 | 100011 | 0 | 100010 | 11101011 | 11011 | 110110 |
Color Harmonies of #696EA8
Complementary color
Monochromatic Colors of #696EA8
Black with #696EA8
Text Example
Text Example
White with #696EA8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #696EA8; }
p { color: rgb(105,110,168); }
H1.HeaderClassName
{
color: #696EA8;
}
.AnyTagClassName
{
color: #696EA8;
}
</style>
background-color css
<style>
a { background-color: #696EA8; }
a { background-color: rgb(105,110,168); }
div.DivClassName
{
background-color: #696EA8;
}
.BgClassName
{
background-color: #696EA8;
}
</style>
border-color css
<style>
span { border-color: #696EA8; }
span { border-color: rgb(105,110,168); }
td.TdClassName
{
border-color: #696EA8;
}
.TagClassName
{
border-color: #696EA8;
}
</style>