Shades of Chetwode Blue #656EAF
Tints of Chetwode Blue #656EAF
RGB
CMYK
RGB Variations
Color information
#656EAF (or 0x656EAF) is known color: Chetwode Blue. HEX triplet: 65, 6E and AF. RGB value is (101,110,175). Sum of RGB (Red+Green+Blue) = 101+110+175=386 (51% of max value = 765). Red value is 101 (39.84% from 255 or 26.17% from 386); Green value is 110 (43.36% from 255 or 28.50% from 386); Blue value is 175 (68.75% from 255 or 45.34% from 386); Max value from RGB is 175 - color contains mainly: blue. Hex color #656EAF is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #656EAF is #9A9150. Grayscale: #727272. Windows color (decimal): -10129745 or 11497061. OLE color: 11497061.
HSL color Cylindrical-coordinate representation of color #656EAF: hue angle of 232.7º degrees, saturation: 0.32, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #656EAF is Cyan = 0.42, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 101 | 110 | 175 | - |
| CMYK | 0.42 | 0.37 | 0 | 0.31 |
| HSL | 232.7º | 0.32% | 0.54% | - |
| HSV(B) | 232.7º | 0.42% | 0.69% | - |
| XYZ | 18.68 | 17.01 | 42.86 | - |
| YUV | 114.72 | 162.02 | 118.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 110 | 175 | 0.42 | 0.37 | 0 | 0.31 | 232.7 | 0.32 | 0.54 |
| Hex | 65 | 6E | AF | 2A | 25 | 0 | 1F | E9 | 20 | 36 |
| Octal | 145 | 156 | 257 | 52 | 45 | 0 | 37 | 351 | 40 | 66 |
| Binary | 1100101 | 1101110 | 10101111 | 101010 | 100101 | 0 | 11111 | 11101001 | 100000 | 110110 |
Color Harmonies of #656EAF
Complementary color
Monochromatic Colors of #656EAF
Black with #656EAF
Text Example
Text Example
White with #656EAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #656EAF; }
p { color: rgb(101,110,175); }
H1.HeaderClassName
{
color: #656EAF;
}
.AnyTagClassName
{
color: #656EAF;
}
</style>
background-color css
<style>
a { background-color: #656EAF; }
a { background-color: rgb(101,110,175); }
div.DivClassName
{
background-color: #656EAF;
}
.BgClassName
{
background-color: #656EAF;
}
</style>
border-color css
<style>
span { border-color: #656EAF; }
span { border-color: rgb(101,110,175); }
td.TdClassName
{
border-color: #656EAF;
}
.TagClassName
{
border-color: #656EAF;
}
</style>