Shades of Chetwode Blue #696FAB
Tints of Chetwode Blue #696FAB
RGB
CMYK
RGB Variations
Color information
#696FAB (or 0x696FAB) is known color: Chetwode Blue. HEX triplet: 69, 6F and AB. RGB value is (105,111,171). Sum of RGB (Red+Green+Blue) = 105+111+171=387 (51% of max value = 765). Red value is 105 (41.41% from 255 or 27.13% from 387); Green value is 111 (43.75% from 255 or 28.68% from 387); Blue value is 171 (67.19% from 255 or 44.19% from 387); Max value from RGB is 171 - color contains mainly: blue. Hex color #696FAB is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #696FAB is #969054. Grayscale: #737373. Windows color (decimal): -9867349 or 11235177. OLE color: 11235177.
HSL color Cylindrical-coordinate representation of color #696FAB: hue angle of 234.55º degrees, saturation: 0.28, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #696FAB is Cyan = 0.39, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 105 | 111 | 171 | - |
| CMYK | 0.39 | 0.35 | 0 | 0.33 |
| HSL | 234.55º | 0.28% | 0.54% | - |
| HSV(B) | 234.55º | 0.39% | 0.67% | - |
| XYZ | 18.86 | 17.31 | 40.88 | - |
| YUV | 116.05 | 159.01 | 120.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 111 | 171 | 0.39 | 0.35 | 0 | 0.33 | 234.55 | 0.28 | 0.54 |
| Hex | 69 | 6F | AB | 27 | 23 | 0 | 21 | EB | 1C | 36 |
| Octal | 151 | 157 | 253 | 47 | 43 | 0 | 41 | 353 | 34 | 66 |
| Binary | 1101001 | 1101111 | 10101011 | 100111 | 100011 | 0 | 100001 | 11101011 | 11100 | 110110 |
Color Harmonies of #696FAB
Complementary color
Monochromatic Colors of #696FAB
Black with #696FAB
Text Example
Text Example
White with #696FAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #696FAB; }
p { color: rgb(105,111,171); }
H1.HeaderClassName
{
color: #696FAB;
}
.AnyTagClassName
{
color: #696FAB;
}
</style>
background-color css
<style>
a { background-color: #696FAB; }
a { background-color: rgb(105,111,171); }
div.DivClassName
{
background-color: #696FAB;
}
.BgClassName
{
background-color: #696FAB;
}
</style>
border-color css
<style>
span { border-color: #696FAB; }
span { border-color: rgb(105,111,171); }
td.TdClassName
{
border-color: #696FAB;
}
.TagClassName
{
border-color: #696FAB;
}
</style>