Shades of Chetwode Blue #696DB5
Tints of Chetwode Blue #696DB5
RGB
CMYK
RGB Variations
Color information
#696DB5 (or 0x696DB5) is known color: Chetwode Blue. HEX triplet: 69, 6D and B5. RGB value is (105,109,181). Sum of RGB (Red+Green+Blue) = 105+109+181=395 (52% of max value = 765). Red value is 105 (41.41% from 255 or 26.58% from 395); Green value is 109 (42.97% from 255 or 27.59% from 395); Blue value is 181 (71.09% from 255 or 45.82% from 395); Max value from RGB is 181 - color contains mainly: blue. Hex color #696DB5 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #696DB5 is #96924A. Grayscale: #737373. Windows color (decimal): -9867851 or 11890025. OLE color: 11890025.
HSL color Cylindrical-coordinate representation of color #696DB5: hue angle of 236.84º degrees, saturation: 0.34, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #696DB5 is Cyan = 0.42, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 105 | 109 | 181 | - |
| CMYK | 0.42 | 0.40 | 0 | 0.29 |
| HSL | 236.84º | 0.34% | 0.56% | - |
| HSV(B) | 236.84º | 0.42% | 0.71% | - |
| XYZ | 19.63 | 17.28 | 46.02 | - |
| YUV | 116.01 | 164.67 | 120.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 109 | 181 | 0.42 | 0.40 | 0 | 0.29 | 236.84 | 0.34 | 0.56 |
| Hex | 69 | 6D | B5 | 2A | 28 | 0 | 1D | ED | 22 | 38 |
| Octal | 151 | 155 | 265 | 52 | 50 | 0 | 35 | 355 | 42 | 70 |
| Binary | 1101001 | 1101101 | 10110101 | 101010 | 101000 | 0 | 11101 | 11101101 | 100010 | 111000 |
Color Harmonies of #696DB5
Complementary color
Monochromatic Colors of #696DB5
Black with #696DB5
Text Example
Text Example
White with #696DB5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #696DB5; }
p { color: rgb(105,109,181); }
H1.HeaderClassName
{
color: #696DB5;
}
.AnyTagClassName
{
color: #696DB5;
}
</style>
background-color css
<style>
a { background-color: #696DB5; }
a { background-color: rgb(105,109,181); }
div.DivClassName
{
background-color: #696DB5;
}
.BgClassName
{
background-color: #696DB5;
}
</style>
border-color css
<style>
span { border-color: #696DB5; }
span { border-color: rgb(105,109,181); }
td.TdClassName
{
border-color: #696DB5;
}
.TagClassName
{
border-color: #696DB5;
}
</style>