Shades of Chetwode Blue #656ECE
Tints of Chetwode Blue #656ECE
RGB
CMYK
RGB Variations
Color information
#656ECE (or 0x656ECE) is known color: Chetwode Blue. HEX triplet: 65, 6E and CE. RGB value is (101,110,206). Sum of RGB (Red+Green+Blue) = 101+110+206=417 (55% of max value = 765). Red value is 101 (39.84% from 255 or 24.22% from 417); Green value is 110 (43.36% from 255 or 26.38% from 417); Blue value is 206 (80.86% from 255 or 49.40% from 417); Max value from RGB is 206 - color contains mainly: blue. Hex color #656ECE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #656ECE is #9A9131. Grayscale: #757575. Windows color (decimal): -10129714 or 13528677. OLE color: 13528677.
HSL color Cylindrical-coordinate representation of color #656ECE: hue angle of 234.86º degrees, saturation: 0.52, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #656ECE is Cyan = 0.51, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 101 | 110 | 206 | - |
| CMYK | 0.51 | 0.47 | 0 | 0.19 |
| HSL | 234.86º | 0.52% | 0.6% | - |
| HSV(B) | 234.86º | 0.51% | 0.81% | - |
| XYZ | 22.08 | 18.37 | 60.78 | - |
| YUV | 118.25 | 177.52 | 115.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 110 | 206 | 0.51 | 0.47 | 0 | 0.19 | 234.86 | 0.52 | 0.6 |
| Hex | 65 | 6E | CE | 33 | 2F | 0 | 13 | EB | 34 | 3C |
| Octal | 145 | 156 | 316 | 63 | 57 | 0 | 23 | 353 | 64 | 74 |
| Binary | 1100101 | 1101110 | 11001110 | 110011 | 101111 | 0 | 10011 | 11101011 | 110100 | 111100 |
Color Harmonies of #656ECE
Complementary color
Monochromatic Colors of #656ECE
Black with #656ECE
Text Example
Text Example
White with #656ECE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #656ECE; }
p { color: rgb(101,110,206); }
H1.HeaderClassName
{
color: #656ECE;
}
.AnyTagClassName
{
color: #656ECE;
}
</style>
background-color css
<style>
a { background-color: #656ECE; }
a { background-color: rgb(101,110,206); }
div.DivClassName
{
background-color: #656ECE;
}
.BgClassName
{
background-color: #656ECE;
}
</style>
border-color css
<style>
span { border-color: #656ECE; }
span { border-color: rgb(101,110,206); }
td.TdClassName
{
border-color: #656ECE;
}
.TagClassName
{
border-color: #656ECE;
}
</style>