Shades of Chetwode Blue #656EB2
Tints of Chetwode Blue #656EB2
RGB
CMYK
RGB Variations
Color information
#656EB2 (or 0x656EB2) is known color: Chetwode Blue. HEX triplet: 65, 6E and B2. RGB value is (101,110,178). Sum of RGB (Red+Green+Blue) = 101+110+178=389 (51% of max value = 765). Red value is 101 (39.84% from 255 or 25.96% from 389); Green value is 110 (43.36% from 255 or 28.28% from 389); Blue value is 178 (69.92% from 255 or 45.76% from 389); Max value from RGB is 178 - color contains mainly: blue. Hex color #656EB2 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #656EB2 is #9A914D. Grayscale: #727272. Windows color (decimal): -10129742 or 11693669. OLE color: 11693669.
HSL color Cylindrical-coordinate representation of color #656EB2: hue angle of 232.99º degrees, saturation: 0.33, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #656EB2 is Cyan = 0.43, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 101 | 110 | 178 | - |
| CMYK | 0.43 | 0.38 | 0 | 0.30 |
| HSL | 232.99º | 0.33% | 0.55% | - |
| HSV(B) | 232.99º | 0.43% | 0.7% | - |
| XYZ | 18.98 | 17.13 | 44.43 | - |
| YUV | 115.06 | 163.52 | 117.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 110 | 178 | 0.43 | 0.38 | 0 | 0.30 | 232.99 | 0.33 | 0.55 |
| Hex | 65 | 6E | B2 | 2B | 26 | 0 | 1E | E9 | 21 | 37 |
| Octal | 145 | 156 | 262 | 53 | 46 | 0 | 36 | 351 | 41 | 67 |
| Binary | 1100101 | 1101110 | 10110010 | 101011 | 100110 | 0 | 11110 | 11101001 | 100001 | 110111 |
Color Harmonies of #656EB2
Complementary color
Monochromatic Colors of #656EB2
Black with #656EB2
Text Example
Text Example
White with #656EB2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #656EB2; }
p { color: rgb(101,110,178); }
H1.HeaderClassName
{
color: #656EB2;
}
.AnyTagClassName
{
color: #656EB2;
}
</style>
background-color css
<style>
a { background-color: #656EB2; }
a { background-color: rgb(101,110,178); }
div.DivClassName
{
background-color: #656EB2;
}
.BgClassName
{
background-color: #656EB2;
}
</style>
border-color css
<style>
span { border-color: #656EB2; }
span { border-color: rgb(101,110,178); }
td.TdClassName
{
border-color: #656EB2;
}
.TagClassName
{
border-color: #656EB2;
}
</style>