Shades of Chetwode Blue #696DAD
Tints of Chetwode Blue #696DAD
RGB
CMYK
RGB Variations
Color information
#696DAD (or 0x696DAD) is known color: Chetwode Blue. HEX triplet: 69, 6D and AD. RGB value is (105,109,173). Sum of RGB (Red+Green+Blue) = 105+109+173=387 (51% of max value = 765). Red value is 105 (41.41% from 255 or 27.13% from 387); Green value is 109 (42.97% from 255 or 28.17% from 387); Blue value is 173 (67.97% from 255 or 44.70% from 387); Max value from RGB is 173 - color contains mainly: blue. Hex color #696DAD is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #696DAD is #969252. Grayscale: #727272. Windows color (decimal): -9867859 or 11365737. OLE color: 11365737.
HSL color Cylindrical-coordinate representation of color #696DAD: hue angle of 236.47º degrees, saturation: 0.29, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #696DAD is Cyan = 0.39, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 105 | 109 | 173 | - |
| CMYK | 0.39 | 0.37 | 0 | 0.32 |
| HSL | 236.47º | 0.29% | 0.55% | - |
| HSV(B) | 236.47º | 0.39% | 0.68% | - |
| XYZ | 18.84 | 16.96 | 41.82 | - |
| YUV | 115.1 | 160.67 | 120.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 109 | 173 | 0.39 | 0.37 | 0 | 0.32 | 236.47 | 0.29 | 0.55 |
| Hex | 69 | 6D | AD | 27 | 25 | 0 | 20 | EC | 1D | 37 |
| Octal | 151 | 155 | 255 | 47 | 45 | 0 | 40 | 354 | 35 | 67 |
| Binary | 1101001 | 1101101 | 10101101 | 100111 | 100101 | 0 | 100000 | 11101100 | 11101 | 110111 |
Color Harmonies of #696DAD
Complementary color
Monochromatic Colors of #696DAD
Black with #696DAD
Text Example
Text Example
White with #696DAD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #696DAD; }
p { color: rgb(105,109,173); }
H1.HeaderClassName
{
color: #696DAD;
}
.AnyTagClassName
{
color: #696DAD;
}
</style>
background-color css
<style>
a { background-color: #696DAD; }
a { background-color: rgb(105,109,173); }
div.DivClassName
{
background-color: #696DAD;
}
.BgClassName
{
background-color: #696DAD;
}
</style>
border-color css
<style>
span { border-color: #696DAD; }
span { border-color: rgb(105,109,173); }
td.TdClassName
{
border-color: #696DAD;
}
.TagClassName
{
border-color: #696DAD;
}
</style>