Shades of Medium Slate Blue #6E4CEC
Tints of Medium Slate Blue #6E4CEC
RGB
CMYK
RGB Variations
Color information
#6E4CEC (or 0x6E4CEC) is known color: Medium Slate Blue. HEX triplet: 6E, 4C and EC. RGB value is (110,76,236). Sum of RGB (Red+Green+Blue) = 110+76+236=422 (55% of max value = 765). Red value is 110 (43.36% from 255 or 26.07% from 422); Green value is 76 (30.08% from 255 or 18.01% from 422); Blue value is 236 (92.58% from 255 or 55.92% from 422); Max value from RGB is 236 - color contains mainly: blue. Hex color #6E4CEC is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #6E4CEC is #91B313. Grayscale: #676767. Windows color (decimal): -9548564 or 15486062. OLE color: 15486062.
HSL color Cylindrical-coordinate representation of color #6E4CEC: hue angle of 252.75º degrees, saturation: 0.81, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #6E4CEC is Cyan = 0.53, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 110 | 76 | 236 | - |
| CMYK | 0.53 | 0.68 | 0 | 0.07 |
| HSL | 252.75º | 0.81% | 0.61% | - |
| HSV(B) | 252.75º | 0.68% | 0.93% | - |
| XYZ | 24.16 | 14.54 | 80.89 | - |
| YUV | 104.41 | 202.26 | 131.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 76 | 236 | 0.53 | 0.68 | 0 | 0.07 | 252.75 | 0.81 | 0.61 |
| Hex | 6E | 4C | EC | 35 | 44 | 0 | 7 | FD | 51 | 3D |
| Octal | 156 | 114 | 354 | 65 | 104 | 0 | 7 | 375 | 121 | 75 |
| Binary | 1101110 | 1001100 | 11101100 | 110101 | 1000100 | 0 | 111 | 11111101 | 1010001 | 111101 |
Color Harmonies of #6E4CEC
Complementary color
Monochromatic Colors of #6E4CEC
Black with #6E4CEC
Text Example
Text Example
White with #6E4CEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6E4CEC; }
p { color: rgb(110,76,236); }
H1.HeaderClassName
{
color: #6E4CEC;
}
.AnyTagClassName
{
color: #6E4CEC;
}
</style>
background-color css
<style>
a { background-color: #6E4CEC; }
a { background-color: rgb(110,76,236); }
div.DivClassName
{
background-color: #6E4CEC;
}
.BgClassName
{
background-color: #6E4CEC;
}
</style>
border-color css
<style>
span { border-color: #6E4CEC; }
span { border-color: rgb(110,76,236); }
td.TdClassName
{
border-color: #6E4CEC;
}
.TagClassName
{
border-color: #6E4CEC;
}
</style>