Shades of Chetwode Blue #696DAB
Tints of Chetwode Blue #696DAB
RGB
CMYK
RGB Variations
Color information
#696DAB (or 0x696DAB) is known color: Chetwode Blue. HEX triplet: 69, 6D and AB. RGB value is (105,109,171). Sum of RGB (Red+Green+Blue) = 105+109+171=385 (50% of max value = 765). Red value is 105 (41.41% from 255 or 27.27% from 385); Green value is 109 (42.97% from 255 or 28.31% from 385); Blue value is 171 (67.19% from 255 or 44.42% from 385); Max value from RGB is 171 - color contains mainly: blue. Hex color #696DAB is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #696DAB is #969254. Grayscale: #727272. Windows color (decimal): -9867861 or 11234665. OLE color: 11234665.
HSL color Cylindrical-coordinate representation of color #696DAB: hue angle of 236.36º degrees, saturation: 0.28, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #696DAB is Cyan = 0.39, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 105 | 109 | 171 | - |
| CMYK | 0.39 | 0.36 | 0 | 0.33 |
| HSL | 236.36º | 0.28% | 0.54% | - |
| HSV(B) | 236.36º | 0.39% | 0.67% | - |
| XYZ | 18.65 | 16.88 | 40.8 | - |
| YUV | 114.87 | 159.67 | 120.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 109 | 171 | 0.39 | 0.36 | 0 | 0.33 | 236.36 | 0.28 | 0.54 |
| Hex | 69 | 6D | AB | 27 | 24 | 0 | 21 | EC | 1C | 36 |
| Octal | 151 | 155 | 253 | 47 | 44 | 0 | 41 | 354 | 34 | 66 |
| Binary | 1101001 | 1101101 | 10101011 | 100111 | 100100 | 0 | 100001 | 11101100 | 11100 | 110110 |
Color Harmonies of #696DAB
Complementary color
Monochromatic Colors of #696DAB
Black with #696DAB
Text Example
Text Example
White with #696DAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #696DAB; }
p { color: rgb(105,109,171); }
H1.HeaderClassName
{
color: #696DAB;
}
.AnyTagClassName
{
color: #696DAB;
}
</style>
background-color css
<style>
a { background-color: #696DAB; }
a { background-color: rgb(105,109,171); }
div.DivClassName
{
background-color: #696DAB;
}
.BgClassName
{
background-color: #696DAB;
}
</style>
border-color css
<style>
span { border-color: #696DAB; }
span { border-color: rgb(105,109,171); }
td.TdClassName
{
border-color: #696DAB;
}
.TagClassName
{
border-color: #696DAB;
}
</style>