Shades of Medium Slate Blue #6E4AFE
Tints of Medium Slate Blue #6E4AFE
RGB
CMYK
RGB Variations
Color information
#6E4AFE (or 0x6E4AFE) is known color: Medium Slate Blue. HEX triplet: 6E, 4A and FE. RGB value is (110,74,254). Sum of RGB (Red+Green+Blue) = 110+74+254=438 (58% of max value = 765). Red value is 110 (43.36% from 255 or 25.11% from 438); Green value is 74 (29.30% from 255 or 16.89% from 438); Blue value is 254 (99.61% from 255 or 57.99% from 438); Max value from RGB is 254 - color contains mainly: blue. Hex color #6E4AFE is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #6E4AFE is #91B501. Grayscale: #686868. Windows color (decimal): -9549058 or 16665198. OLE color: 16665198.
HSL color Cylindrical-coordinate representation of color #6E4AFE: hue angle of 252º degrees, saturation: 0.99, lightness: 0.64%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #6E4AFE is Cyan = 0.57, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 110 | 74 | 254 | - |
| CMYK | 0.57 | 0.71 | 0 | 0.00 |
| HSL | 252º | 0.99% | 0.64% | - |
| HSV(B) | 252º | 0.71% | 1% | - |
| XYZ | 26.77 | 15.37 | 95.32 | - |
| YUV | 105.28 | 211.93 | 131.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 74 | 254 | 0.57 | 0.71 | 0 | 0.00 | 252 | 0.99 | 0.64 |
| Hex | 6E | 4A | FE | 39 | 47 | 0 | 0 | FC | 63 | 40 |
| Octal | 156 | 112 | 376 | 71 | 107 | 0 | 0 | 374 | 143 | 100 |
| Binary | 1101110 | 1001010 | 11111110 | 111001 | 1000111 | 0 | 0 | 11111100 | 1100011 | 1000000 |
Color Harmonies of #6E4AFE
Complementary color
Monochromatic Colors of #6E4AFE
Black with #6E4AFE
Text Example
Text Example
White with #6E4AFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6E4AFE; }
p { color: rgb(110,74,254); }
H1.HeaderClassName
{
color: #6E4AFE;
}
.AnyTagClassName
{
color: #6E4AFE;
}
</style>
background-color css
<style>
a { background-color: #6E4AFE; }
a { background-color: rgb(110,74,254); }
div.DivClassName
{
background-color: #6E4AFE;
}
.BgClassName
{
background-color: #6E4AFE;
}
</style>
border-color css
<style>
span { border-color: #6E4AFE; }
span { border-color: rgb(110,74,254); }
td.TdClassName
{
border-color: #6E4AFE;
}
.TagClassName
{
border-color: #6E4AFE;
}
</style>