Shades of Medium Slate Blue #6E4DFD
Tints of Medium Slate Blue #6E4DFD
RGB
CMYK
RGB Variations
Color information
#6E4DFD (or 0x6E4DFD) is known color: Medium Slate Blue. HEX triplet: 6E, 4D and FD. RGB value is (110,77,253). Sum of RGB (Red+Green+Blue) = 110+77+253=440 (58% of max value = 765). Red value is 110 (43.36% from 255 or 25% from 440); Green value is 77 (30.47% from 255 or 17.5% from 440); Blue value is 253 (99.22% from 255 or 57.5% from 440); Max value from RGB is 253 - color contains mainly: blue. Hex color #6E4DFD is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #6E4DFD is #91B202. Grayscale: #6A6A6A. Windows color (decimal): -9548291 or 16600430. OLE color: 16600430.
HSL color Cylindrical-coordinate representation of color #6E4DFD: hue angle of 251.25º degrees, saturation: 0.98, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #6E4DFD is Cyan = 0.57, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 110 | 77 | 253 | - |
| CMYK | 0.57 | 0.70 | 0 | 0.01 |
| HSL | 251.25º | 0.98% | 0.65% | - |
| HSV(B) | 251.25º | 0.7% | 0.99% | - |
| XYZ | 26.81 | 15.71 | 94.55 | - |
| YUV | 106.93 | 210.43 | 130.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 77 | 253 | 0.57 | 0.70 | 0 | 0.01 | 251.25 | 0.98 | 0.65 |
| Hex | 6E | 4D | FD | 39 | 46 | 0 | 1 | FB | 62 | 41 |
| Octal | 156 | 115 | 375 | 71 | 106 | 0 | 1 | 373 | 142 | 101 |
| Binary | 1101110 | 1001101 | 11111101 | 111001 | 1000110 | 0 | 1 | 11111011 | 1100010 | 1000001 |
Color Harmonies of #6E4DFD
Complementary color
Monochromatic Colors of #6E4DFD
Black with #6E4DFD
Text Example
Text Example
White with #6E4DFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6E4DFD; }
p { color: rgb(110,77,253); }
H1.HeaderClassName
{
color: #6E4DFD;
}
.AnyTagClassName
{
color: #6E4DFD;
}
</style>
background-color css
<style>
a { background-color: #6E4DFD; }
a { background-color: rgb(110,77,253); }
div.DivClassName
{
background-color: #6E4DFD;
}
.BgClassName
{
background-color: #6E4DFD;
}
</style>
border-color css
<style>
span { border-color: #6E4DFD; }
span { border-color: rgb(110,77,253); }
td.TdClassName
{
border-color: #6E4DFD;
}
.TagClassName
{
border-color: #6E4DFD;
}
</style>