Shades of Medium Slate Blue #6E48EC
Tints of Medium Slate Blue #6E48EC
RGB
CMYK
RGB Variations
Color information
#6E48EC (or 0x6E48EC) is known color: Medium Slate Blue. HEX triplet: 6E, 48 and EC. RGB value is (110,72,236). Sum of RGB (Red+Green+Blue) = 110+72+236=418 (55% of max value = 765). Red value is 110 (43.36% from 255 or 26.32% from 418); Green value is 72 (28.52% from 255 or 17.22% from 418); Blue value is 236 (92.58% from 255 or 56.46% from 418); Max value from RGB is 236 - color contains mainly: blue. Hex color #6E48EC is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #6E48EC is #91B713. Grayscale: #656565. Windows color (decimal): -9549588 or 15485038. OLE color: 15485038.
HSL color Cylindrical-coordinate representation of color #6E48EC: hue angle of 253.9º degrees, saturation: 0.81, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #6E48EC is Cyan = 0.53, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 110 | 72 | 236 | - |
| CMYK | 0.53 | 0.69 | 0 | 0.07 |
| HSL | 253.9º | 0.81% | 0.6% | - |
| HSV(B) | 253.9º | 0.69% | 0.93% | - |
| XYZ | 23.89 | 14.01 | 80.8 | - |
| YUV | 102.06 | 203.59 | 133.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 72 | 236 | 0.53 | 0.69 | 0 | 0.07 | 253.9 | 0.81 | 0.6 |
| Hex | 6E | 48 | EC | 35 | 45 | 0 | 7 | FE | 51 | 3C |
| Octal | 156 | 110 | 354 | 65 | 105 | 0 | 7 | 376 | 121 | 74 |
| Binary | 1101110 | 1001000 | 11101100 | 110101 | 1000101 | 0 | 111 | 11111110 | 1010001 | 111100 |
Color Harmonies of #6E48EC
Complementary color
Monochromatic Colors of #6E48EC
Black with #6E48EC
Text Example
Text Example
White with #6E48EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6E48EC; }
p { color: rgb(110,72,236); }
H1.HeaderClassName
{
color: #6E48EC;
}
.AnyTagClassName
{
color: #6E48EC;
}
</style>
background-color css
<style>
a { background-color: #6E48EC; }
a { background-color: rgb(110,72,236); }
div.DivClassName
{
background-color: #6E48EC;
}
.BgClassName
{
background-color: #6E48EC;
}
</style>
border-color css
<style>
span { border-color: #6E48EC; }
span { border-color: rgb(110,72,236); }
td.TdClassName
{
border-color: #6E48EC;
}
.TagClassName
{
border-color: #6E48EC;
}
</style>