Shades of Chetwode Blue #656DAB
Tints of Chetwode Blue #656DAB
RGB
CMYK
RGB Variations
Color information
#656DAB (or 0x656DAB) is known color: Chetwode Blue. HEX triplet: 65, 6D and AB. RGB value is (101,109,171). Sum of RGB (Red+Green+Blue) = 101+109+171=381 (50% of max value = 765). Red value is 101 (39.84% from 255 or 26.51% from 381); Green value is 109 (42.97% from 255 or 28.61% from 381); Blue value is 171 (67.19% from 255 or 44.88% from 381); Max value from RGB is 171 - color contains mainly: blue. Hex color #656DAB is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #656DAB is #9A9254. Grayscale: #717171. Windows color (decimal): -10130005 or 11234661. OLE color: 11234661.
HSL color Cylindrical-coordinate representation of color #656DAB: hue angle of 233.14º degrees, saturation: 0.29, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #656DAB is Cyan = 0.41, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 101 | 109 | 171 | - |
| CMYK | 0.41 | 0.36 | 0 | 0.33 |
| HSL | 233.14º | 0.29% | 0.53% | - |
| HSV(B) | 233.14º | 0.41% | 0.67% | - |
| XYZ | 18.19 | 16.64 | 40.78 | - |
| YUV | 113.68 | 160.35 | 118.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 109 | 171 | 0.41 | 0.36 | 0 | 0.33 | 233.14 | 0.29 | 0.53 |
| Hex | 65 | 6D | AB | 29 | 24 | 0 | 21 | E9 | 1D | 35 |
| Octal | 145 | 155 | 253 | 51 | 44 | 0 | 41 | 351 | 35 | 65 |
| Binary | 1100101 | 1101101 | 10101011 | 101001 | 100100 | 0 | 100001 | 11101001 | 11101 | 110101 |
Color Harmonies of #656DAB
Complementary color
Monochromatic Colors of #656DAB
Black with #656DAB
Text Example
Text Example
White with #656DAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #656DAB; }
p { color: rgb(101,109,171); }
H1.HeaderClassName
{
color: #656DAB;
}
.AnyTagClassName
{
color: #656DAB;
}
</style>
background-color css
<style>
a { background-color: #656DAB; }
a { background-color: rgb(101,109,171); }
div.DivClassName
{
background-color: #656DAB;
}
.BgClassName
{
background-color: #656DAB;
}
</style>
border-color css
<style>
span { border-color: #656DAB; }
span { border-color: rgb(101,109,171); }
td.TdClassName
{
border-color: #656DAB;
}
.TagClassName
{
border-color: #656DAB;
}
</style>