Shades of Chetwode Blue #656EAA
Tints of Chetwode Blue #656EAA
RGB
CMYK
RGB Variations
Color information
#656EAA (or 0x656EAA) is known color: Chetwode Blue. HEX triplet: 65, 6E and AA. RGB value is (101,110,170). Sum of RGB (Red+Green+Blue) = 101+110+170=381 (50% of max value = 765). Red value is 101 (39.84% from 255 or 26.51% from 381); Green value is 110 (43.36% from 255 or 28.87% from 381); Blue value is 170 (66.80% from 255 or 44.62% from 381); Max value from RGB is 170 - color contains mainly: blue. Hex color #656EAA is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #656EAA is #9A9155. Grayscale: #717171. Windows color (decimal): -10129750 or 11169381. OLE color: 11169381.
HSL color Cylindrical-coordinate representation of color #656EAA: hue angle of 232.17º degrees, saturation: 0.29, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #656EAA is Cyan = 0.41, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 101 | 110 | 170 | - |
| CMYK | 0.41 | 0.35 | 0 | 0.33 |
| HSL | 232.17º | 0.29% | 0.53% | - |
| HSV(B) | 232.17º | 0.41% | 0.67% | - |
| XYZ | 18.2 | 16.82 | 40.32 | - |
| YUV | 114.15 | 159.52 | 118.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 110 | 170 | 0.41 | 0.35 | 0 | 0.33 | 232.17 | 0.29 | 0.53 |
| Hex | 65 | 6E | AA | 29 | 23 | 0 | 21 | E8 | 1D | 35 |
| Octal | 145 | 156 | 252 | 51 | 43 | 0 | 41 | 350 | 35 | 65 |
| Binary | 1100101 | 1101110 | 10101010 | 101001 | 100011 | 0 | 100001 | 11101000 | 11101 | 110101 |
Color Harmonies of #656EAA
Complementary color
Monochromatic Colors of #656EAA
Black with #656EAA
Text Example
Text Example
White with #656EAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #656EAA; }
p { color: rgb(101,110,170); }
H1.HeaderClassName
{
color: #656EAA;
}
.AnyTagClassName
{
color: #656EAA;
}
</style>
background-color css
<style>
a { background-color: #656EAA; }
a { background-color: rgb(101,110,170); }
div.DivClassName
{
background-color: #656EAA;
}
.BgClassName
{
background-color: #656EAA;
}
</style>
border-color css
<style>
span { border-color: #656EAA; }
span { border-color: rgb(101,110,170); }
td.TdClassName
{
border-color: #656EAA;
}
.TagClassName
{
border-color: #656EAA;
}
</style>