Shades of Medium Slate Blue #6E49FD
Tints of Medium Slate Blue #6E49FD
RGB
CMYK
RGB Variations
Color information
#6E49FD (or 0x6E49FD) is known color: Medium Slate Blue. HEX triplet: 6E, 49 and FD. RGB value is (110,73,253). Sum of RGB (Red+Green+Blue) = 110+73+253=436 (57% of max value = 765). Red value is 110 (43.36% from 255 or 25.23% from 436); Green value is 73 (28.91% from 255 or 16.74% from 436); Blue value is 253 (99.22% from 255 or 58.03% from 436); Max value from RGB is 253 - color contains mainly: blue. Hex color #6E49FD is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #6E49FD is #91B602. Grayscale: #676767. Windows color (decimal): -9549315 or 16599406. OLE color: 16599406.
HSL color Cylindrical-coordinate representation of color #6E49FD: hue angle of 252.33º degrees, saturation: 0.98, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #6E49FD is Cyan = 0.57, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 110 | 73 | 253 | - |
| CMYK | 0.57 | 0.71 | 0 | 0.01 |
| HSL | 252.33º | 0.98% | 0.64% | - |
| HSV(B) | 252.33º | 0.71% | 0.99% | - |
| XYZ | 26.54 | 15.17 | 94.46 | - |
| YUV | 104.58 | 211.76 | 131.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 73 | 253 | 0.57 | 0.71 | 0 | 0.01 | 252.33 | 0.98 | 0.64 |
| Hex | 6E | 49 | FD | 39 | 47 | 0 | 1 | FC | 62 | 40 |
| Octal | 156 | 111 | 375 | 71 | 107 | 0 | 1 | 374 | 142 | 100 |
| Binary | 1101110 | 1001001 | 11111101 | 111001 | 1000111 | 0 | 1 | 11111100 | 1100010 | 1000000 |
Color Harmonies of #6E49FD
Complementary color
Monochromatic Colors of #6E49FD
Black with #6E49FD
Text Example
Text Example
White with #6E49FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6E49FD; }
p { color: rgb(110,73,253); }
H1.HeaderClassName
{
color: #6E49FD;
}
.AnyTagClassName
{
color: #6E49FD;
}
</style>
background-color css
<style>
a { background-color: #6E49FD; }
a { background-color: rgb(110,73,253); }
div.DivClassName
{
background-color: #6E49FD;
}
.BgClassName
{
background-color: #6E49FD;
}
</style>
border-color css
<style>
span { border-color: #6E49FD; }
span { border-color: rgb(110,73,253); }
td.TdClassName
{
border-color: #6E49FD;
}
.TagClassName
{
border-color: #6E49FD;
}
</style>