Shades of Chetwode Blue #656EBA
Tints of Chetwode Blue #656EBA
RGB
CMYK
RGB Variations
Color information
#656EBA (or 0x656EBA) is known color: Chetwode Blue. HEX triplet: 65, 6E and BA. RGB value is (101,110,186). Sum of RGB (Red+Green+Blue) = 101+110+186=397 (52% of max value = 765). Red value is 101 (39.84% from 255 or 25.44% from 397); Green value is 110 (43.36% from 255 or 27.71% from 397); Blue value is 186 (73.05% from 255 or 46.85% from 397); Max value from RGB is 186 - color contains mainly: blue. Hex color #656EBA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #656EBA is #9A9145. Grayscale: #737373. Windows color (decimal): -10129734 or 12217957. OLE color: 12217957.
HSL color Cylindrical-coordinate representation of color #656EBA: hue angle of 233.65º degrees, saturation: 0.38, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #656EBA is Cyan = 0.46, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 101 | 110 | 186 | - |
| CMYK | 0.46 | 0.41 | 0 | 0.27 |
| HSL | 233.65º | 0.38% | 0.56% | - |
| HSV(B) | 233.65º | 0.46% | 0.73% | - |
| XYZ | 19.81 | 17.46 | 48.78 | - |
| YUV | 115.97 | 167.52 | 117.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 110 | 186 | 0.46 | 0.41 | 0 | 0.27 | 233.65 | 0.38 | 0.56 |
| Hex | 65 | 6E | BA | 2E | 29 | 0 | 1B | EA | 26 | 38 |
| Octal | 145 | 156 | 272 | 56 | 51 | 0 | 33 | 352 | 46 | 70 |
| Binary | 1100101 | 1101110 | 10111010 | 101110 | 101001 | 0 | 11011 | 11101010 | 100110 | 111000 |
Color Harmonies of #656EBA
Complementary color
Monochromatic Colors of #656EBA
Black with #656EBA
Text Example
Text Example
White with #656EBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #656EBA; }
p { color: rgb(101,110,186); }
H1.HeaderClassName
{
color: #656EBA;
}
.AnyTagClassName
{
color: #656EBA;
}
</style>
background-color css
<style>
a { background-color: #656EBA; }
a { background-color: rgb(101,110,186); }
div.DivClassName
{
background-color: #656EBA;
}
.BgClassName
{
background-color: #656EBA;
}
</style>
border-color css
<style>
span { border-color: #656EBA; }
span { border-color: rgb(101,110,186); }
td.TdClassName
{
border-color: #656EBA;
}
.TagClassName
{
border-color: #656EBA;
}
</style>