Shades of Chetwode Blue #696DAA
Tints of Chetwode Blue #696DAA
RGB
CMYK
RGB Variations
Color information
#696DAA (or 0x696DAA) is known color: Chetwode Blue. HEX triplet: 69, 6D and AA. RGB value is (105,109,170). Sum of RGB (Red+Green+Blue) = 105+109+170=384 (50% of max value = 765). Red value is 105 (41.41% from 255 or 27.34% from 384); Green value is 109 (42.97% from 255 or 28.39% from 384); Blue value is 170 (66.80% from 255 or 44.27% from 384); Max value from RGB is 170 - color contains mainly: blue. Hex color #696DAA is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #696DAA is #969255. Grayscale: #727272. Windows color (decimal): -9867862 or 11169129. OLE color: 11169129.
HSL color Cylindrical-coordinate representation of color #696DAA: hue angle of 236.31º 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 #696DAA is Cyan = 0.38, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 105 | 109 | 170 | - |
| CMYK | 0.38 | 0.36 | 0 | 0.33 |
| HSL | 236.31º | 0.28% | 0.54% | - |
| HSV(B) | 236.31º | 0.38% | 0.67% | - |
| XYZ | 18.55 | 16.84 | 40.3 | - |
| YUV | 114.76 | 159.17 | 121.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 109 | 170 | 0.38 | 0.36 | 0 | 0.33 | 236.31 | 0.28 | 0.54 |
| Hex | 69 | 6D | AA | 26 | 24 | 0 | 21 | EC | 1C | 36 |
| Octal | 151 | 155 | 252 | 46 | 44 | 0 | 41 | 354 | 34 | 66 |
| Binary | 1101001 | 1101101 | 10101010 | 100110 | 100100 | 0 | 100001 | 11101100 | 11100 | 110110 |
Color Harmonies of #696DAA
Complementary color
Monochromatic Colors of #696DAA
Black with #696DAA
Text Example
Text Example
White with #696DAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #696DAA; }
p { color: rgb(105,109,170); }
H1.HeaderClassName
{
color: #696DAA;
}
.AnyTagClassName
{
color: #696DAA;
}
</style>
background-color css
<style>
a { background-color: #696DAA; }
a { background-color: rgb(105,109,170); }
div.DivClassName
{
background-color: #696DAA;
}
.BgClassName
{
background-color: #696DAA;
}
</style>
border-color css
<style>
span { border-color: #696DAA; }
span { border-color: rgb(105,109,170); }
td.TdClassName
{
border-color: #696DAA;
}
.TagClassName
{
border-color: #696DAA;
}
</style>