Shades of Medium Slate Blue #6C5FEC
Tints of Medium Slate Blue #6C5FEC
RGB
CMYK
RGB Variations
Color information
#6C5FEC (or 0x6C5FEC) is known color: Medium Slate Blue. HEX triplet: 6C, 5F and EC. RGB value is (108,95,236). Sum of RGB (Red+Green+Blue) = 108+95+236=439 (58% of max value = 765). Red value is 108 (42.58% from 255 or 24.60% from 439); Green value is 95 (37.5% from 255 or 21.64% from 439); Blue value is 236 (92.58% from 255 or 53.76% from 439); Max value from RGB is 236 - color contains mainly: blue. Hex color #6C5FEC is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #6C5FEC is #93A013. Grayscale: #727272. Windows color (decimal): -9674772 or 15490924. OLE color: 15490924.
HSL color Cylindrical-coordinate representation of color #6C5FEC: hue angle of 245.53º 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 #6C5FEC is Cyan = 0.54, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 108 | 95 | 236 | - |
| CMYK | 0.54 | 0.60 | 0 | 0.07 |
| HSL | 245.53º | 0.79% | 0.65% | - |
| HSV(B) | 245.53º | 0.6% | 0.93% | - |
| XYZ | 25.42 | 17.43 | 81.38 | - |
| YUV | 114.96 | 196.31 | 123.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 95 | 236 | 0.54 | 0.60 | 0 | 0.07 | 245.53 | 0.79 | 0.65 |
| Hex | 6C | 5F | EC | 36 | 3C | 0 | 7 | F6 | 4F | 41 |
| Octal | 154 | 137 | 354 | 66 | 74 | 0 | 7 | 366 | 117 | 101 |
| Binary | 1101100 | 1011111 | 11101100 | 110110 | 111100 | 0 | 111 | 11110110 | 1001111 | 1000001 |
Color Harmonies of #6C5FEC
Complementary color
Monochromatic Colors of #6C5FEC
Black with #6C5FEC
Text Example
Text Example
White with #6C5FEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6C5FEC; }
p { color: rgb(108,95,236); }
H1.HeaderClassName
{
color: #6C5FEC;
}
.AnyTagClassName
{
color: #6C5FEC;
}
</style>
background-color css
<style>
a { background-color: #6C5FEC; }
a { background-color: rgb(108,95,236); }
div.DivClassName
{
background-color: #6C5FEC;
}
.BgClassName
{
background-color: #6C5FEC;
}
</style>
border-color css
<style>
span { border-color: #6C5FEC; }
span { border-color: rgb(108,95,236); }
td.TdClassName
{
border-color: #6C5FEC;
}
.TagClassName
{
border-color: #6C5FEC;
}
</style>