Shades of Chetwode Blue #656EB5
Tints of Chetwode Blue #656EB5
RGB
CMYK
RGB Variations
Color information
#656EB5 (or 0x656EB5) is known color: Chetwode Blue. HEX triplet: 65, 6E and B5. RGB value is (101,110,181). Sum of RGB (Red+Green+Blue) = 101+110+181=392 (51% of max value = 765). Red value is 101 (39.84% from 255 or 25.77% from 392); Green value is 110 (43.36% from 255 or 28.06% from 392); Blue value is 181 (71.09% from 255 or 46.17% from 392); Max value from RGB is 181 - color contains mainly: blue. Hex color #656EB5 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #656EB5 is #9A914A. Grayscale: #737373. Windows color (decimal): -10129739 or 11890277. OLE color: 11890277.
HSL color Cylindrical-coordinate representation of color #656EB5: hue angle of 233.25º degrees, saturation: 0.35, 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 #656EB5 is Cyan = 0.44, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 101 | 110 | 181 | - |
| CMYK | 0.44 | 0.39 | 0 | 0.29 |
| HSL | 233.25º | 0.35% | 0.55% | - |
| HSV(B) | 233.25º | 0.44% | 0.71% | - |
| XYZ | 19.28 | 17.25 | 46.03 | - |
| YUV | 115.4 | 165.02 | 117.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 110 | 181 | 0.44 | 0.39 | 0 | 0.29 | 233.25 | 0.35 | 0.55 |
| Hex | 65 | 6E | B5 | 2C | 27 | 0 | 1D | E9 | 23 | 37 |
| Octal | 145 | 156 | 265 | 54 | 47 | 0 | 35 | 351 | 43 | 67 |
| Binary | 1100101 | 1101110 | 10110101 | 101100 | 100111 | 0 | 11101 | 11101001 | 100011 | 110111 |
Color Harmonies of #656EB5
Complementary color
Monochromatic Colors of #656EB5
Black with #656EB5
Text Example
Text Example
White with #656EB5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #656EB5; }
p { color: rgb(101,110,181); }
H1.HeaderClassName
{
color: #656EB5;
}
.AnyTagClassName
{
color: #656EB5;
}
</style>
background-color css
<style>
a { background-color: #656EB5; }
a { background-color: rgb(101,110,181); }
div.DivClassName
{
background-color: #656EB5;
}
.BgClassName
{
background-color: #656EB5;
}
</style>
border-color css
<style>
span { border-color: #656EB5; }
span { border-color: rgb(101,110,181); }
td.TdClassName
{
border-color: #656EB5;
}
.TagClassName
{
border-color: #656EB5;
}
</style>