Shades of Chetwode Blue #696DA6
Tints of Chetwode Blue #696DA6
RGB
CMYK
RGB Variations
Color information
#696DA6 (or 0x696DA6) is known color: Chetwode Blue. HEX triplet: 69, 6D and A6. RGB value is (105,109,166). Sum of RGB (Red+Green+Blue) = 105+109+166=380 (50% of max value = 765). Red value is 105 (41.41% from 255 or 27.63% from 380); Green value is 109 (42.97% from 255 or 28.68% from 380); Blue value is 166 (65.23% from 255 or 43.68% from 380); Max value from RGB is 166 - color contains mainly: blue. Hex color #696DA6 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #696DA6 is #969259. Grayscale: #727272. Windows color (decimal): -9867866 or 10906985. OLE color: 10906985.
HSL color Cylindrical-coordinate representation of color #696DA6: hue angle of 236.07º degrees, saturation: 0.26, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #696DA6 is Cyan = 0.37, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 105 | 109 | 166 | - |
| CMYK | 0.37 | 0.34 | 0 | 0.35 |
| HSL | 236.07º | 0.26% | 0.53% | - |
| HSV(B) | 236.07º | 0.37% | 0.65% | - |
| XYZ | 18.18 | 16.69 | 38.34 | - |
| YUV | 114.3 | 157.17 | 121.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 109 | 166 | 0.37 | 0.34 | 0 | 0.35 | 236.07 | 0.26 | 0.53 |
| Hex | 69 | 6D | A6 | 25 | 22 | 0 | 23 | EC | 1A | 35 |
| Octal | 151 | 155 | 246 | 45 | 42 | 0 | 43 | 354 | 32 | 65 |
| Binary | 1101001 | 1101101 | 10100110 | 100101 | 100010 | 0 | 100011 | 11101100 | 11010 | 110101 |
Color Harmonies of #696DA6
Complementary color
Monochromatic Colors of #696DA6
Black with #696DA6
Text Example
Text Example
White with #696DA6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #696DA6; }
p { color: rgb(105,109,166); }
H1.HeaderClassName
{
color: #696DA6;
}
.AnyTagClassName
{
color: #696DA6;
}
</style>
background-color css
<style>
a { background-color: #696DA6; }
a { background-color: rgb(105,109,166); }
div.DivClassName
{
background-color: #696DA6;
}
.BgClassName
{
background-color: #696DA6;
}
</style>
border-color css
<style>
span { border-color: #696DA6; }
span { border-color: rgb(105,109,166); }
td.TdClassName
{
border-color: #696DA6;
}
.TagClassName
{
border-color: #696DA6;
}
</style>