Shades of Medium Slate Blue #6E5DFD
Tints of Medium Slate Blue #6E5DFD
RGB
CMYK
RGB Variations
Color information
#6E5DFD (or 0x6E5DFD) is known color: Medium Slate Blue. HEX triplet: 6E, 5D and FD. RGB value is (110,93,253). Sum of RGB (Red+Green+Blue) = 110+93+253=456 (60% of max value = 765). Red value is 110 (43.36% from 255 or 24.12% from 456); Green value is 93 (36.72% from 255 or 20.39% from 456); Blue value is 253 (99.22% from 255 or 55.48% from 456); Max value from RGB is 253 - color contains mainly: blue. Hex color #6E5DFD is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #6E5DFD is #91A202. Grayscale: #737373. Windows color (decimal): -9544195 or 16604526. OLE color: 16604526.
HSL color Cylindrical-coordinate representation of color #6E5DFD: hue angle of 246.37º degrees, saturation: 0.98, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #6E5DFD is Cyan = 0.57, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 110 | 93 | 253 | - |
| CMYK | 0.57 | 0.63 | 0 | 0.01 |
| HSL | 246.38º | 0.98% | 0.68% | - |
| HSV(B) | 246.38º | 0.63% | 0.99% | - |
| XYZ | 28.07 | 18.24 | 94.97 | - |
| YUV | 116.32 | 205.13 | 123.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 93 | 253 | 0.57 | 0.63 | 0 | 0.01 | 246.38 | 0.98 | 0.68 |
| Hex | 6E | 5D | FD | 39 | 3F | 0 | 1 | F6 | 62 | 44 |
| Octal | 156 | 135 | 375 | 71 | 77 | 0 | 1 | 366 | 142 | 104 |
| Binary | 1101110 | 1011101 | 11111101 | 111001 | 111111 | 0 | 1 | 11110110 | 1100010 | 1000100 |
Color Harmonies of #6E5DFD
Complementary color
Monochromatic Colors of #6E5DFD
Black with #6E5DFD
Text Example
Text Example
White with #6E5DFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6E5DFD; }
p { color: rgb(110,93,253); }
H1.HeaderClassName
{
color: #6E5DFD;
}
.AnyTagClassName
{
color: #6E5DFD;
}
</style>
background-color css
<style>
a { background-color: #6E5DFD; }
a { background-color: rgb(110,93,253); }
div.DivClassName
{
background-color: #6E5DFD;
}
.BgClassName
{
background-color: #6E5DFD;
}
</style>
border-color css
<style>
span { border-color: #6E5DFD; }
span { border-color: rgb(110,93,253); }
td.TdClassName
{
border-color: #6E5DFD;
}
.TagClassName
{
border-color: #6E5DFD;
}
</style>