Shades of Medium Slate Blue #6D5FEC
Tints of Medium Slate Blue #6D5FEC
RGB
CMYK
RGB Variations
Color information
#6D5FEC (or 0x6D5FEC) is known color: Medium Slate Blue. HEX triplet: 6D, 5F and EC. RGB value is (109,95,236). Sum of RGB (Red+Green+Blue) = 109+95+236=440 (58% of max value = 765). Red value is 109 (42.97% from 255 or 24.77% from 440); Green value is 95 (37.5% from 255 or 21.59% from 440); Blue value is 236 (92.58% from 255 or 53.64% from 440); Max value from RGB is 236 - color contains mainly: blue. Hex color #6D5FEC is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #6D5FEC is #92A013. Grayscale: #727272. Windows color (decimal): -9609236 or 15490925. OLE color: 15490925.
HSL color Cylindrical-coordinate representation of color #6D5FEC: hue angle of 245.96º degrees, saturation: 0.79, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #6D5FEC is Cyan = 0.54, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 109 | 95 | 236 | - |
| CMYK | 0.54 | 0.60 | 0 | 0.07 |
| HSL | 245.96º | 0.79% | 0.65% | - |
| HSV(B) | 245.96º | 0.6% | 0.93% | - |
| XYZ | 25.54 | 17.49 | 81.39 | - |
| YUV | 115.26 | 196.14 | 123.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 95 | 236 | 0.54 | 0.60 | 0 | 0.07 | 245.96 | 0.79 | 0.65 |
| Hex | 6D | 5F | EC | 36 | 3C | 0 | 7 | F6 | 4F | 41 |
| Octal | 155 | 137 | 354 | 66 | 74 | 0 | 7 | 366 | 117 | 101 |
| Binary | 1101101 | 1011111 | 11101100 | 110110 | 111100 | 0 | 111 | 11110110 | 1001111 | 1000001 |
Color Harmonies of #6D5FEC
Complementary color
Monochromatic Colors of #6D5FEC
Black with #6D5FEC
Text Example
Text Example
White with #6D5FEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D5FEC; }
p { color: rgb(109,95,236); }
H1.HeaderClassName
{
color: #6D5FEC;
}
.AnyTagClassName
{
color: #6D5FEC;
}
</style>
background-color css
<style>
a { background-color: #6D5FEC; }
a { background-color: rgb(109,95,236); }
div.DivClassName
{
background-color: #6D5FEC;
}
.BgClassName
{
background-color: #6D5FEC;
}
</style>
border-color css
<style>
span { border-color: #6D5FEC; }
span { border-color: rgb(109,95,236); }
td.TdClassName
{
border-color: #6D5FEC;
}
.TagClassName
{
border-color: #6D5FEC;
}
</style>