Shades of Medium Slate Blue #6D55ED
Tints of Medium Slate Blue #6D55ED
RGB
CMYK
RGB Variations
Color information
#6D55ED (or 0x6D55ED) is known color: Medium Slate Blue. HEX triplet: 6D, 55 and ED. RGB value is (109,85,237). Sum of RGB (Red+Green+Blue) = 109+85+237=431 (57% of max value = 765). Red value is 109 (42.97% from 255 or 25.29% from 431); Green value is 85 (33.59% from 255 or 19.72% from 431); Blue value is 237 (92.97% from 255 or 54.99% from 431); Max value from RGB is 237 - color contains mainly: blue. Hex color #6D55ED is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #6D55ED is #92AA12. Grayscale: #6C6C6C. Windows color (decimal): -9611795 or 15553901. OLE color: 15553901.
HSL color Cylindrical-coordinate representation of color #6D55ED: hue angle of 249.47º degrees, saturation: 0.81, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #6D55ED is Cyan = 0.54, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 109 | 85 | 237 | - |
| CMYK | 0.54 | 0.64 | 0 | 0.07 |
| HSL | 249.47º | 0.81% | 0.63% | - |
| HSV(B) | 249.47º | 0.64% | 0.93% | - |
| XYZ | 24.84 | 15.86 | 81.87 | - |
| YUV | 109.5 | 199.95 | 127.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 85 | 237 | 0.54 | 0.64 | 0 | 0.07 | 249.47 | 0.81 | 0.63 |
| Hex | 6D | 55 | ED | 36 | 40 | 0 | 7 | F9 | 51 | 3F |
| Octal | 155 | 125 | 355 | 66 | 100 | 0 | 7 | 371 | 121 | 77 |
| Binary | 1101101 | 1010101 | 11101101 | 110110 | 1000000 | 0 | 111 | 11111001 | 1010001 | 111111 |
Color Harmonies of #6D55ED
Complementary color
Monochromatic Colors of #6D55ED
Black with #6D55ED
Text Example
Text Example
White with #6D55ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D55ED; }
p { color: rgb(109,85,237); }
H1.HeaderClassName
{
color: #6D55ED;
}
.AnyTagClassName
{
color: #6D55ED;
}
</style>
background-color css
<style>
a { background-color: #6D55ED; }
a { background-color: rgb(109,85,237); }
div.DivClassName
{
background-color: #6D55ED;
}
.BgClassName
{
background-color: #6D55ED;
}
</style>
border-color css
<style>
span { border-color: #6D55ED; }
span { border-color: rgb(109,85,237); }
td.TdClassName
{
border-color: #6D55ED;
}
.TagClassName
{
border-color: #6D55ED;
}
</style>