Shades of Medium Slate Blue #656AEC
Tints of Medium Slate Blue #656AEC
RGB
CMYK
RGB Variations
Color information
#656AEC (or 0x656AEC) is known color: Medium Slate Blue. HEX triplet: 65, 6A and EC. RGB value is (101,106,236). Sum of RGB (Red+Green+Blue) = 101+106+236=443 (58% of max value = 765). Red value is 101 (39.84% from 255 or 22.80% from 443); Green value is 106 (41.80% from 255 or 23.93% from 443); Blue value is 236 (92.58% from 255 or 53.27% from 443); Max value from RGB is 236 - color contains mainly: blue. Hex color #656AEC is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #656AEC is #9A9513. Grayscale: #767676. Windows color (decimal): -10130708 or 15493733. OLE color: 15493733.
HSL color Cylindrical-coordinate representation of color #656AEC: hue angle of 237.78º degrees, saturation: 0.78, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #656AEC is Cyan = 0.57, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 101 | 106 | 236 | - |
| CMYK | 0.57 | 0.55 | 0 | 0.07 |
| HSL | 237.78º | 0.78% | 0.66% | - |
| HSV(B) | 237.78º | 0.57% | 0.93% | - |
| XYZ | 25.66 | 19.13 | 81.7 | - |
| YUV | 119.33 | 193.84 | 114.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 106 | 236 | 0.57 | 0.55 | 0 | 0.07 | 237.78 | 0.78 | 0.66 |
| Hex | 65 | 6A | EC | 39 | 37 | 0 | 7 | EE | 4E | 42 |
| Octal | 145 | 152 | 354 | 71 | 67 | 0 | 7 | 356 | 116 | 102 |
| Binary | 1100101 | 1101010 | 11101100 | 111001 | 110111 | 0 | 111 | 11101110 | 1001110 | 1000010 |
Color Harmonies of #656AEC
Complementary color
Monochromatic Colors of #656AEC
Black with #656AEC
Text Example
Text Example
White with #656AEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #656AEC; }
p { color: rgb(101,106,236); }
H1.HeaderClassName
{
color: #656AEC;
}
.AnyTagClassName
{
color: #656AEC;
}
</style>
background-color css
<style>
a { background-color: #656AEC; }
a { background-color: rgb(101,106,236); }
div.DivClassName
{
background-color: #656AEC;
}
.BgClassName
{
background-color: #656AEC;
}
</style>
border-color css
<style>
span { border-color: #656AEC; }
span { border-color: rgb(101,106,236); }
td.TdClassName
{
border-color: #656AEC;
}
.TagClassName
{
border-color: #656AEC;
}
</style>