Shades of Chetwode Blue #696CAE
Tints of Chetwode Blue #696CAE
RGB
CMYK
RGB Variations
Color information
#696CAE (or 0x696CAE) is known color: Chetwode Blue. HEX triplet: 69, 6C and AE. RGB value is (105,108,174). Sum of RGB (Red+Green+Blue) = 105+108+174=387 (51% of max value = 765). Red value is 105 (41.41% from 255 or 27.13% from 387); Green value is 108 (42.58% from 255 or 27.91% from 387); Blue value is 174 (68.36% from 255 or 44.96% from 387); Max value from RGB is 174 - color contains mainly: blue. Hex color #696CAE is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #696CAE is #969351. Grayscale: #727272. Windows color (decimal): -9868114 or 11431017. OLE color: 11431017.
HSL color Cylindrical-coordinate representation of color #696CAE: hue angle of 237.39º degrees, saturation: 0.3, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #696CAE is Cyan = 0.40, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 105 | 108 | 174 | - |
| CMYK | 0.40 | 0.38 | 0 | 0.32 |
| HSL | 237.39º | 0.3% | 0.55% | - |
| HSV(B) | 237.39º | 0.4% | 0.68% | - |
| XYZ | 18.83 | 16.78 | 42.29 | - |
| YUV | 114.63 | 161.51 | 121.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 108 | 174 | 0.40 | 0.38 | 0 | 0.32 | 237.39 | 0.3 | 0.55 |
| Hex | 69 | 6C | AE | 28 | 26 | 0 | 20 | ED | 1E | 37 |
| Octal | 151 | 154 | 256 | 50 | 46 | 0 | 40 | 355 | 36 | 67 |
| Binary | 1101001 | 1101100 | 10101110 | 101000 | 100110 | 0 | 100000 | 11101101 | 11110 | 110111 |
Color Harmonies of #696CAE
Complementary color
Monochromatic Colors of #696CAE
Black with #696CAE
Text Example
Text Example
White with #696CAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #696CAE; }
p { color: rgb(105,108,174); }
H1.HeaderClassName
{
color: #696CAE;
}
.AnyTagClassName
{
color: #696CAE;
}
</style>
background-color css
<style>
a { background-color: #696CAE; }
a { background-color: rgb(105,108,174); }
div.DivClassName
{
background-color: #696CAE;
}
.BgClassName
{
background-color: #696CAE;
}
</style>
border-color css
<style>
span { border-color: #696CAE; }
span { border-color: rgb(105,108,174); }
td.TdClassName
{
border-color: #696CAE;
}
.TagClassName
{
border-color: #696CAE;
}
</style>