Shades of Chetwode Blue #696EBF
Tints of Chetwode Blue #696EBF
RGB
CMYK
RGB Variations
Color information
#696EBF (or 0x696EBF) is known color: Chetwode Blue. HEX triplet: 69, 6E and BF. RGB value is (105,110,191). Sum of RGB (Red+Green+Blue) = 105+110+191=406 (53% of max value = 765). Red value is 105 (41.41% from 255 or 25.86% from 406); Green value is 110 (43.36% from 255 or 27.09% from 406); Blue value is 191 (75% from 255 or 47.04% from 406); Max value from RGB is 191 - color contains mainly: blue. Hex color #696EBF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #696EBF is #969140. Grayscale: #757575. Windows color (decimal): -9867585 or 12545641. OLE color: 12545641.
HSL color Cylindrical-coordinate representation of color #696EBF: hue angle of 236.51º degrees, saturation: 0.4, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #696EBF is Cyan = 0.45, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 105 | 110 | 191 | - |
| CMYK | 0.45 | 0.42 | 0 | 0.25 |
| HSL | 236.51º | 0.4% | 0.58% | - |
| HSV(B) | 236.51º | 0.45% | 0.75% | - |
| XYZ | 20.81 | 17.92 | 51.65 | - |
| YUV | 117.74 | 169.34 | 118.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 110 | 191 | 0.45 | 0.42 | 0 | 0.25 | 236.51 | 0.4 | 0.58 |
| Hex | 69 | 6E | BF | 2D | 2A | 0 | 19 | ED | 28 | 3A |
| Octal | 151 | 156 | 277 | 55 | 52 | 0 | 31 | 355 | 50 | 72 |
| Binary | 1101001 | 1101110 | 10111111 | 101101 | 101010 | 0 | 11001 | 11101101 | 101000 | 111010 |
Color Harmonies of #696EBF
Complementary color
Monochromatic Colors of #696EBF
Black with #696EBF
Text Example
Text Example
White with #696EBF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #696EBF; }
p { color: rgb(105,110,191); }
H1.HeaderClassName
{
color: #696EBF;
}
.AnyTagClassName
{
color: #696EBF;
}
</style>
background-color css
<style>
a { background-color: #696EBF; }
a { background-color: rgb(105,110,191); }
div.DivClassName
{
background-color: #696EBF;
}
.BgClassName
{
background-color: #696EBF;
}
</style>
border-color css
<style>
span { border-color: #696EBF; }
span { border-color: rgb(105,110,191); }
td.TdClassName
{
border-color: #696EBF;
}
.TagClassName
{
border-color: #696EBF;
}
</style>