Shades of Chetwode Blue #656DB0
Tints of Chetwode Blue #656DB0
RGB
CMYK
RGB Variations
Color information
#656DB0 (or 0x656DB0) is known color: Chetwode Blue. HEX triplet: 65, 6D and B0. RGB value is (101,109,176). Sum of RGB (Red+Green+Blue) = 101+109+176=386 (51% of max value = 765). Red value is 101 (39.84% from 255 or 26.17% from 386); Green value is 109 (42.97% from 255 or 28.24% from 386); Blue value is 176 (69.14% from 255 or 45.60% from 386); Max value from RGB is 176 - color contains mainly: blue. Hex color #656DB0 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #656DB0 is #9A924F. Grayscale: #717171. Windows color (decimal): -10130000 or 11562341. OLE color: 11562341.
HSL color Cylindrical-coordinate representation of color #656DB0: hue angle of 233.6º degrees, saturation: 0.32, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #656DB0 is Cyan = 0.43, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 101 | 109 | 176 | - |
| CMYK | 0.43 | 0.38 | 0 | 0.31 |
| HSL | 233.6º | 0.32% | 0.54% | - |
| HSV(B) | 233.6º | 0.43% | 0.69% | - |
| XYZ | 18.67 | 16.84 | 43.34 | - |
| YUV | 114.25 | 162.85 | 118.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 109 | 176 | 0.43 | 0.38 | 0 | 0.31 | 233.6 | 0.32 | 0.54 |
| Hex | 65 | 6D | B0 | 2B | 26 | 0 | 1F | EA | 20 | 36 |
| Octal | 145 | 155 | 260 | 53 | 46 | 0 | 37 | 352 | 40 | 66 |
| Binary | 1100101 | 1101101 | 10110000 | 101011 | 100110 | 0 | 11111 | 11101010 | 100000 | 110110 |
Color Harmonies of #656DB0
Complementary color
Monochromatic Colors of #656DB0
Black with #656DB0
Text Example
Text Example
White with #656DB0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #656DB0; }
p { color: rgb(101,109,176); }
H1.HeaderClassName
{
color: #656DB0;
}
.AnyTagClassName
{
color: #656DB0;
}
</style>
background-color css
<style>
a { background-color: #656DB0; }
a { background-color: rgb(101,109,176); }
div.DivClassName
{
background-color: #656DB0;
}
.BgClassName
{
background-color: #656DB0;
}
</style>
border-color css
<style>
span { border-color: #656DB0; }
span { border-color: rgb(101,109,176); }
td.TdClassName
{
border-color: #656DB0;
}
.TagClassName
{
border-color: #656DB0;
}
</style>