Shades of Chetwode Blue #696BAA
Tints of Chetwode Blue #696BAA
RGB
CMYK
RGB Variations
Color information
#696BAA (or 0x696BAA) is known color: Chetwode Blue. HEX triplet: 69, 6B and AA. RGB value is (105,107,170). Sum of RGB (Red+Green+Blue) = 105+107+170=382 (50% of max value = 765). Red value is 105 (41.41% from 255 or 27.49% from 382); Green value is 107 (42.19% from 255 or 28.01% from 382); Blue value is 170 (66.80% from 255 or 44.50% from 382); Max value from RGB is 170 - color contains mainly: blue. Hex color #696BAA is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #696BAA is #969455. Grayscale: #717171. Windows color (decimal): -9868374 or 11168617. OLE color: 11168617.
HSL color Cylindrical-coordinate representation of color #696BAA: hue angle of 238.15º 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 #696BAA is Cyan = 0.38, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 105 | 107 | 170 | - |
| CMYK | 0.38 | 0.37 | 0 | 0.33 |
| HSL | 238.15º | 0.28% | 0.54% | - |
| HSV(B) | 238.15º | 0.38% | 0.67% | - |
| XYZ | 18.34 | 16.42 | 40.23 | - |
| YUV | 113.58 | 159.84 | 121.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 107 | 170 | 0.38 | 0.37 | 0 | 0.33 | 238.15 | 0.28 | 0.54 |
| Hex | 69 | 6B | AA | 26 | 25 | 0 | 21 | EE | 1C | 36 |
| Octal | 151 | 153 | 252 | 46 | 45 | 0 | 41 | 356 | 34 | 66 |
| Binary | 1101001 | 1101011 | 10101010 | 100110 | 100101 | 0 | 100001 | 11101110 | 11100 | 110110 |
Color Harmonies of #696BAA
Complementary color
Monochromatic Colors of #696BAA
Black with #696BAA
Text Example
Text Example
White with #696BAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #696BAA; }
p { color: rgb(105,107,170); }
H1.HeaderClassName
{
color: #696BAA;
}
.AnyTagClassName
{
color: #696BAA;
}
</style>
background-color css
<style>
a { background-color: #696BAA; }
a { background-color: rgb(105,107,170); }
div.DivClassName
{
background-color: #696BAA;
}
.BgClassName
{
background-color: #696BAA;
}
</style>
border-color css
<style>
span { border-color: #696BAA; }
span { border-color: rgb(105,107,170); }
td.TdClassName
{
border-color: #696BAA;
}
.TagClassName
{
border-color: #696BAA;
}
</style>