Shades of Medium Slate Blue #6C4DEC
Tints of Medium Slate Blue #6C4DEC
RGB
CMYK
RGB Variations
Color information
#6C4DEC (or 0x6C4DEC) is known color: Medium Slate Blue. HEX triplet: 6C, 4D and EC. RGB value is (108,77,236). Sum of RGB (Red+Green+Blue) = 108+77+236=421 (55% of max value = 765). Red value is 108 (42.58% from 255 or 25.65% from 421); Green value is 77 (30.47% from 255 or 18.29% from 421); Blue value is 236 (92.58% from 255 or 56.06% from 421); Max value from RGB is 236 - color contains mainly: blue. Hex color #6C4DEC is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #6C4DEC is #93B213. Grayscale: #676767. Windows color (decimal): -9679380 or 15486316. OLE color: 15486316.
HSL color Cylindrical-coordinate representation of color #6C4DEC: hue angle of 251.7º 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 #6C4DEC is Cyan = 0.54, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 108 | 77 | 236 | - |
| CMYK | 0.54 | 0.67 | 0 | 0.07 |
| HSL | 251.7º | 0.81% | 0.61% | - |
| HSV(B) | 251.7º | 0.67% | 0.93% | - |
| XYZ | 23.98 | 14.55 | 80.9 | - |
| YUV | 104.4 | 202.27 | 130.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 77 | 236 | 0.54 | 0.67 | 0 | 0.07 | 251.7 | 0.81 | 0.61 |
| Hex | 6C | 4D | EC | 36 | 43 | 0 | 7 | FC | 51 | 3D |
| Octal | 154 | 115 | 354 | 66 | 103 | 0 | 7 | 374 | 121 | 75 |
| Binary | 1101100 | 1001101 | 11101100 | 110110 | 1000011 | 0 | 111 | 11111100 | 1010001 | 111101 |
Color Harmonies of #6C4DEC
Complementary color
Monochromatic Colors of #6C4DEC
Black with #6C4DEC
Text Example
Text Example
White with #6C4DEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6C4DEC; }
p { color: rgb(108,77,236); }
H1.HeaderClassName
{
color: #6C4DEC;
}
.AnyTagClassName
{
color: #6C4DEC;
}
</style>
background-color css
<style>
a { background-color: #6C4DEC; }
a { background-color: rgb(108,77,236); }
div.DivClassName
{
background-color: #6C4DEC;
}
.BgClassName
{
background-color: #6C4DEC;
}
</style>
border-color css
<style>
span { border-color: #6C4DEC; }
span { border-color: rgb(108,77,236); }
td.TdClassName
{
border-color: #6C4DEC;
}
.TagClassName
{
border-color: #6C4DEC;
}
</style>