Shades of Medium Slate Blue #6D51ED
Tints of Medium Slate Blue #6D51ED
RGB
CMYK
RGB Variations
Color information
#6D51ED (or 0x6D51ED) is known color: Medium Slate Blue. HEX triplet: 6D, 51 and ED. RGB value is (109,81,237). Sum of RGB (Red+Green+Blue) = 109+81+237=427 (56% of max value = 765). Red value is 109 (42.97% from 255 or 25.53% from 427); Green value is 81 (32.03% from 255 or 18.97% from 427); Blue value is 237 (92.97% from 255 or 55.50% from 427); Max value from RGB is 237 - color contains mainly: blue. Hex color #6D51ED is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #6D51ED is #92AE12. Grayscale: #6A6A6A. Windows color (decimal): -9612819 or 15552877. OLE color: 15552877.
HSL color Cylindrical-coordinate representation of color #6D51ED: hue angle of 250.77º degrees, saturation: 0.81, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #6D51ED is Cyan = 0.54, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 109 | 81 | 237 | - |
| CMYK | 0.54 | 0.66 | 0 | 0.07 |
| HSL | 250.77º | 0.81% | 0.62% | - |
| HSV(B) | 250.77º | 0.66% | 0.93% | - |
| XYZ | 24.54 | 15.25 | 81.77 | - |
| YUV | 107.16 | 201.28 | 129.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 81 | 237 | 0.54 | 0.66 | 0 | 0.07 | 250.77 | 0.81 | 0.62 |
| Hex | 6D | 51 | ED | 36 | 42 | 0 | 7 | FB | 51 | 3E |
| Octal | 155 | 121 | 355 | 66 | 102 | 0 | 7 | 373 | 121 | 76 |
| Binary | 1101101 | 1010001 | 11101101 | 110110 | 1000010 | 0 | 111 | 11111011 | 1010001 | 111110 |
Color Harmonies of #6D51ED
Complementary color
Monochromatic Colors of #6D51ED
Black with #6D51ED
Text Example
Text Example
White with #6D51ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D51ED; }
p { color: rgb(109,81,237); }
H1.HeaderClassName
{
color: #6D51ED;
}
.AnyTagClassName
{
color: #6D51ED;
}
</style>
background-color css
<style>
a { background-color: #6D51ED; }
a { background-color: rgb(109,81,237); }
div.DivClassName
{
background-color: #6D51ED;
}
.BgClassName
{
background-color: #6D51ED;
}
</style>
border-color css
<style>
span { border-color: #6D51ED; }
span { border-color: rgb(109,81,237); }
td.TdClassName
{
border-color: #6D51ED;
}
.TagClassName
{
border-color: #6D51ED;
}
</style>