Shades of Chetwode Blue #656ECD
Tints of Chetwode Blue #656ECD
RGB
CMYK
RGB Variations
Color information
#656ECD (or 0x656ECD) is known color: Chetwode Blue. HEX triplet: 65, 6E and CD. RGB value is (101,110,205). Sum of RGB (Red+Green+Blue) = 101+110+205=416 (55% of max value = 765). Red value is 101 (39.84% from 255 or 24.28% from 416); Green value is 110 (43.36% from 255 or 26.44% from 416); Blue value is 205 (80.47% from 255 or 49.28% from 416); Max value from RGB is 205 - color contains mainly: blue. Hex color #656ECD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #656ECD is #9A9132. Grayscale: #757575. Windows color (decimal): -10129715 or 13463141. OLE color: 13463141.
HSL color Cylindrical-coordinate representation of color #656ECD: hue angle of 234.81º degrees, saturation: 0.51, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #656ECD is Cyan = 0.51, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 101 | 110 | 205 | - |
| CMYK | 0.51 | 0.46 | 0 | 0.20 |
| HSL | 234.81º | 0.51% | 0.6% | - |
| HSV(B) | 234.81º | 0.51% | 0.8% | - |
| XYZ | 21.96 | 18.33 | 60.14 | - |
| YUV | 118.14 | 177.02 | 115.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 110 | 205 | 0.51 | 0.46 | 0 | 0.20 | 234.81 | 0.51 | 0.6 |
| Hex | 65 | 6E | CD | 33 | 2E | 0 | 14 | EB | 33 | 3C |
| Octal | 145 | 156 | 315 | 63 | 56 | 0 | 24 | 353 | 63 | 74 |
| Binary | 1100101 | 1101110 | 11001101 | 110011 | 101110 | 0 | 10100 | 11101011 | 110011 | 111100 |
Color Harmonies of #656ECD
Complementary color
Monochromatic Colors of #656ECD
Black with #656ECD
Text Example
Text Example
White with #656ECD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #656ECD; }
p { color: rgb(101,110,205); }
H1.HeaderClassName
{
color: #656ECD;
}
.AnyTagClassName
{
color: #656ECD;
}
</style>
background-color css
<style>
a { background-color: #656ECD; }
a { background-color: rgb(101,110,205); }
div.DivClassName
{
background-color: #656ECD;
}
.BgClassName
{
background-color: #656ECD;
}
</style>
border-color css
<style>
span { border-color: #656ECD; }
span { border-color: rgb(101,110,205); }
td.TdClassName
{
border-color: #656ECD;
}
.TagClassName
{
border-color: #656ECD;
}
</style>