Shades of Medium Slate Blue #6E55FF
Tints of Medium Slate Blue #6E55FF
RGB
CMYK
RGB Variations
Color information
#6E55FF (or 0x6E55FF) is known color: Medium Slate Blue. HEX triplet: 6E, 55 and FF. RGB value is (110,85,255). Sum of RGB (Red+Green+Blue) = 110+85+255=450 (59% of max value = 765). Red value is 110 (43.36% from 255 or 24.44% from 450); Green value is 85 (33.59% from 255 or 18.89% from 450); Blue value is 255 (100% from 255 or 56.67% from 450); Max value from RGB is 255 - color contains mainly: blue. Hex color #6E55FF is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #6E55FF is #91AA00. Grayscale: #6F6F6F. Windows color (decimal): -9546241 or 16733550. OLE color: 16733550.
HSL color Cylindrical-coordinate representation of color #6E55FF: hue angle of 248.82º degrees, saturation: 1, lightness: 0.67%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #6E55FF is Cyan = 0.57, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 110 | 85 | 255 | - |
| CMYK | 0.57 | 0.67 | 0 | 0 |
| HSL | 248.82º | 1% | 0.67% | - |
| HSV(B) | 248.82º | 0.67% | 1% | - |
| XYZ | 27.73 | 17.03 | 96.43 | - |
| YUV | 111.86 | 208.78 | 126.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 85 | 255 | 0.57 | 0.67 | 0 | 0 | 248.82 | 1 | 0.67 |
| Hex | 6E | 55 | FF | 39 | 43 | 0 | 0 | F9 | 64 | 43 |
| Octal | 156 | 125 | 377 | 71 | 103 | 0 | 0 | 371 | 144 | 103 |
| Binary | 1101110 | 1010101 | 11111111 | 111001 | 1000011 | 0 | 0 | 11111001 | 1100100 | 1000011 |
Color Harmonies of #6E55FF
Complementary color
Monochromatic Colors of #6E55FF
Black with #6E55FF
Text Example
Text Example
White with #6E55FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6E55FF; }
p { color: rgb(110,85,255); }
H1.HeaderClassName
{
color: #6E55FF;
}
.AnyTagClassName
{
color: #6E55FF;
}
</style>
background-color css
<style>
a { background-color: #6E55FF; }
a { background-color: rgb(110,85,255); }
div.DivClassName
{
background-color: #6E55FF;
}
.BgClassName
{
background-color: #6E55FF;
}
</style>
border-color css
<style>
span { border-color: #6E55FF; }
span { border-color: rgb(110,85,255); }
td.TdClassName
{
border-color: #6E55FF;
}
.TagClassName
{
border-color: #6E55FF;
}
</style>