Shades of Medium Slate Blue #6C5CEB
Tints of Medium Slate Blue #6C5CEB
RGB
CMYK
RGB Variations
Color information
#6C5CEB (or 0x6C5CEB) is known color: Medium Slate Blue. HEX triplet: 6C, 5C and EB. RGB value is (108,92,235). Sum of RGB (Red+Green+Blue) = 108+92+235=435 (57% of max value = 765). Red value is 108 (42.58% from 255 or 24.83% from 435); Green value is 92 (36.33% from 255 or 21.15% from 435); Blue value is 235 (92.19% from 255 or 54.02% from 435); Max value from RGB is 235 - color contains mainly: blue. Hex color #6C5CEB is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #6C5CEB is #93A314. Grayscale: #707070. Windows color (decimal): -9675541 or 15424620. OLE color: 15424620.
HSL color Cylindrical-coordinate representation of color #6C5CEB: hue angle of 246.71º degrees, saturation: 0.78, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #6C5CEB is Cyan = 0.54, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 108 | 92 | 235 | - |
| CMYK | 0.54 | 0.61 | 0 | 0.08 |
| HSL | 246.71º | 0.78% | 0.64% | - |
| HSV(B) | 246.71º | 0.61% | 0.92% | - |
| XYZ | 25.01 | 16.84 | 80.53 | - |
| YUV | 113.09 | 196.8 | 124.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 92 | 235 | 0.54 | 0.61 | 0 | 0.08 | 246.71 | 0.78 | 0.64 |
| Hex | 6C | 5C | EB | 36 | 3D | 0 | 8 | F7 | 4E | 40 |
| Octal | 154 | 134 | 353 | 66 | 75 | 0 | 10 | 367 | 116 | 100 |
| Binary | 1101100 | 1011100 | 11101011 | 110110 | 111101 | 0 | 1000 | 11110111 | 1001110 | 1000000 |
Color Harmonies of #6C5CEB
Complementary color
Monochromatic Colors of #6C5CEB
Black with #6C5CEB
Text Example
Text Example
White with #6C5CEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6C5CEB; }
p { color: rgb(108,92,235); }
H1.HeaderClassName
{
color: #6C5CEB;
}
.AnyTagClassName
{
color: #6C5CEB;
}
</style>
background-color css
<style>
a { background-color: #6C5CEB; }
a { background-color: rgb(108,92,235); }
div.DivClassName
{
background-color: #6C5CEB;
}
.BgClassName
{
background-color: #6C5CEB;
}
</style>
border-color css
<style>
span { border-color: #6C5CEB; }
span { border-color: rgb(108,92,235); }
td.TdClassName
{
border-color: #6C5CEB;
}
.TagClassName
{
border-color: #6C5CEB;
}
</style>