Shades of Chetwode Blue #696AAF
Tints of Chetwode Blue #696AAF
RGB
CMYK
RGB Variations
Color information
#696AAF (or 0x696AAF) is known color: Chetwode Blue. HEX triplet: 69, 6A and AF. RGB value is (105,106,175). Sum of RGB (Red+Green+Blue) = 105+106+175=386 (51% of max value = 765). Red value is 105 (41.41% from 255 or 27.20% from 386); Green value is 106 (41.80% from 255 or 27.46% from 386); Blue value is 175 (68.75% from 255 or 45.34% from 386); Max value from RGB is 175 - color contains mainly: blue. Hex color #696AAF is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #696AAF is #969550. Grayscale: #717171. Windows color (decimal): -9868625 or 11496041. OLE color: 11496041.
HSL color Cylindrical-coordinate representation of color #696AAF: hue angle of 239.14º 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 #696AAF is Cyan = 0.40, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 105 | 106 | 175 | - |
| CMYK | 0.40 | 0.39 | 0 | 0.31 |
| HSL | 239.14º | 0.3% | 0.55% | - |
| HSV(B) | 239.14º | 0.4% | 0.69% | - |
| XYZ | 18.72 | 16.41 | 42.74 | - |
| YUV | 113.57 | 162.67 | 121.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 106 | 175 | 0.40 | 0.39 | 0 | 0.31 | 239.14 | 0.3 | 0.55 |
| Hex | 69 | 6A | AF | 28 | 27 | 0 | 1F | EF | 1E | 37 |
| Octal | 151 | 152 | 257 | 50 | 47 | 0 | 37 | 357 | 36 | 67 |
| Binary | 1101001 | 1101010 | 10101111 | 101000 | 100111 | 0 | 11111 | 11101111 | 11110 | 110111 |
Color Harmonies of #696AAF
Complementary color
Monochromatic Colors of #696AAF
Black with #696AAF
Text Example
Text Example
White with #696AAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #696AAF; }
p { color: rgb(105,106,175); }
H1.HeaderClassName
{
color: #696AAF;
}
.AnyTagClassName
{
color: #696AAF;
}
</style>
background-color css
<style>
a { background-color: #696AAF; }
a { background-color: rgb(105,106,175); }
div.DivClassName
{
background-color: #696AAF;
}
.BgClassName
{
background-color: #696AAF;
}
</style>
border-color css
<style>
span { border-color: #696AAF; }
span { border-color: rgb(105,106,175); }
td.TdClassName
{
border-color: #696AAF;
}
.TagClassName
{
border-color: #696AAF;
}
</style>