Shades of Medium Slate Blue #6C5AEC
Tints of Medium Slate Blue #6C5AEC
RGB
CMYK
RGB Variations
Color information
#6C5AEC (or 0x6C5AEC) is known color: Medium Slate Blue. HEX triplet: 6C, 5A and EC. RGB value is (108,90,236). Sum of RGB (Red+Green+Blue) = 108+90+236=434 (57% of max value = 765). Red value is 108 (42.58% from 255 or 24.88% from 434); Green value is 90 (35.55% from 255 or 20.74% from 434); Blue value is 236 (92.58% from 255 or 54.38% from 434); Max value from RGB is 236 - color contains mainly: blue. Hex color #6C5AEC is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #6C5AEC is #93A513. Grayscale: #6F6F6F. Windows color (decimal): -9676052 or 15489644. OLE color: 15489644.
HSL color Cylindrical-coordinate representation of color #6C5AEC: hue angle of 247.4º degrees, saturation: 0.79, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #6C5AEC is Cyan = 0.54, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 108 | 90 | 236 | - |
| CMYK | 0.54 | 0.62 | 0 | 0.07 |
| HSL | 247.4º | 0.79% | 0.64% | - |
| HSV(B) | 247.4º | 0.62% | 0.93% | - |
| XYZ | 24.98 | 16.56 | 81.24 | - |
| YUV | 112.03 | 197.96 | 125.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 90 | 236 | 0.54 | 0.62 | 0 | 0.07 | 247.4 | 0.79 | 0.64 |
| Hex | 6C | 5A | EC | 36 | 3E | 0 | 7 | F7 | 4F | 40 |
| Octal | 154 | 132 | 354 | 66 | 76 | 0 | 7 | 367 | 117 | 100 |
| Binary | 1101100 | 1011010 | 11101100 | 110110 | 111110 | 0 | 111 | 11110111 | 1001111 | 1000000 |
Color Harmonies of #6C5AEC
Complementary color
Monochromatic Colors of #6C5AEC
Black with #6C5AEC
Text Example
Text Example
White with #6C5AEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6C5AEC; }
p { color: rgb(108,90,236); }
H1.HeaderClassName
{
color: #6C5AEC;
}
.AnyTagClassName
{
color: #6C5AEC;
}
</style>
background-color css
<style>
a { background-color: #6C5AEC; }
a { background-color: rgb(108,90,236); }
div.DivClassName
{
background-color: #6C5AEC;
}
.BgClassName
{
background-color: #6C5AEC;
}
</style>
border-color css
<style>
span { border-color: #6C5AEC; }
span { border-color: rgb(108,90,236); }
td.TdClassName
{
border-color: #6C5AEC;
}
.TagClassName
{
border-color: #6C5AEC;
}
</style>