Shades of Medium Slate Blue #6E5AFD
Tints of Medium Slate Blue #6E5AFD
RGB
CMYK
RGB Variations
Color information
#6E5AFD (or 0x6E5AFD) is known color: Medium Slate Blue. HEX triplet: 6E, 5A and FD. RGB value is (110,90,253). Sum of RGB (Red+Green+Blue) = 110+90+253=453 (60% of max value = 765). Red value is 110 (43.36% from 255 or 24.28% from 453); Green value is 90 (35.55% from 255 or 19.87% from 453); Blue value is 253 (99.22% from 255 or 55.85% from 453); Max value from RGB is 253 - color contains mainly: blue. Hex color #6E5AFD is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #6E5AFD is #91A502. Grayscale: #717171. Windows color (decimal): -9544963 or 16603758. OLE color: 16603758.
HSL color Cylindrical-coordinate representation of color #6E5AFD: hue angle of 247.36º degrees, saturation: 0.98, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #6E5AFD is Cyan = 0.57, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 110 | 90 | 253 | - |
| CMYK | 0.57 | 0.64 | 0 | 0.01 |
| HSL | 247.36º | 0.98% | 0.67% | - |
| HSV(B) | 247.36º | 0.64% | 0.99% | - |
| XYZ | 27.82 | 17.72 | 94.88 | - |
| YUV | 114.56 | 206.13 | 124.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 90 | 253 | 0.57 | 0.64 | 0 | 0.01 | 247.36 | 0.98 | 0.67 |
| Hex | 6E | 5A | FD | 39 | 40 | 0 | 1 | F7 | 62 | 43 |
| Octal | 156 | 132 | 375 | 71 | 100 | 0 | 1 | 367 | 142 | 103 |
| Binary | 1101110 | 1011010 | 11111101 | 111001 | 1000000 | 0 | 1 | 11110111 | 1100010 | 1000011 |
Color Harmonies of #6E5AFD
Complementary color
Monochromatic Colors of #6E5AFD
Black with #6E5AFD
Text Example
Text Example
White with #6E5AFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6E5AFD; }
p { color: rgb(110,90,253); }
H1.HeaderClassName
{
color: #6E5AFD;
}
.AnyTagClassName
{
color: #6E5AFD;
}
</style>
background-color css
<style>
a { background-color: #6E5AFD; }
a { background-color: rgb(110,90,253); }
div.DivClassName
{
background-color: #6E5AFD;
}
.BgClassName
{
background-color: #6E5AFD;
}
</style>
border-color css
<style>
span { border-color: #6E5AFD; }
span { border-color: rgb(110,90,253); }
td.TdClassName
{
border-color: #6E5AFD;
}
.TagClassName
{
border-color: #6E5AFD;
}
</style>