Shades of Chetwode Blue #656CBA
Tints of Chetwode Blue #656CBA
RGB
CMYK
RGB Variations
Color information
#656CBA (or 0x656CBA) is known color: Chetwode Blue. HEX triplet: 65, 6C and BA. RGB value is (101,108,186). Sum of RGB (Red+Green+Blue) = 101+108+186=395 (52% of max value = 765). Red value is 101 (39.84% from 255 or 25.57% from 395); Green value is 108 (42.58% from 255 or 27.34% from 395); Blue value is 186 (73.05% from 255 or 47.09% from 395); Max value from RGB is 186 - color contains mainly: blue. Hex color #656CBA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #656CBA is #9A9345. Grayscale: #727272. Windows color (decimal): -10130246 or 12217445. OLE color: 12217445.
HSL color Cylindrical-coordinate representation of color #656CBA: hue angle of 235.06º 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 #656CBA is Cyan = 0.46, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 101 | 108 | 186 | - |
| CMYK | 0.46 | 0.42 | 0 | 0.27 |
| HSL | 235.06º | 0.38% | 0.56% | - |
| HSV(B) | 235.06º | 0.46% | 0.73% | - |
| XYZ | 19.59 | 17.04 | 48.71 | - |
| YUV | 114.8 | 168.18 | 118.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 108 | 186 | 0.46 | 0.42 | 0 | 0.27 | 235.06 | 0.38 | 0.56 |
| Hex | 65 | 6C | BA | 2E | 2A | 0 | 1B | EB | 26 | 38 |
| Octal | 145 | 154 | 272 | 56 | 52 | 0 | 33 | 353 | 46 | 70 |
| Binary | 1100101 | 1101100 | 10111010 | 101110 | 101010 | 0 | 11011 | 11101011 | 100110 | 111000 |
Color Harmonies of #656CBA
Complementary color
Monochromatic Colors of #656CBA
Black with #656CBA
Text Example
Text Example
White with #656CBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #656CBA; }
p { color: rgb(101,108,186); }
H1.HeaderClassName
{
color: #656CBA;
}
.AnyTagClassName
{
color: #656CBA;
}
</style>
background-color css
<style>
a { background-color: #656CBA; }
a { background-color: rgb(101,108,186); }
div.DivClassName
{
background-color: #656CBA;
}
.BgClassName
{
background-color: #656CBA;
}
</style>
border-color css
<style>
span { border-color: #656CBA; }
span { border-color: rgb(101,108,186); }
td.TdClassName
{
border-color: #656CBA;
}
.TagClassName
{
border-color: #656CBA;
}
</style>