Shades of Medium Slate Blue #6E4DFA
Tints of Medium Slate Blue #6E4DFA
RGB
CMYK
RGB Variations
Color information
#6E4DFA (or 0x6E4DFA) is known color: Medium Slate Blue. HEX triplet: 6E, 4D and FA. RGB value is (110,77,250). Sum of RGB (Red+Green+Blue) = 110+77+250=437 (57% of max value = 765). Red value is 110 (43.36% from 255 or 25.17% from 437); Green value is 77 (30.47% from 255 or 17.62% from 437); Blue value is 250 (98.05% from 255 or 57.21% from 437); Max value from RGB is 250 - color contains mainly: blue. Hex color #6E4DFA is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #6E4DFA is #91B205. Grayscale: #696969. Windows color (decimal): -9548294 or 16403822. OLE color: 16403822.
HSL color Cylindrical-coordinate representation of color #6E4DFA: hue angle of 251.45º degrees, saturation: 0.95, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #6E4DFA is Cyan = 0.56, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 110 | 77 | 250 | - |
| CMYK | 0.56 | 0.69 | 0 | 0.02 |
| HSL | 251.45º | 0.95% | 0.64% | - |
| HSV(B) | 251.45º | 0.69% | 0.98% | - |
| XYZ | 26.34 | 15.52 | 92.05 | - |
| YUV | 106.59 | 208.93 | 130.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 77 | 250 | 0.56 | 0.69 | 0 | 0.02 | 251.45 | 0.95 | 0.64 |
| Hex | 6E | 4D | FA | 38 | 45 | 0 | 2 | FB | 5F | 40 |
| Octal | 156 | 115 | 372 | 70 | 105 | 0 | 2 | 373 | 137 | 100 |
| Binary | 1101110 | 1001101 | 11111010 | 111000 | 1000101 | 0 | 10 | 11111011 | 1011111 | 1000000 |
Color Harmonies of #6E4DFA
Complementary color
Monochromatic Colors of #6E4DFA
Black with #6E4DFA
Text Example
Text Example
White with #6E4DFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6E4DFA; }
p { color: rgb(110,77,250); }
H1.HeaderClassName
{
color: #6E4DFA;
}
.AnyTagClassName
{
color: #6E4DFA;
}
</style>
background-color css
<style>
a { background-color: #6E4DFA; }
a { background-color: rgb(110,77,250); }
div.DivClassName
{
background-color: #6E4DFA;
}
.BgClassName
{
background-color: #6E4DFA;
}
</style>
border-color css
<style>
span { border-color: #6E4DFA; }
span { border-color: rgb(110,77,250); }
td.TdClassName
{
border-color: #6E4DFA;
}
.TagClassName
{
border-color: #6E4DFA;
}
</style>