Shades of Chetwode Blue #696DAF
Tints of Chetwode Blue #696DAF
RGB
CMYK
RGB Variations
Color information
#696DAF (or 0x696DAF) is known color: Chetwode Blue. HEX triplet: 69, 6D and AF. RGB value is (105,109,175). Sum of RGB (Red+Green+Blue) = 105+109+175=389 (51% of max value = 765). Red value is 105 (41.41% from 255 or 26.99% from 389); Green value is 109 (42.97% from 255 or 28.02% from 389); Blue value is 175 (68.75% from 255 or 44.99% from 389); Max value from RGB is 175 - color contains mainly: blue. Hex color #696DAF is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #696DAF is #969250. Grayscale: #737373. Windows color (decimal): -9867857 or 11496809. OLE color: 11496809.
HSL color Cylindrical-coordinate representation of color #696DAF: hue angle of 236.57º degrees, saturation: 0.3, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #696DAF is Cyan = 0.40, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 105 | 109 | 175 | - |
| CMYK | 0.40 | 0.38 | 0 | 0.31 |
| HSL | 236.57º | 0.3% | 0.55% | - |
| HSV(B) | 236.57º | 0.4% | 0.69% | - |
| XYZ | 19.03 | 17.04 | 42.84 | - |
| YUV | 115.33 | 161.67 | 120.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 109 | 175 | 0.40 | 0.38 | 0 | 0.31 | 236.57 | 0.3 | 0.55 |
| Hex | 69 | 6D | AF | 28 | 26 | 0 | 1F | ED | 1E | 37 |
| Octal | 151 | 155 | 257 | 50 | 46 | 0 | 37 | 355 | 36 | 67 |
| Binary | 1101001 | 1101101 | 10101111 | 101000 | 100110 | 0 | 11111 | 11101101 | 11110 | 110111 |
Color Harmonies of #696DAF
Complementary color
Monochromatic Colors of #696DAF
Black with #696DAF
Text Example
Text Example
White with #696DAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #696DAF; }
p { color: rgb(105,109,175); }
H1.HeaderClassName
{
color: #696DAF;
}
.AnyTagClassName
{
color: #696DAF;
}
</style>
background-color css
<style>
a { background-color: #696DAF; }
a { background-color: rgb(105,109,175); }
div.DivClassName
{
background-color: #696DAF;
}
.BgClassName
{
background-color: #696DAF;
}
</style>
border-color css
<style>
span { border-color: #696DAF; }
span { border-color: rgb(105,109,175); }
td.TdClassName
{
border-color: #696DAF;
}
.TagClassName
{
border-color: #696DAF;
}
</style>