Shades of Medium Slate Blue #6E4DFF
Tints of Medium Slate Blue #6E4DFF
RGB
CMYK
RGB Variations
Color information
#6E4DFF (or 0x6E4DFF) is known color: Medium Slate Blue. HEX triplet: 6E, 4D and FF. RGB value is (110,77,255). Sum of RGB (Red+Green+Blue) = 110+77+255=442 (58% of max value = 765). Red value is 110 (43.36% from 255 or 24.89% from 442); Green value is 77 (30.47% from 255 or 17.42% from 442); Blue value is 255 (100% from 255 or 57.69% from 442); Max value from RGB is 255 - color contains mainly: blue. Hex color #6E4DFF is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #6E4DFF is #91B200. Grayscale: #6A6A6A. Windows color (decimal): -9548289 or 16731502. OLE color: 16731502.
HSL color Cylindrical-coordinate representation of color #6E4DFF: hue angle of 251.12º degrees, saturation: 1, lightness: 0.65%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #6E4DFF is Cyan = 0.57, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 110 | 77 | 255 | - |
| CMYK | 0.57 | 0.70 | 0 | 0 |
| HSL | 251.12º | 1% | 0.65% | - |
| HSV(B) | 251.12º | 0.7% | 1% | - |
| XYZ | 27.13 | 15.84 | 96.24 | - |
| YUV | 107.16 | 211.43 | 130.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 77 | 255 | 0.57 | 0.70 | 0 | 0 | 251.12 | 1 | 0.65 |
| Hex | 6E | 4D | FF | 39 | 46 | 0 | 0 | FB | 64 | 41 |
| Octal | 156 | 115 | 377 | 71 | 106 | 0 | 0 | 373 | 144 | 101 |
| Binary | 1101110 | 1001101 | 11111111 | 111001 | 1000110 | 0 | 0 | 11111011 | 1100100 | 1000001 |
Color Harmonies of #6E4DFF
Complementary color
Monochromatic Colors of #6E4DFF
Black with #6E4DFF
Text Example
Text Example
White with #6E4DFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6E4DFF; }
p { color: rgb(110,77,255); }
H1.HeaderClassName
{
color: #6E4DFF;
}
.AnyTagClassName
{
color: #6E4DFF;
}
</style>
background-color css
<style>
a { background-color: #6E4DFF; }
a { background-color: rgb(110,77,255); }
div.DivClassName
{
background-color: #6E4DFF;
}
.BgClassName
{
background-color: #6E4DFF;
}
</style>
border-color css
<style>
span { border-color: #6E4DFF; }
span { border-color: rgb(110,77,255); }
td.TdClassName
{
border-color: #6E4DFF;
}
.TagClassName
{
border-color: #6E4DFF;
}
</style>