Shades of Chetwode Blue #696EAA
Tints of Chetwode Blue #696EAA
RGB
CMYK
RGB Variations
Color information
#696EAA (or 0x696EAA) is known color: Chetwode Blue. HEX triplet: 69, 6E and AA. RGB value is (105,110,170). Sum of RGB (Red+Green+Blue) = 105+110+170=385 (50% of max value = 765). Red value is 105 (41.41% from 255 or 27.27% from 385); Green value is 110 (43.36% from 255 or 28.57% from 385); Blue value is 170 (66.80% from 255 or 44.16% from 385); Max value from RGB is 170 - color contains mainly: blue. Hex color #696EAA is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #696EAA is #969155. Grayscale: #737373. Windows color (decimal): -9867606 or 11169385. OLE color: 11169385.
HSL color Cylindrical-coordinate representation of color #696EAA: hue angle of 235.38º degrees, saturation: 0.28, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #696EAA is Cyan = 0.38, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 105 | 110 | 170 | - |
| CMYK | 0.38 | 0.35 | 0 | 0.33 |
| HSL | 235.38º | 0.28% | 0.54% | - |
| HSV(B) | 235.38º | 0.38% | 0.67% | - |
| XYZ | 18.66 | 17.06 | 40.34 | - |
| YUV | 115.35 | 158.84 | 120.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 110 | 170 | 0.38 | 0.35 | 0 | 0.33 | 235.38 | 0.28 | 0.54 |
| Hex | 69 | 6E | AA | 26 | 23 | 0 | 21 | EB | 1C | 36 |
| Octal | 151 | 156 | 252 | 46 | 43 | 0 | 41 | 353 | 34 | 66 |
| Binary | 1101001 | 1101110 | 10101010 | 100110 | 100011 | 0 | 100001 | 11101011 | 11100 | 110110 |
Color Harmonies of #696EAA
Complementary color
Monochromatic Colors of #696EAA
Black with #696EAA
Text Example
Text Example
White with #696EAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #696EAA; }
p { color: rgb(105,110,170); }
H1.HeaderClassName
{
color: #696EAA;
}
.AnyTagClassName
{
color: #696EAA;
}
</style>
background-color css
<style>
a { background-color: #696EAA; }
a { background-color: rgb(105,110,170); }
div.DivClassName
{
background-color: #696EAA;
}
.BgClassName
{
background-color: #696EAA;
}
</style>
border-color css
<style>
span { border-color: #696EAA; }
span { border-color: rgb(105,110,170); }
td.TdClassName
{
border-color: #696EAA;
}
.TagClassName
{
border-color: #696EAA;
}
</style>