Shades of Medium Slate Blue #6E5BFD
Tints of Medium Slate Blue #6E5BFD
RGB
CMYK
RGB Variations
Color information
#6E5BFD (or 0x6E5BFD) is known color: Medium Slate Blue. HEX triplet: 6E, 5B and FD. RGB value is (110,91,253). Sum of RGB (Red+Green+Blue) = 110+91+253=454 (60% of max value = 765). Red value is 110 (43.36% from 255 or 24.23% from 454); Green value is 91 (35.94% from 255 or 20.04% from 454); Blue value is 253 (99.22% from 255 or 55.73% from 454); Max value from RGB is 253 - color contains mainly: blue. Hex color #6E5BFD is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #6E5BFD is #91A402. Grayscale: #727272. Windows color (decimal): -9544707 or 16604014. OLE color: 16604014.
HSL color Cylindrical-coordinate representation of color #6E5BFD: hue angle of 247.04º degrees, saturation: 0.98, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #6E5BFD is Cyan = 0.57, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 110 | 91 | 253 | - |
| CMYK | 0.57 | 0.64 | 0 | 0.01 |
| HSL | 247.04º | 0.98% | 0.67% | - |
| HSV(B) | 247.04º | 0.64% | 0.99% | - |
| XYZ | 27.9 | 17.89 | 94.91 | - |
| YUV | 115.15 | 205.79 | 124.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 91 | 253 | 0.57 | 0.64 | 0 | 0.01 | 247.04 | 0.98 | 0.67 |
| Hex | 6E | 5B | FD | 39 | 40 | 0 | 1 | F7 | 62 | 43 |
| Octal | 156 | 133 | 375 | 71 | 100 | 0 | 1 | 367 | 142 | 103 |
| Binary | 1101110 | 1011011 | 11111101 | 111001 | 1000000 | 0 | 1 | 11110111 | 1100010 | 1000011 |
Color Harmonies of #6E5BFD
Complementary color
Monochromatic Colors of #6E5BFD
Black with #6E5BFD
Text Example
Text Example
White with #6E5BFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6E5BFD; }
p { color: rgb(110,91,253); }
H1.HeaderClassName
{
color: #6E5BFD;
}
.AnyTagClassName
{
color: #6E5BFD;
}
</style>
background-color css
<style>
a { background-color: #6E5BFD; }
a { background-color: rgb(110,91,253); }
div.DivClassName
{
background-color: #6E5BFD;
}
.BgClassName
{
background-color: #6E5BFD;
}
</style>
border-color css
<style>
span { border-color: #6E5BFD; }
span { border-color: rgb(110,91,253); }
td.TdClassName
{
border-color: #6E5BFD;
}
.TagClassName
{
border-color: #6E5BFD;
}
</style>