Shades of Medium Slate Blue #6E60FD
Tints of Medium Slate Blue #6E60FD
RGB
CMYK
RGB Variations
Color information
#6E60FD (or 0x6E60FD) is known color: Medium Slate Blue. HEX triplet: 6E, 60 and FD. RGB value is (110,96,253). Sum of RGB (Red+Green+Blue) = 110+96+253=459 (60% of max value = 765). Red value is 110 (43.36% from 255 or 23.97% from 459); Green value is 96 (37.89% from 255 or 20.92% from 459); Blue value is 253 (99.22% from 255 or 55.12% from 459); Max value from RGB is 253 - color contains mainly: blue. Hex color #6E60FD is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #6E60FD is #919F02. Grayscale: #757575. Windows color (decimal): -9543427 or 16605294. OLE color: 16605294.
HSL color Cylindrical-coordinate representation of color #6E60FD: hue angle of 245.35º degrees, saturation: 0.98, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #6E60FD is Cyan = 0.57, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 110 | 96 | 253 | - |
| CMYK | 0.57 | 0.62 | 0 | 0.01 |
| HSL | 245.35º | 0.98% | 0.68% | - |
| HSV(B) | 245.35º | 0.62% | 0.99% | - |
| XYZ | 28.34 | 18.77 | 95.06 | - |
| YUV | 118.08 | 204.14 | 122.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 96 | 253 | 0.57 | 0.62 | 0 | 0.01 | 245.35 | 0.98 | 0.68 |
| Hex | 6E | 60 | FD | 39 | 3E | 0 | 1 | F5 | 62 | 44 |
| Octal | 156 | 140 | 375 | 71 | 76 | 0 | 1 | 365 | 142 | 104 |
| Binary | 1101110 | 1100000 | 11111101 | 111001 | 111110 | 0 | 1 | 11110101 | 1100010 | 1000100 |
Color Harmonies of #6E60FD
Complementary color
Monochromatic Colors of #6E60FD
Black with #6E60FD
Text Example
Text Example
White with #6E60FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6E60FD; }
p { color: rgb(110,96,253); }
H1.HeaderClassName
{
color: #6E60FD;
}
.AnyTagClassName
{
color: #6E60FD;
}
</style>
background-color css
<style>
a { background-color: #6E60FD; }
a { background-color: rgb(110,96,253); }
div.DivClassName
{
background-color: #6E60FD;
}
.BgClassName
{
background-color: #6E60FD;
}
</style>
border-color css
<style>
span { border-color: #6E60FD; }
span { border-color: rgb(110,96,253); }
td.TdClassName
{
border-color: #6E60FD;
}
.TagClassName
{
border-color: #6E60FD;
}
</style>