Shades of Medium Slate Blue #6E5EFB
Tints of Medium Slate Blue #6E5EFB
RGB
CMYK
RGB Variations
Color information
#6E5EFB (or 0x6E5EFB) is known color: Medium Slate Blue. HEX triplet: 6E, 5E and FB. RGB value is (110,94,251). Sum of RGB (Red+Green+Blue) = 110+94+251=455 (60% of max value = 765). Red value is 110 (43.36% from 255 or 24.18% from 455); Green value is 94 (37.11% from 255 or 20.66% from 455); Blue value is 251 (98.44% from 255 or 55.16% from 455); Max value from RGB is 251 - color contains mainly: blue. Hex color #6E5EFB is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #6E5EFB is #91A104. Grayscale: #747474. Windows color (decimal): -9543941 or 16473710. OLE color: 16473710.
HSL color Cylindrical-coordinate representation of color #6E5EFB: hue angle of 246.11º degrees, saturation: 0.95, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #6E5EFB is Cyan = 0.56, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 110 | 94 | 251 | - |
| CMYK | 0.56 | 0.63 | 0 | 0.02 |
| HSL | 246.11º | 0.95% | 0.68% | - |
| HSV(B) | 246.11º | 0.63% | 0.98% | - |
| XYZ | 27.85 | 18.29 | 93.33 | - |
| YUV | 116.68 | 203.8 | 123.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 94 | 251 | 0.56 | 0.63 | 0 | 0.02 | 246.11 | 0.95 | 0.68 |
| Hex | 6E | 5E | FB | 38 | 3F | 0 | 2 | F6 | 5F | 44 |
| Octal | 156 | 136 | 373 | 70 | 77 | 0 | 2 | 366 | 137 | 104 |
| Binary | 1101110 | 1011110 | 11111011 | 111000 | 111111 | 0 | 10 | 11110110 | 1011111 | 1000100 |
Color Harmonies of #6E5EFB
Complementary color
Monochromatic Colors of #6E5EFB
Black with #6E5EFB
Text Example
Text Example
White with #6E5EFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6E5EFB; }
p { color: rgb(110,94,251); }
H1.HeaderClassName
{
color: #6E5EFB;
}
.AnyTagClassName
{
color: #6E5EFB;
}
</style>
background-color css
<style>
a { background-color: #6E5EFB; }
a { background-color: rgb(110,94,251); }
div.DivClassName
{
background-color: #6E5EFB;
}
.BgClassName
{
background-color: #6E5EFB;
}
</style>
border-color css
<style>
span { border-color: #6E5EFB; }
span { border-color: rgb(110,94,251); }
td.TdClassName
{
border-color: #6E5EFB;
}
.TagClassName
{
border-color: #6E5EFB;
}
</style>