Shades of Medium Slate Blue #6C5FEB
Tints of Medium Slate Blue #6C5FEB
RGB
CMYK
RGB Variations
Color information
#6C5FEB (or 0x6C5FEB) is known color: Medium Slate Blue. HEX triplet: 6C, 5F and EB. RGB value is (108,95,235). Sum of RGB (Red+Green+Blue) = 108+95+235=438 (58% of max value = 765). Red value is 108 (42.58% from 255 or 24.66% from 438); Green value is 95 (37.5% from 255 or 21.69% from 438); Blue value is 235 (92.19% from 255 or 53.65% from 438); Max value from RGB is 235 - color contains mainly: blue. Hex color #6C5FEB is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #6C5FEB is #93A014. Grayscale: #727272. Windows color (decimal): -9674773 or 15425388. OLE color: 15425388.
HSL color Cylindrical-coordinate representation of color #6C5FEB: hue angle of 245.57º 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 #6C5FEB is Cyan = 0.54, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 108 | 95 | 235 | - |
| CMYK | 0.54 | 0.60 | 0 | 0.08 |
| HSL | 245.57º | 0.78% | 0.65% | - |
| HSV(B) | 245.57º | 0.6% | 0.92% | - |
| XYZ | 25.27 | 17.37 | 80.62 | - |
| YUV | 114.85 | 195.81 | 123.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 95 | 235 | 0.54 | 0.60 | 0 | 0.08 | 245.57 | 0.78 | 0.65 |
| Hex | 6C | 5F | EB | 36 | 3C | 0 | 8 | F6 | 4E | 41 |
| Octal | 154 | 137 | 353 | 66 | 74 | 0 | 10 | 366 | 116 | 101 |
| Binary | 1101100 | 1011111 | 11101011 | 110110 | 111100 | 0 | 1000 | 11110110 | 1001110 | 1000001 |
Color Harmonies of #6C5FEB
Complementary color
Monochromatic Colors of #6C5FEB
Black with #6C5FEB
Text Example
Text Example
White with #6C5FEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6C5FEB; }
p { color: rgb(108,95,235); }
H1.HeaderClassName
{
color: #6C5FEB;
}
.AnyTagClassName
{
color: #6C5FEB;
}
</style>
background-color css
<style>
a { background-color: #6C5FEB; }
a { background-color: rgb(108,95,235); }
div.DivClassName
{
background-color: #6C5FEB;
}
.BgClassName
{
background-color: #6C5FEB;
}
</style>
border-color css
<style>
span { border-color: #6C5FEB; }
span { border-color: rgb(108,95,235); }
td.TdClassName
{
border-color: #6C5FEB;
}
.TagClassName
{
border-color: #6C5FEB;
}
</style>