Shades of Chetwode Blue #656ECA
Tints of Chetwode Blue #656ECA
RGB
CMYK
RGB Variations
Color information
#656ECA (or 0x656ECA) is known color: Chetwode Blue. HEX triplet: 65, 6E and CA. RGB value is (101,110,202). Sum of RGB (Red+Green+Blue) = 101+110+202=413 (54% of max value = 765). Red value is 101 (39.84% from 255 or 24.46% from 413); Green value is 110 (43.36% from 255 or 26.63% from 413); Blue value is 202 (79.30% from 255 or 48.91% from 413); Max value from RGB is 202 - color contains mainly: blue. Hex color #656ECA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #656ECA is #9A9135. Grayscale: #757575. Windows color (decimal): -10129718 or 13266533. OLE color: 13266533.
HSL color Cylindrical-coordinate representation of color #656ECA: hue angle of 234.65º degrees, saturation: 0.49, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #656ECA is Cyan = 0.50, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 101 | 110 | 202 | - |
| CMYK | 0.50 | 0.46 | 0 | 0.21 |
| HSL | 234.65º | 0.49% | 0.59% | - |
| HSV(B) | 234.65º | 0.5% | 0.79% | - |
| XYZ | 21.6 | 18.18 | 58.25 | - |
| YUV | 117.8 | 175.52 | 116.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 110 | 202 | 0.50 | 0.46 | 0 | 0.21 | 234.65 | 0.49 | 0.59 |
| Hex | 65 | 6E | CA | 32 | 2E | 0 | 15 | EB | 31 | 3B |
| Octal | 145 | 156 | 312 | 62 | 56 | 0 | 25 | 353 | 61 | 73 |
| Binary | 1100101 | 1101110 | 11001010 | 110010 | 101110 | 0 | 10101 | 11101011 | 110001 | 111011 |
Color Harmonies of #656ECA
Complementary color
Monochromatic Colors of #656ECA
Black with #656ECA
Text Example
Text Example
White with #656ECA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #656ECA; }
p { color: rgb(101,110,202); }
H1.HeaderClassName
{
color: #656ECA;
}
.AnyTagClassName
{
color: #656ECA;
}
</style>
background-color css
<style>
a { background-color: #656ECA; }
a { background-color: rgb(101,110,202); }
div.DivClassName
{
background-color: #656ECA;
}
.BgClassName
{
background-color: #656ECA;
}
</style>
border-color css
<style>
span { border-color: #656ECA; }
span { border-color: rgb(101,110,202); }
td.TdClassName
{
border-color: #656ECA;
}
.TagClassName
{
border-color: #656ECA;
}
</style>