Shades of Medium Slate Blue #6C5EEB
Tints of Medium Slate Blue #6C5EEB
RGB
CMYK
RGB Variations
Color information
#6C5EEB (or 0x6C5EEB) is known color: Medium Slate Blue. HEX triplet: 6C, 5E and EB. RGB value is (108,94,235). Sum of RGB (Red+Green+Blue) = 108+94+235=437 (57% of max value = 765). Red value is 108 (42.58% from 255 or 24.71% from 437); Green value is 94 (37.11% from 255 or 21.51% from 437); Blue value is 235 (92.19% from 255 or 53.78% from 437); Max value from RGB is 235 - color contains mainly: blue. Hex color #6C5EEB is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #6C5EEB is #93A114. Grayscale: #717171. Windows color (decimal): -9675029 or 15425132. OLE color: 15425132.
HSL color Cylindrical-coordinate representation of color #6C5EEB: hue angle of 245.96º degrees, saturation: 0.78, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #6C5EEB is Cyan = 0.54, Magento = 0.6, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 108 | 94 | 235 | - |
| CMYK | 0.54 | 0.6 | 0 | 0.08 |
| HSL | 245.96º | 0.78% | 0.65% | - |
| HSV(B) | 245.96º | 0.6% | 0.92% | - |
| XYZ | 25.18 | 17.19 | 80.59 | - |
| YUV | 114.26 | 196.14 | 123.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 94 | 235 | 0.54 | 0.6 | 0 | 0.08 | 245.96 | 0.78 | 0.65 |
| Hex | 6C | 5E | EB | 36 | 3C | 0 | 8 | F6 | 4E | 41 |
| Octal | 154 | 136 | 353 | 66 | 74 | 0 | 10 | 366 | 116 | 101 |
| Binary | 1101100 | 1011110 | 11101011 | 110110 | 111100 | 0 | 1000 | 11110110 | 1001110 | 1000001 |
Color Harmonies of #6C5EEB
Complementary color
Monochromatic Colors of #6C5EEB
Black with #6C5EEB
Text Example
Text Example
White with #6C5EEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6C5EEB; }
p { color: rgb(108,94,235); }
H1.HeaderClassName
{
color: #6C5EEB;
}
.AnyTagClassName
{
color: #6C5EEB;
}
</style>
background-color css
<style>
a { background-color: #6C5EEB; }
a { background-color: rgb(108,94,235); }
div.DivClassName
{
background-color: #6C5EEB;
}
.BgClassName
{
background-color: #6C5EEB;
}
</style>
border-color css
<style>
span { border-color: #6C5EEB; }
span { border-color: rgb(108,94,235); }
td.TdClassName
{
border-color: #6C5EEB;
}
.TagClassName
{
border-color: #6C5EEB;
}
</style>