Shades of Medium Slate Blue #6E5FFA
Tints of Medium Slate Blue #6E5FFA
RGB
CMYK
RGB Variations
Color information
#6E5FFA (or 0x6E5FFA) is known color: Medium Slate Blue. HEX triplet: 6E, 5F and FA. RGB value is (110,95,250). Sum of RGB (Red+Green+Blue) = 110+95+250=455 (60% of max value = 765). Red value is 110 (43.36% from 255 or 24.18% from 455); Green value is 95 (37.5% from 255 or 20.88% from 455); Blue value is 250 (98.05% from 255 or 54.95% from 455); Max value from RGB is 250 - color contains mainly: blue. Hex color #6E5FFA is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #6E5FFA is #91A005. Grayscale: #747474. Windows color (decimal): -9543686 or 16408430. OLE color: 16408430.
HSL color Cylindrical-coordinate representation of color #6E5FFA: hue angle of 245.81º degrees, saturation: 0.94, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #6E5FFA is Cyan = 0.56, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 110 | 95 | 250 | - |
| CMYK | 0.56 | 0.62 | 0 | 0.02 |
| HSL | 245.81º | 0.94% | 0.68% | - |
| HSV(B) | 245.81º | 0.62% | 0.98% | - |
| XYZ | 27.78 | 18.4 | 92.53 | - |
| YUV | 117.16 | 202.97 | 122.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 95 | 250 | 0.56 | 0.62 | 0 | 0.02 | 245.81 | 0.94 | 0.68 |
| Hex | 6E | 5F | FA | 38 | 3E | 0 | 2 | F6 | 5E | 44 |
| Octal | 156 | 137 | 372 | 70 | 76 | 0 | 2 | 366 | 136 | 104 |
| Binary | 1101110 | 1011111 | 11111010 | 111000 | 111110 | 0 | 10 | 11110110 | 1011110 | 1000100 |
Color Harmonies of #6E5FFA
Complementary color
Monochromatic Colors of #6E5FFA
Black with #6E5FFA
Text Example
Text Example
White with #6E5FFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6E5FFA; }
p { color: rgb(110,95,250); }
H1.HeaderClassName
{
color: #6E5FFA;
}
.AnyTagClassName
{
color: #6E5FFA;
}
</style>
background-color css
<style>
a { background-color: #6E5FFA; }
a { background-color: rgb(110,95,250); }
div.DivClassName
{
background-color: #6E5FFA;
}
.BgClassName
{
background-color: #6E5FFA;
}
</style>
border-color css
<style>
span { border-color: #6E5FFA; }
span { border-color: rgb(110,95,250); }
td.TdClassName
{
border-color: #6E5FFA;
}
.TagClassName
{
border-color: #6E5FFA;
}
</style>