Shades of Chetwode Blue #696CB9
Tints of Chetwode Blue #696CB9
RGB
CMYK
RGB Variations
Color information
#696CB9 (or 0x696CB9) is known color: Chetwode Blue. HEX triplet: 69, 6C and B9. RGB value is (105,108,185). Sum of RGB (Red+Green+Blue) = 105+108+185=398 (52% of max value = 765). Red value is 105 (41.41% from 255 or 26.38% from 398); Green value is 108 (42.58% from 255 or 27.14% from 398); Blue value is 185 (72.66% from 255 or 46.48% from 398); Max value from RGB is 185 - color contains mainly: blue. Hex color #696CB9 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #696CB9 is #969346. Grayscale: #737373. Windows color (decimal): -9868103 or 12151913. OLE color: 12151913.
HSL color Cylindrical-coordinate representation of color #696CB9: hue angle of 237.75º degrees, saturation: 0.36, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #696CB9 is Cyan = 0.43, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 105 | 108 | 185 | - |
| CMYK | 0.43 | 0.42 | 0 | 0.27 |
| HSL | 237.75º | 0.36% | 0.57% | - |
| HSV(B) | 237.75º | 0.43% | 0.73% | - |
| XYZ | 19.95 | 17.23 | 48.17 | - |
| YUV | 115.88 | 167.01 | 120.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 108 | 185 | 0.43 | 0.42 | 0 | 0.27 | 237.75 | 0.36 | 0.57 |
| Hex | 69 | 6C | B9 | 2B | 2A | 0 | 1B | EE | 24 | 39 |
| Octal | 151 | 154 | 271 | 53 | 52 | 0 | 33 | 356 | 44 | 71 |
| Binary | 1101001 | 1101100 | 10111001 | 101011 | 101010 | 0 | 11011 | 11101110 | 100100 | 111001 |
Color Harmonies of #696CB9
Complementary color
Monochromatic Colors of #696CB9
Black with #696CB9
Text Example
Text Example
White with #696CB9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #696CB9; }
p { color: rgb(105,108,185); }
H1.HeaderClassName
{
color: #696CB9;
}
.AnyTagClassName
{
color: #696CB9;
}
</style>
background-color css
<style>
a { background-color: #696CB9; }
a { background-color: rgb(105,108,185); }
div.DivClassName
{
background-color: #696CB9;
}
.BgClassName
{
background-color: #696CB9;
}
</style>
border-color css
<style>
span { border-color: #696CB9; }
span { border-color: rgb(105,108,185); }
td.TdClassName
{
border-color: #696CB9;
}
.TagClassName
{
border-color: #696CB9;
}
</style>