Shades of Medium Slate Blue #6C5DED
Tints of Medium Slate Blue #6C5DED
RGB
CMYK
RGB Variations
Color information
#6C5DED (or 0x6C5DED) is known color: Medium Slate Blue. HEX triplet: 6C, 5D and ED. RGB value is (108,93,237). Sum of RGB (Red+Green+Blue) = 108+93+237=438 (58% of max value = 765). Red value is 108 (42.58% from 255 or 24.66% from 438); Green value is 93 (36.72% from 255 or 21.23% from 438); Blue value is 237 (92.97% from 255 or 54.11% from 438); Max value from RGB is 237 - color contains mainly: blue. Hex color #6C5DED is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #6C5DED is #93A212. Grayscale: #717171. Windows color (decimal): -9675283 or 15555948. OLE color: 15555948.
HSL color Cylindrical-coordinate representation of color #6C5DED: hue angle of 246.25º degrees, saturation: 0.8, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #6C5DED is Cyan = 0.54, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 108 | 93 | 237 | - |
| CMYK | 0.54 | 0.61 | 0 | 0.07 |
| HSL | 246.25º | 0.8% | 0.65% | - |
| HSV(B) | 246.25º | 0.61% | 0.93% | - |
| XYZ | 25.38 | 17.13 | 82.09 | - |
| YUV | 113.9 | 197.47 | 123.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 93 | 237 | 0.54 | 0.61 | 0 | 0.07 | 246.25 | 0.8 | 0.65 |
| Hex | 6C | 5D | ED | 36 | 3D | 0 | 7 | F6 | 50 | 41 |
| Octal | 154 | 135 | 355 | 66 | 75 | 0 | 7 | 366 | 120 | 101 |
| Binary | 1101100 | 1011101 | 11101101 | 110110 | 111101 | 0 | 111 | 11110110 | 1010000 | 1000001 |
Color Harmonies of #6C5DED
Complementary color
Monochromatic Colors of #6C5DED
Black with #6C5DED
Text Example
Text Example
White with #6C5DED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6C5DED; }
p { color: rgb(108,93,237); }
H1.HeaderClassName
{
color: #6C5DED;
}
.AnyTagClassName
{
color: #6C5DED;
}
</style>
background-color css
<style>
a { background-color: #6C5DED; }
a { background-color: rgb(108,93,237); }
div.DivClassName
{
background-color: #6C5DED;
}
.BgClassName
{
background-color: #6C5DED;
}
</style>
border-color css
<style>
span { border-color: #6C5DED; }
span { border-color: rgb(108,93,237); }
td.TdClassName
{
border-color: #6C5DED;
}
.TagClassName
{
border-color: #6C5DED;
}
</style>