Shades of Medium Slate Blue #6E4AED
Tints of Medium Slate Blue #6E4AED
RGB
CMYK
RGB Variations
Color information
#6E4AED (or 0x6E4AED) is known color: Medium Slate Blue. HEX triplet: 6E, 4A and ED. RGB value is (110,74,237). Sum of RGB (Red+Green+Blue) = 110+74+237=421 (55% of max value = 765). Red value is 110 (43.36% from 255 or 26.13% from 421); Green value is 74 (29.30% from 255 or 17.58% from 421); Blue value is 237 (92.97% from 255 or 56.29% from 421); Max value from RGB is 237 - color contains mainly: blue. Hex color #6E4AED is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #6E4AED is #91B512. Grayscale: #666666. Windows color (decimal): -9549075 or 15551086. OLE color: 15551086.
HSL color Cylindrical-coordinate representation of color #6E4AED: hue angle of 253.25º degrees, saturation: 0.82, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #6E4AED is Cyan = 0.54, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 110 | 74 | 237 | - |
| CMYK | 0.54 | 0.69 | 0 | 0.07 |
| HSL | 253.25º | 0.82% | 0.61% | - |
| HSV(B) | 253.25º | 0.69% | 0.93% | - |
| XYZ | 24.17 | 14.33 | 81.61 | - |
| YUV | 103.35 | 203.43 | 132.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 74 | 237 | 0.54 | 0.69 | 0 | 0.07 | 253.25 | 0.82 | 0.61 |
| Hex | 6E | 4A | ED | 36 | 45 | 0 | 7 | FD | 52 | 3D |
| Octal | 156 | 112 | 355 | 66 | 105 | 0 | 7 | 375 | 122 | 75 |
| Binary | 1101110 | 1001010 | 11101101 | 110110 | 1000101 | 0 | 111 | 11111101 | 1010010 | 111101 |
Color Harmonies of #6E4AED
Complementary color
Monochromatic Colors of #6E4AED
Black with #6E4AED
Text Example
Text Example
White with #6E4AED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6E4AED; }
p { color: rgb(110,74,237); }
H1.HeaderClassName
{
color: #6E4AED;
}
.AnyTagClassName
{
color: #6E4AED;
}
</style>
background-color css
<style>
a { background-color: #6E4AED; }
a { background-color: rgb(110,74,237); }
div.DivClassName
{
background-color: #6E4AED;
}
.BgClassName
{
background-color: #6E4AED;
}
</style>
border-color css
<style>
span { border-color: #6E4AED; }
span { border-color: rgb(110,74,237); }
td.TdClassName
{
border-color: #6E4AED;
}
.TagClassName
{
border-color: #6E4AED;
}
</style>