Shades of Chetwode Blue #656EB4
Tints of Chetwode Blue #656EB4
RGB
CMYK
RGB Variations
Color information
#656EB4 (or 0x656EB4) is known color: Chetwode Blue. HEX triplet: 65, 6E and B4. RGB value is (101,110,180). Sum of RGB (Red+Green+Blue) = 101+110+180=391 (51% of max value = 765). Red value is 101 (39.84% from 255 or 25.83% from 391); Green value is 110 (43.36% from 255 or 28.13% from 391); Blue value is 180 (70.70% from 255 or 46.04% from 391); Max value from RGB is 180 - color contains mainly: blue. Hex color #656EB4 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #656EB4 is #9A914B. Grayscale: #727272. Windows color (decimal): -10129740 or 11824741. OLE color: 11824741.
HSL color Cylindrical-coordinate representation of color #656EB4: hue angle of 233.16º degrees, saturation: 0.34, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #656EB4 is Cyan = 0.44, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 101 | 110 | 180 | - |
| CMYK | 0.44 | 0.39 | 0 | 0.29 |
| HSL | 233.16º | 0.34% | 0.55% | - |
| HSV(B) | 233.16º | 0.44% | 0.71% | - |
| XYZ | 19.18 | 17.21 | 45.49 | - |
| YUV | 115.29 | 164.52 | 117.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 110 | 180 | 0.44 | 0.39 | 0 | 0.29 | 233.16 | 0.34 | 0.55 |
| Hex | 65 | 6E | B4 | 2C | 27 | 0 | 1D | E9 | 22 | 37 |
| Octal | 145 | 156 | 264 | 54 | 47 | 0 | 35 | 351 | 42 | 67 |
| Binary | 1100101 | 1101110 | 10110100 | 101100 | 100111 | 0 | 11101 | 11101001 | 100010 | 110111 |
Color Harmonies of #656EB4
Complementary color
Monochromatic Colors of #656EB4
Black with #656EB4
Text Example
Text Example
White with #656EB4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #656EB4; }
p { color: rgb(101,110,180); }
H1.HeaderClassName
{
color: #656EB4;
}
.AnyTagClassName
{
color: #656EB4;
}
</style>
background-color css
<style>
a { background-color: #656EB4; }
a { background-color: rgb(101,110,180); }
div.DivClassName
{
background-color: #656EB4;
}
.BgClassName
{
background-color: #656EB4;
}
</style>
border-color css
<style>
span { border-color: #656EB4; }
span { border-color: rgb(101,110,180); }
td.TdClassName
{
border-color: #656EB4;
}
.TagClassName
{
border-color: #656EB4;
}
</style>