Shades of Medium Slate Blue #6F4DEC
Tints of Medium Slate Blue #6F4DEC
RGB
CMYK
RGB Variations
Color information
#6F4DEC (or 0x6F4DEC) is known color: Medium Slate Blue. HEX triplet: 6F, 4D and EC. RGB value is (111,77,236). Sum of RGB (Red+Green+Blue) = 111+77+236=424 (56% of max value = 765). Red value is 111 (43.75% from 255 or 26.18% from 424); Green value is 77 (30.47% from 255 or 18.16% from 424); Blue value is 236 (92.58% from 255 or 55.66% from 424); Max value from RGB is 236 - color contains mainly: blue. Hex color #6F4DEC is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #6F4DEC is #90B213. Grayscale: #686868. Windows color (decimal): -9482772 or 15486319. OLE color: 15486319.
HSL color Cylindrical-coordinate representation of color #6F4DEC: hue angle of 252.83º degrees, saturation: 0.81, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #6F4DEC is Cyan = 0.53, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 111 | 77 | 236 | - |
| CMYK | 0.53 | 0.67 | 0 | 0.07 |
| HSL | 252.83º | 0.81% | 0.61% | - |
| HSV(B) | 252.83º | 0.67% | 0.93% | - |
| XYZ | 24.35 | 14.74 | 80.92 | - |
| YUV | 105.29 | 201.76 | 132.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 77 | 236 | 0.53 | 0.67 | 0 | 0.07 | 252.83 | 0.81 | 0.61 |
| Hex | 6F | 4D | EC | 35 | 43 | 0 | 7 | FD | 51 | 3D |
| Octal | 157 | 115 | 354 | 65 | 103 | 0 | 7 | 375 | 121 | 75 |
| Binary | 1101111 | 1001101 | 11101100 | 110101 | 1000011 | 0 | 111 | 11111101 | 1010001 | 111101 |
Color Harmonies of #6F4DEC
Complementary color
Monochromatic Colors of #6F4DEC
Black with #6F4DEC
Text Example
Text Example
White with #6F4DEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F4DEC; }
p { color: rgb(111,77,236); }
H1.HeaderClassName
{
color: #6F4DEC;
}
.AnyTagClassName
{
color: #6F4DEC;
}
</style>
background-color css
<style>
a { background-color: #6F4DEC; }
a { background-color: rgb(111,77,236); }
div.DivClassName
{
background-color: #6F4DEC;
}
.BgClassName
{
background-color: #6F4DEC;
}
</style>
border-color css
<style>
span { border-color: #6F4DEC; }
span { border-color: rgb(111,77,236); }
td.TdClassName
{
border-color: #6F4DEC;
}
.TagClassName
{
border-color: #6F4DEC;
}
</style>