Shades of Chetwode Blue #656DBD
Tints of Chetwode Blue #656DBD
RGB
CMYK
RGB Variations
Color information
#656DBD (or 0x656DBD) is known color: Chetwode Blue. HEX triplet: 65, 6D and BD. RGB value is (101,109,189). Sum of RGB (Red+Green+Blue) = 101+109+189=399 (52% of max value = 765). Red value is 101 (39.84% from 255 or 25.31% from 399); Green value is 109 (42.97% from 255 or 27.32% from 399); Blue value is 189 (74.22% from 255 or 47.37% from 399); Max value from RGB is 189 - color contains mainly: blue. Hex color #656DBD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #656DBD is #9A9242. Grayscale: #737373. Windows color (decimal): -10129987 or 12414309. OLE color: 12414309.
HSL color Cylindrical-coordinate representation of color #656DBD: hue angle of 234.55º degrees, saturation: 0.4, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #656DBD is Cyan = 0.47, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 101 | 109 | 189 | - |
| CMYK | 0.47 | 0.42 | 0 | 0.26 |
| HSL | 234.55º | 0.4% | 0.57% | - |
| HSV(B) | 234.55º | 0.47% | 0.74% | - |
| XYZ | 20.02 | 17.38 | 50.44 | - |
| YUV | 115.73 | 169.35 | 117.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 109 | 189 | 0.47 | 0.42 | 0 | 0.26 | 234.55 | 0.4 | 0.57 |
| Hex | 65 | 6D | BD | 2F | 2A | 0 | 1A | EB | 28 | 39 |
| Octal | 145 | 155 | 275 | 57 | 52 | 0 | 32 | 353 | 50 | 71 |
| Binary | 1100101 | 1101101 | 10111101 | 101111 | 101010 | 0 | 11010 | 11101011 | 101000 | 111001 |
Color Harmonies of #656DBD
Complementary color
Monochromatic Colors of #656DBD
Black with #656DBD
Text Example
Text Example
White with #656DBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #656DBD; }
p { color: rgb(101,109,189); }
H1.HeaderClassName
{
color: #656DBD;
}
.AnyTagClassName
{
color: #656DBD;
}
</style>
background-color css
<style>
a { background-color: #656DBD; }
a { background-color: rgb(101,109,189); }
div.DivClassName
{
background-color: #656DBD;
}
.BgClassName
{
background-color: #656DBD;
}
</style>
border-color css
<style>
span { border-color: #656DBD; }
span { border-color: rgb(101,109,189); }
td.TdClassName
{
border-color: #656DBD;
}
.TagClassName
{
border-color: #656DBD;
}
</style>