Shades of Chetwode Blue #656CB9
Tints of Chetwode Blue #656CB9
RGB
CMYK
RGB Variations
Color information
#656CB9 (or 0x656CB9) is known color: Chetwode Blue. HEX triplet: 65, 6C and B9. RGB value is (101,108,185). Sum of RGB (Red+Green+Blue) = 101+108+185=394 (52% of max value = 765). Red value is 101 (39.84% from 255 or 25.63% from 394); Green value is 108 (42.58% from 255 or 27.41% from 394); Blue value is 185 (72.66% from 255 or 46.95% from 394); Max value from RGB is 185 - color contains mainly: blue. Hex color #656CB9 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #656CB9 is #9A9346. Grayscale: #727272. Windows color (decimal): -10130247 or 12151909. OLE color: 12151909.
HSL color Cylindrical-coordinate representation of color #656CB9: hue angle of 235º 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 #656CB9 is Cyan = 0.45, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 101 | 108 | 185 | - |
| CMYK | 0.45 | 0.42 | 0 | 0.27 |
| HSL | 235º | 0.38% | 0.56% | - |
| HSV(B) | 235º | 0.45% | 0.73% | - |
| XYZ | 19.49 | 16.99 | 48.15 | - |
| YUV | 114.69 | 167.68 | 118.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 108 | 185 | 0.45 | 0.42 | 0 | 0.27 | 235 | 0.38 | 0.56 |
| Hex | 65 | 6C | B9 | 2D | 2A | 0 | 1B | EB | 26 | 38 |
| Octal | 145 | 154 | 271 | 55 | 52 | 0 | 33 | 353 | 46 | 70 |
| Binary | 1100101 | 1101100 | 10111001 | 101101 | 101010 | 0 | 11011 | 11101011 | 100110 | 111000 |
Color Harmonies of #656CB9
Complementary color
Monochromatic Colors of #656CB9
Black with #656CB9
Text Example
Text Example
White with #656CB9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #656CB9; }
p { color: rgb(101,108,185); }
H1.HeaderClassName
{
color: #656CB9;
}
.AnyTagClassName
{
color: #656CB9;
}
</style>
background-color css
<style>
a { background-color: #656CB9; }
a { background-color: rgb(101,108,185); }
div.DivClassName
{
background-color: #656CB9;
}
.BgClassName
{
background-color: #656CB9;
}
</style>
border-color css
<style>
span { border-color: #656CB9; }
span { border-color: rgb(101,108,185); }
td.TdClassName
{
border-color: #656CB9;
}
.TagClassName
{
border-color: #656CB9;
}
</style>