Shades of Chetwode Blue #656EAC
Tints of Chetwode Blue #656EAC
RGB
CMYK
RGB Variations
Color information
#656EAC (or 0x656EAC) is known color: Chetwode Blue. HEX triplet: 65, 6E and AC. RGB value is (101,110,172). Sum of RGB (Red+Green+Blue) = 101+110+172=383 (50% of max value = 765). Red value is 101 (39.84% from 255 or 26.37% from 383); Green value is 110 (43.36% from 255 or 28.72% from 383); Blue value is 172 (67.58% from 255 or 44.91% from 383); Max value from RGB is 172 - color contains mainly: blue. Hex color #656EAC is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #656EAC is #9A9153. Grayscale: #727272. Windows color (decimal): -10129748 or 11300453. OLE color: 11300453.
HSL color Cylindrical-coordinate representation of color #656EAC: hue angle of 232.39º degrees, saturation: 0.3, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #656EAC is Cyan = 0.41, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 101 | 110 | 172 | - |
| CMYK | 0.41 | 0.36 | 0 | 0.33 |
| HSL | 232.39º | 0.3% | 0.54% | - |
| HSV(B) | 232.39º | 0.41% | 0.67% | - |
| XYZ | 18.39 | 16.9 | 41.32 | - |
| YUV | 114.38 | 160.52 | 118.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 110 | 172 | 0.41 | 0.36 | 0 | 0.33 | 232.39 | 0.3 | 0.54 |
| Hex | 65 | 6E | AC | 29 | 24 | 0 | 21 | E8 | 1E | 36 |
| Octal | 145 | 156 | 254 | 51 | 44 | 0 | 41 | 350 | 36 | 66 |
| Binary | 1100101 | 1101110 | 10101100 | 101001 | 100100 | 0 | 100001 | 11101000 | 11110 | 110110 |
Color Harmonies of #656EAC
Complementary color
Monochromatic Colors of #656EAC
Black with #656EAC
Text Example
Text Example
White with #656EAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #656EAC; }
p { color: rgb(101,110,172); }
H1.HeaderClassName
{
color: #656EAC;
}
.AnyTagClassName
{
color: #656EAC;
}
</style>
background-color css
<style>
a { background-color: #656EAC; }
a { background-color: rgb(101,110,172); }
div.DivClassName
{
background-color: #656EAC;
}
.BgClassName
{
background-color: #656EAC;
}
</style>
border-color css
<style>
span { border-color: #656EAC; }
span { border-color: rgb(101,110,172); }
td.TdClassName
{
border-color: #656EAC;
}
.TagClassName
{
border-color: #656EAC;
}
</style>