Shades of Medium Slate Blue #6E5AFA
Tints of Medium Slate Blue #6E5AFA
RGB
CMYK
RGB Variations
Color information
#6E5AFA (or 0x6E5AFA) is known color: Medium Slate Blue. HEX triplet: 6E, 5A and FA. RGB value is (110,90,250). Sum of RGB (Red+Green+Blue) = 110+90+250=450 (59% of max value = 765). Red value is 110 (43.36% from 255 or 24.44% from 450); Green value is 90 (35.55% from 255 or 20% from 450); Blue value is 250 (98.05% from 255 or 55.56% from 450); Max value from RGB is 250 - color contains mainly: blue. Hex color #6E5AFA is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #6E5AFA is #91A505. Grayscale: #717171. Windows color (decimal): -9544966 or 16407150. OLE color: 16407150.
HSL color Cylindrical-coordinate representation of color #6E5AFA: hue angle of 247.5º degrees, saturation: 0.94, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #6E5AFA is Cyan = 0.56, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 110 | 90 | 250 | - |
| CMYK | 0.56 | 0.64 | 0 | 0.02 |
| HSL | 247.5º | 0.94% | 0.67% | - |
| HSV(B) | 247.5º | 0.64% | 0.98% | - |
| XYZ | 27.34 | 17.53 | 92.38 | - |
| YUV | 114.22 | 204.63 | 124.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 90 | 250 | 0.56 | 0.64 | 0 | 0.02 | 247.5 | 0.94 | 0.67 |
| Hex | 6E | 5A | FA | 38 | 40 | 0 | 2 | F8 | 5E | 43 |
| Octal | 156 | 132 | 372 | 70 | 100 | 0 | 2 | 370 | 136 | 103 |
| Binary | 1101110 | 1011010 | 11111010 | 111000 | 1000000 | 0 | 10 | 11111000 | 1011110 | 1000011 |
Color Harmonies of #6E5AFA
Complementary color
Monochromatic Colors of #6E5AFA
Black with #6E5AFA
Text Example
Text Example
White with #6E5AFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6E5AFA; }
p { color: rgb(110,90,250); }
H1.HeaderClassName
{
color: #6E5AFA;
}
.AnyTagClassName
{
color: #6E5AFA;
}
</style>
background-color css
<style>
a { background-color: #6E5AFA; }
a { background-color: rgb(110,90,250); }
div.DivClassName
{
background-color: #6E5AFA;
}
.BgClassName
{
background-color: #6E5AFA;
}
</style>
border-color css
<style>
span { border-color: #6E5AFA; }
span { border-color: rgb(110,90,250); }
td.TdClassName
{
border-color: #6E5AFA;
}
.TagClassName
{
border-color: #6E5AFA;
}
</style>