Shades of Medium Slate Blue #6E4AEC
Tints of Medium Slate Blue #6E4AEC
RGB
CMYK
RGB Variations
Color information
#6E4AEC (or 0x6E4AEC) is known color: Medium Slate Blue. HEX triplet: 6E, 4A and EC. RGB value is (110,74,236). Sum of RGB (Red+Green+Blue) = 110+74+236=420 (55% of max value = 765). Red value is 110 (43.36% from 255 or 26.19% from 420); Green value is 74 (29.30% from 255 or 17.62% from 420); Blue value is 236 (92.58% from 255 or 56.19% from 420); Max value from RGB is 236 - color contains mainly: blue. Hex color #6E4AEC is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #6E4AEC is #91B513. Grayscale: #666666. Windows color (decimal): -9549076 or 15485550. OLE color: 15485550.
HSL color Cylindrical-coordinate representation of color #6E4AEC: hue angle of 253.33º degrees, saturation: 0.81, 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 #6E4AEC is Cyan = 0.53, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 110 | 74 | 236 | - |
| CMYK | 0.53 | 0.69 | 0 | 0.07 |
| HSL | 253.33º | 0.81% | 0.61% | - |
| HSV(B) | 253.33º | 0.69% | 0.93% | - |
| XYZ | 24.02 | 14.27 | 80.85 | - |
| YUV | 103.23 | 202.93 | 132.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 74 | 236 | 0.53 | 0.69 | 0 | 0.07 | 253.33 | 0.81 | 0.61 |
| Hex | 6E | 4A | EC | 35 | 45 | 0 | 7 | FD | 51 | 3D |
| Octal | 156 | 112 | 354 | 65 | 105 | 0 | 7 | 375 | 121 | 75 |
| Binary | 1101110 | 1001010 | 11101100 | 110101 | 1000101 | 0 | 111 | 11111101 | 1010001 | 111101 |
Color Harmonies of #6E4AEC
Complementary color
Monochromatic Colors of #6E4AEC
Black with #6E4AEC
Text Example
Text Example
White with #6E4AEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6E4AEC; }
p { color: rgb(110,74,236); }
H1.HeaderClassName
{
color: #6E4AEC;
}
.AnyTagClassName
{
color: #6E4AEC;
}
</style>
background-color css
<style>
a { background-color: #6E4AEC; }
a { background-color: rgb(110,74,236); }
div.DivClassName
{
background-color: #6E4AEC;
}
.BgClassName
{
background-color: #6E4AEC;
}
</style>
border-color css
<style>
span { border-color: #6E4AEC; }
span { border-color: rgb(110,74,236); }
td.TdClassName
{
border-color: #6E4AEC;
}
.TagClassName
{
border-color: #6E4AEC;
}
</style>