Shades of Medium Slate Blue #6E4BED
Tints of Medium Slate Blue #6E4BED
RGB
CMYK
RGB Variations
Color information
#6E4BED (or 0x6E4BED) is known color: Medium Slate Blue. HEX triplet: 6E, 4B and ED. RGB value is (110,75,237). Sum of RGB (Red+Green+Blue) = 110+75+237=422 (55% of max value = 765). Red value is 110 (43.36% from 255 or 26.07% from 422); Green value is 75 (29.69% from 255 or 17.77% from 422); Blue value is 237 (92.97% from 255 or 56.16% from 422); Max value from RGB is 237 - color contains mainly: blue. Hex color #6E4BED is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #6E4BED is #91B412. Grayscale: #676767. Windows color (decimal): -9548819 or 15551342. OLE color: 15551342.
HSL color Cylindrical-coordinate representation of color #6E4BED: hue angle of 252.96º degrees, saturation: 0.82, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #6E4BED is Cyan = 0.54, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 110 | 75 | 237 | - |
| CMYK | 0.54 | 0.68 | 0 | 0.07 |
| HSL | 252.96º | 0.82% | 0.61% | - |
| HSV(B) | 252.96º | 0.68% | 0.93% | - |
| XYZ | 24.23 | 14.46 | 81.63 | - |
| YUV | 103.93 | 203.1 | 132.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 75 | 237 | 0.54 | 0.68 | 0 | 0.07 | 252.96 | 0.82 | 0.61 |
| Hex | 6E | 4B | ED | 36 | 44 | 0 | 7 | FD | 52 | 3D |
| Octal | 156 | 113 | 355 | 66 | 104 | 0 | 7 | 375 | 122 | 75 |
| Binary | 1101110 | 1001011 | 11101101 | 110110 | 1000100 | 0 | 111 | 11111101 | 1010010 | 111101 |
Color Harmonies of #6E4BED
Complementary color
Monochromatic Colors of #6E4BED
Black with #6E4BED
Text Example
Text Example
White with #6E4BED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6E4BED; }
p { color: rgb(110,75,237); }
H1.HeaderClassName
{
color: #6E4BED;
}
.AnyTagClassName
{
color: #6E4BED;
}
</style>
background-color css
<style>
a { background-color: #6E4BED; }
a { background-color: rgb(110,75,237); }
div.DivClassName
{
background-color: #6E4BED;
}
.BgClassName
{
background-color: #6E4BED;
}
</style>
border-color css
<style>
span { border-color: #6E4BED; }
span { border-color: rgb(110,75,237); }
td.TdClassName
{
border-color: #6E4BED;
}
.TagClassName
{
border-color: #6E4BED;
}
</style>