Shades of Medium Slate Blue #6E60FF
Tints of Medium Slate Blue #6E60FF
RGB
CMYK
RGB Variations
Color information
#6E60FF (or 0x6E60FF) is known color: Medium Slate Blue. HEX triplet: 6E, 60 and FF. RGB value is (110,96,255). Sum of RGB (Red+Green+Blue) = 110+96+255=461 (61% of max value = 765). Red value is 110 (43.36% from 255 or 23.86% from 461); Green value is 96 (37.89% from 255 or 20.82% from 461); Blue value is 255 (100% from 255 or 55.31% from 461); Max value from RGB is 255 - color contains mainly: blue. Hex color #6E60FF is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #6E60FF is #919F00. Grayscale: #757575. Windows color (decimal): -9543425 or 16736366. OLE color: 16736366.
HSL color Cylindrical-coordinate representation of color #6E60FF: hue angle of 245.28º degrees, saturation: 1, lightness: 0.69%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #6E60FF is Cyan = 0.57, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 110 | 96 | 255 | - |
| CMYK | 0.57 | 0.62 | 0 | 0 |
| HSL | 245.28º | 1% | 0.69% | - |
| HSV(B) | 245.28º | 0.62% | 1% | - |
| XYZ | 28.66 | 18.9 | 96.75 | - |
| YUV | 118.31 | 205.14 | 122.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 96 | 255 | 0.57 | 0.62 | 0 | 0 | 245.28 | 1 | 0.69 |
| Hex | 6E | 60 | FF | 39 | 3E | 0 | 0 | F5 | 64 | 45 |
| Octal | 156 | 140 | 377 | 71 | 76 | 0 | 0 | 365 | 144 | 105 |
| Binary | 1101110 | 1100000 | 11111111 | 111001 | 111110 | 0 | 0 | 11110101 | 1100100 | 1000101 |
Color Harmonies of #6E60FF
Complementary color
Monochromatic Colors of #6E60FF
Black with #6E60FF
Text Example
Text Example
White with #6E60FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6E60FF; }
p { color: rgb(110,96,255); }
H1.HeaderClassName
{
color: #6E60FF;
}
.AnyTagClassName
{
color: #6E60FF;
}
</style>
background-color css
<style>
a { background-color: #6E60FF; }
a { background-color: rgb(110,96,255); }
div.DivClassName
{
background-color: #6E60FF;
}
.BgClassName
{
background-color: #6E60FF;
}
</style>
border-color css
<style>
span { border-color: #6E60FF; }
span { border-color: rgb(110,96,255); }
td.TdClassName
{
border-color: #6E60FF;
}
.TagClassName
{
border-color: #6E60FF;
}
</style>