Shades of Chetwode Blue #656EB0
Tints of Chetwode Blue #656EB0
RGB
CMYK
RGB Variations
Color information
#656EB0 (or 0x656EB0) is known color: Chetwode Blue. HEX triplet: 65, 6E and B0. RGB value is (101,110,176). Sum of RGB (Red+Green+Blue) = 101+110+176=387 (51% of max value = 765). Red value is 101 (39.84% from 255 or 26.10% from 387); Green value is 110 (43.36% from 255 or 28.42% from 387); Blue value is 176 (69.14% from 255 or 45.48% from 387); Max value from RGB is 176 - color contains mainly: blue. Hex color #656EB0 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #656EB0 is #9A914F. Grayscale: #727272. Windows color (decimal): -10129744 or 11562597. OLE color: 11562597.
HSL color Cylindrical-coordinate representation of color #656EB0: hue angle of 232.8º degrees, saturation: 0.32, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #656EB0 is Cyan = 0.43, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 101 | 110 | 176 | - |
| CMYK | 0.43 | 0.37 | 0 | 0.31 |
| HSL | 232.8º | 0.32% | 0.54% | - |
| HSV(B) | 232.8º | 0.43% | 0.69% | - |
| XYZ | 18.78 | 17.05 | 43.38 | - |
| YUV | 114.83 | 162.52 | 118.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 110 | 176 | 0.43 | 0.37 | 0 | 0.31 | 232.8 | 0.32 | 0.54 |
| Hex | 65 | 6E | B0 | 2B | 25 | 0 | 1F | E9 | 20 | 36 |
| Octal | 145 | 156 | 260 | 53 | 45 | 0 | 37 | 351 | 40 | 66 |
| Binary | 1100101 | 1101110 | 10110000 | 101011 | 100101 | 0 | 11111 | 11101001 | 100000 | 110110 |
Color Harmonies of #656EB0
Complementary color
Monochromatic Colors of #656EB0
Black with #656EB0
Text Example
Text Example
White with #656EB0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #656EB0; }
p { color: rgb(101,110,176); }
H1.HeaderClassName
{
color: #656EB0;
}
.AnyTagClassName
{
color: #656EB0;
}
</style>
background-color css
<style>
a { background-color: #656EB0; }
a { background-color: rgb(101,110,176); }
div.DivClassName
{
background-color: #656EB0;
}
.BgClassName
{
background-color: #656EB0;
}
</style>
border-color css
<style>
span { border-color: #656EB0; }
span { border-color: rgb(101,110,176); }
td.TdClassName
{
border-color: #656EB0;
}
.TagClassName
{
border-color: #656EB0;
}
</style>