Shades of Chetwode Blue #656AB9
Tints of Chetwode Blue #656AB9
RGB
CMYK
RGB Variations
Color information
#656AB9 (or 0x656AB9) is known color: Chetwode Blue. HEX triplet: 65, 6A and B9. RGB value is (101,106,185). Sum of RGB (Red+Green+Blue) = 101+106+185=392 (51% of max value = 765). Red value is 101 (39.84% from 255 or 25.77% from 392); Green value is 106 (41.80% from 255 or 27.04% from 392); Blue value is 185 (72.66% from 255 or 47.19% from 392); Max value from RGB is 185 - color contains mainly: blue. Hex color #656AB9 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #656AB9 is #9A9546. Grayscale: #717171. Windows color (decimal): -10130759 or 12151397. OLE color: 12151397.
HSL color Cylindrical-coordinate representation of color #656AB9: hue angle of 236.43º degrees, saturation: 0.38, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #656AB9 is Cyan = 0.45, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 101 | 106 | 185 | - |
| CMYK | 0.45 | 0.43 | 0 | 0.27 |
| HSL | 236.43º | 0.38% | 0.56% | - |
| HSV(B) | 236.43º | 0.45% | 0.73% | - |
| XYZ | 19.28 | 16.58 | 48.08 | - |
| YUV | 113.51 | 168.34 | 119.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 106 | 185 | 0.45 | 0.43 | 0 | 0.27 | 236.43 | 0.38 | 0.56 |
| Hex | 65 | 6A | B9 | 2D | 2B | 0 | 1B | EC | 26 | 38 |
| Octal | 145 | 152 | 271 | 55 | 53 | 0 | 33 | 354 | 46 | 70 |
| Binary | 1100101 | 1101010 | 10111001 | 101101 | 101011 | 0 | 11011 | 11101100 | 100110 | 111000 |
Color Harmonies of #656AB9
Complementary color
Monochromatic Colors of #656AB9
Black with #656AB9
Text Example
Text Example
White with #656AB9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #656AB9; }
p { color: rgb(101,106,185); }
H1.HeaderClassName
{
color: #656AB9;
}
.AnyTagClassName
{
color: #656AB9;
}
</style>
background-color css
<style>
a { background-color: #656AB9; }
a { background-color: rgb(101,106,185); }
div.DivClassName
{
background-color: #656AB9;
}
.BgClassName
{
background-color: #656AB9;
}
</style>
border-color css
<style>
span { border-color: #656AB9; }
span { border-color: rgb(101,106,185); }
td.TdClassName
{
border-color: #656AB9;
}
.TagClassName
{
border-color: #656AB9;
}
</style>