Shades of Chetwode Blue #696CAA
Tints of Chetwode Blue #696CAA
RGB
CMYK
RGB Variations
Color information
#696CAA (or 0x696CAA) is known color: Chetwode Blue. HEX triplet: 69, 6C and AA. RGB value is (105,108,170). Sum of RGB (Red+Green+Blue) = 105+108+170=383 (50% of max value = 765). Red value is 105 (41.41% from 255 or 27.42% from 383); Green value is 108 (42.58% from 255 or 28.20% from 383); Blue value is 170 (66.80% from 255 or 44.39% from 383); Max value from RGB is 170 - color contains mainly: blue. Hex color #696CAA is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #696CAA is #969355. Grayscale: #717171. Windows color (decimal): -9868118 or 11168873. OLE color: 11168873.
HSL color Cylindrical-coordinate representation of color #696CAA: hue angle of 237.23º 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 #696CAA is Cyan = 0.38, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 105 | 108 | 170 | - |
| CMYK | 0.38 | 0.36 | 0 | 0.33 |
| HSL | 237.23º | 0.28% | 0.54% | - |
| HSV(B) | 237.23º | 0.38% | 0.67% | - |
| XYZ | 18.44 | 16.63 | 40.27 | - |
| YUV | 114.17 | 159.51 | 121.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 108 | 170 | 0.38 | 0.36 | 0 | 0.33 | 237.23 | 0.28 | 0.54 |
| Hex | 69 | 6C | AA | 26 | 24 | 0 | 21 | ED | 1C | 36 |
| Octal | 151 | 154 | 252 | 46 | 44 | 0 | 41 | 355 | 34 | 66 |
| Binary | 1101001 | 1101100 | 10101010 | 100110 | 100100 | 0 | 100001 | 11101101 | 11100 | 110110 |
Color Harmonies of #696CAA
Complementary color
Monochromatic Colors of #696CAA
Black with #696CAA
Text Example
Text Example
White with #696CAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #696CAA; }
p { color: rgb(105,108,170); }
H1.HeaderClassName
{
color: #696CAA;
}
.AnyTagClassName
{
color: #696CAA;
}
</style>
background-color css
<style>
a { background-color: #696CAA; }
a { background-color: rgb(105,108,170); }
div.DivClassName
{
background-color: #696CAA;
}
.BgClassName
{
background-color: #696CAA;
}
</style>
border-color css
<style>
span { border-color: #696CAA; }
span { border-color: rgb(105,108,170); }
td.TdClassName
{
border-color: #696CAA;
}
.TagClassName
{
border-color: #696CAA;
}
</style>