Shades of Medium Slate Blue #6E4EFF
Tints of Medium Slate Blue #6E4EFF
RGB
CMYK
RGB Variations
Color information
#6E4EFF (or 0x6E4EFF) is known color: Medium Slate Blue. HEX triplet: 6E, 4E and FF. RGB value is (110,78,255). Sum of RGB (Red+Green+Blue) = 110+78+255=443 (58% of max value = 765). Red value is 110 (43.36% from 255 or 24.83% from 443); Green value is 78 (30.86% from 255 or 17.61% from 443); Blue value is 255 (100% from 255 or 57.56% from 443); Max value from RGB is 255 - color contains mainly: blue. Hex color #6E4EFF is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #6E4EFF is #91B100. Grayscale: #6B6B6B. Windows color (decimal): -9548033 or 16731758. OLE color: 16731758.
HSL color Cylindrical-coordinate representation of color #6E4EFF: hue angle of 250.85º degrees, saturation: 1, lightness: 0.65%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #6E4EFF is Cyan = 0.57, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 110 | 78 | 255 | - |
| CMYK | 0.57 | 0.69 | 0 | 0 |
| HSL | 250.85º | 1% | 0.65% | - |
| HSV(B) | 250.85º | 0.69% | 1% | - |
| XYZ | 27.2 | 15.98 | 96.26 | - |
| YUV | 107.75 | 211.1 | 129.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 78 | 255 | 0.57 | 0.69 | 0 | 0 | 250.85 | 1 | 0.65 |
| Hex | 6E | 4E | FF | 39 | 45 | 0 | 0 | FB | 64 | 41 |
| Octal | 156 | 116 | 377 | 71 | 105 | 0 | 0 | 373 | 144 | 101 |
| Binary | 1101110 | 1001110 | 11111111 | 111001 | 1000101 | 0 | 0 | 11111011 | 1100100 | 1000001 |
Color Harmonies of #6E4EFF
Complementary color
Monochromatic Colors of #6E4EFF
Black with #6E4EFF
Text Example
Text Example
White with #6E4EFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6E4EFF; }
p { color: rgb(110,78,255); }
H1.HeaderClassName
{
color: #6E4EFF;
}
.AnyTagClassName
{
color: #6E4EFF;
}
</style>
background-color css
<style>
a { background-color: #6E4EFF; }
a { background-color: rgb(110,78,255); }
div.DivClassName
{
background-color: #6E4EFF;
}
.BgClassName
{
background-color: #6E4EFF;
}
</style>
border-color css
<style>
span { border-color: #6E4EFF; }
span { border-color: rgb(110,78,255); }
td.TdClassName
{
border-color: #6E4EFF;
}
.TagClassName
{
border-color: #6E4EFF;
}
</style>