Shades of Medium Slate Blue #6E5DFC
Tints of Medium Slate Blue #6E5DFC
RGB
CMYK
RGB Variations
Color information
#6E5DFC (or 0x6E5DFC) is known color: Medium Slate Blue. HEX triplet: 6E, 5D and FC. RGB value is (110,93,252). Sum of RGB (Red+Green+Blue) = 110+93+252=455 (60% of max value = 765). Red value is 110 (43.36% from 255 or 24.18% from 455); Green value is 93 (36.72% from 255 or 20.44% from 455); Blue value is 252 (98.83% from 255 or 55.38% from 455); Max value from RGB is 252 - color contains mainly: blue. Hex color #6E5DFC is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #6E5DFC is #91A203. Grayscale: #737373. Windows color (decimal): -9544196 or 16538990. OLE color: 16538990.
HSL color Cylindrical-coordinate representation of color #6E5DFC: hue angle of 246.42º degrees, saturation: 0.96, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #6E5DFC is Cyan = 0.56, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 110 | 93 | 252 | - |
| CMYK | 0.56 | 0.63 | 0 | 0.01 |
| HSL | 246.42º | 0.96% | 0.68% | - |
| HSV(B) | 246.42º | 0.63% | 0.99% | - |
| XYZ | 27.92 | 18.17 | 94.13 | - |
| YUV | 116.21 | 204.63 | 123.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 93 | 252 | 0.56 | 0.63 | 0 | 0.01 | 246.42 | 0.96 | 0.68 |
| Hex | 6E | 5D | FC | 38 | 3F | 0 | 1 | F6 | 60 | 44 |
| Octal | 156 | 135 | 374 | 70 | 77 | 0 | 1 | 366 | 140 | 104 |
| Binary | 1101110 | 1011101 | 11111100 | 111000 | 111111 | 0 | 1 | 11110110 | 1100000 | 1000100 |
Color Harmonies of #6E5DFC
Complementary color
Monochromatic Colors of #6E5DFC
Black with #6E5DFC
Text Example
Text Example
White with #6E5DFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6E5DFC; }
p { color: rgb(110,93,252); }
H1.HeaderClassName
{
color: #6E5DFC;
}
.AnyTagClassName
{
color: #6E5DFC;
}
</style>
background-color css
<style>
a { background-color: #6E5DFC; }
a { background-color: rgb(110,93,252); }
div.DivClassName
{
background-color: #6E5DFC;
}
.BgClassName
{
background-color: #6E5DFC;
}
</style>
border-color css
<style>
span { border-color: #6E5DFC; }
span { border-color: rgb(110,93,252); }
td.TdClassName
{
border-color: #6E5DFC;
}
.TagClassName
{
border-color: #6E5DFC;
}
</style>