Shades of Medium Slate Blue #6E4DF0
Tints of Medium Slate Blue #6E4DF0
RGB
CMYK
RGB Variations
Color information
#6E4DF0 (or 0x6E4DF0) is known color: Medium Slate Blue. HEX triplet: 6E, 4D and F0. RGB value is (110,77,240). Sum of RGB (Red+Green+Blue) = 110+77+240=427 (56% of max value = 765). Red value is 110 (43.36% from 255 or 25.76% from 427); Green value is 77 (30.47% from 255 or 18.03% from 427); Blue value is 240 (94.14% from 255 or 56.21% from 427); Max value from RGB is 240 - color contains mainly: blue. Hex color #6E4DF0 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #6E4DF0 is #91B20F. Grayscale: #686868. Windows color (decimal): -9548304 or 15748462. OLE color: 15748462.
HSL color Cylindrical-coordinate representation of color #6E4DF0: hue angle of 252.15º degrees, saturation: 0.84, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #6E4DF0 is Cyan = 0.54, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 110 | 77 | 240 | - |
| CMYK | 0.54 | 0.68 | 0 | 0.06 |
| HSL | 252.15º | 0.84% | 0.62% | - |
| HSV(B) | 252.15º | 0.68% | 0.94% | - |
| XYZ | 24.81 | 14.91 | 84.01 | - |
| YUV | 105.45 | 203.93 | 131.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 77 | 240 | 0.54 | 0.68 | 0 | 0.06 | 252.15 | 0.84 | 0.62 |
| Hex | 6E | 4D | F0 | 36 | 44 | 0 | 6 | FC | 54 | 3E |
| Octal | 156 | 115 | 360 | 66 | 104 | 0 | 6 | 374 | 124 | 76 |
| Binary | 1101110 | 1001101 | 11110000 | 110110 | 1000100 | 0 | 110 | 11111100 | 1010100 | 111110 |
Color Harmonies of #6E4DF0
Complementary color
Monochromatic Colors of #6E4DF0
Black with #6E4DF0
Text Example
Text Example
White with #6E4DF0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6E4DF0; }
p { color: rgb(110,77,240); }
H1.HeaderClassName
{
color: #6E4DF0;
}
.AnyTagClassName
{
color: #6E4DF0;
}
</style>
background-color css
<style>
a { background-color: #6E4DF0; }
a { background-color: rgb(110,77,240); }
div.DivClassName
{
background-color: #6E4DF0;
}
.BgClassName
{
background-color: #6E4DF0;
}
</style>
border-color css
<style>
span { border-color: #6E4DF0; }
span { border-color: rgb(110,77,240); }
td.TdClassName
{
border-color: #6E4DF0;
}
.TagClassName
{
border-color: #6E4DF0;
}
</style>