Shades of Medium Slate Blue #6E61FD
Tints of Medium Slate Blue #6E61FD
RGB
CMYK
RGB Variations
Color information
#6E61FD (or 0x6E61FD) is known color: Medium Slate Blue. HEX triplet: 6E, 61 and FD. RGB value is (110,97,253). Sum of RGB (Red+Green+Blue) = 110+97+253=460 (60% of max value = 765). Red value is 110 (43.36% from 255 or 23.91% from 460); Green value is 97 (38.28% from 255 or 21.09% from 460); Blue value is 253 (99.22% from 255 or 55% from 460); Max value from RGB is 253 - color contains mainly: blue. Hex color #6E61FD is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #6E61FD is #919E02. Grayscale: #767676. Windows color (decimal): -9543171 or 16605550. OLE color: 16605550.
HSL color Cylindrical-coordinate representation of color #6E61FD: hue angle of 245º degrees, saturation: 0.98, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #6E61FD is Cyan = 0.57, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 110 | 97 | 253 | - |
| CMYK | 0.57 | 0.62 | 0 | 0.01 |
| HSL | 245º | 0.98% | 0.69% | - |
| HSV(B) | 245º | 0.62% | 0.99% | - |
| XYZ | 28.43 | 18.96 | 95.09 | - |
| YUV | 118.67 | 203.81 | 121.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 97 | 253 | 0.57 | 0.62 | 0 | 0.01 | 245 | 0.98 | 0.69 |
| Hex | 6E | 61 | FD | 39 | 3E | 0 | 1 | F5 | 62 | 45 |
| Octal | 156 | 141 | 375 | 71 | 76 | 0 | 1 | 365 | 142 | 105 |
| Binary | 1101110 | 1100001 | 11111101 | 111001 | 111110 | 0 | 1 | 11110101 | 1100010 | 1000101 |
Color Harmonies of #6E61FD
Complementary color
Monochromatic Colors of #6E61FD
Black with #6E61FD
Text Example
Text Example
White with #6E61FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6E61FD; }
p { color: rgb(110,97,253); }
H1.HeaderClassName
{
color: #6E61FD;
}
.AnyTagClassName
{
color: #6E61FD;
}
</style>
background-color css
<style>
a { background-color: #6E61FD; }
a { background-color: rgb(110,97,253); }
div.DivClassName
{
background-color: #6E61FD;
}
.BgClassName
{
background-color: #6E61FD;
}
</style>
border-color css
<style>
span { border-color: #6E61FD; }
span { border-color: rgb(110,97,253); }
td.TdClassName
{
border-color: #6E61FD;
}
.TagClassName
{
border-color: #6E61FD;
}
</style>