Shades of Medium Slate Blue #6D4EEB
Tints of Medium Slate Blue #6D4EEB
RGB
CMYK
RGB Variations
Color information
#6D4EEB (or 0x6D4EEB) is known color: Medium Slate Blue. HEX triplet: 6D, 4E and EB. RGB value is (109,78,235). Sum of RGB (Red+Green+Blue) = 109+78+235=422 (55% of max value = 765). Red value is 109 (42.97% from 255 or 25.83% from 422); Green value is 78 (30.86% from 255 or 18.48% from 422); Blue value is 235 (92.19% from 255 or 55.69% from 422); Max value from RGB is 235 - color contains mainly: blue. Hex color #6D4EEB is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #6D4EEB is #92B114. Grayscale: #686868. Windows color (decimal): -9613589 or 15421037. OLE color: 15421037.
HSL color Cylindrical-coordinate representation of color #6D4EEB: hue angle of 251.85º degrees, saturation: 0.8, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #6D4EEB is Cyan = 0.54, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 109 | 78 | 235 | - |
| CMYK | 0.54 | 0.67 | 0 | 0.08 |
| HSL | 251.85º | 0.8% | 0.61% | - |
| HSV(B) | 251.85º | 0.67% | 0.92% | - |
| XYZ | 24.03 | 14.7 | 80.17 | - |
| YUV | 105.17 | 201.27 | 130.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 78 | 235 | 0.54 | 0.67 | 0 | 0.08 | 251.85 | 0.8 | 0.61 |
| Hex | 6D | 4E | EB | 36 | 43 | 0 | 8 | FC | 50 | 3D |
| Octal | 155 | 116 | 353 | 66 | 103 | 0 | 10 | 374 | 120 | 75 |
| Binary | 1101101 | 1001110 | 11101011 | 110110 | 1000011 | 0 | 1000 | 11111100 | 1010000 | 111101 |
Color Harmonies of #6D4EEB
Complementary color
Monochromatic Colors of #6D4EEB
Black with #6D4EEB
Text Example
Text Example
White with #6D4EEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D4EEB; }
p { color: rgb(109,78,235); }
H1.HeaderClassName
{
color: #6D4EEB;
}
.AnyTagClassName
{
color: #6D4EEB;
}
</style>
background-color css
<style>
a { background-color: #6D4EEB; }
a { background-color: rgb(109,78,235); }
div.DivClassName
{
background-color: #6D4EEB;
}
.BgClassName
{
background-color: #6D4EEB;
}
</style>
border-color css
<style>
span { border-color: #6D4EEB; }
span { border-color: rgb(109,78,235); }
td.TdClassName
{
border-color: #6D4EEB;
}
.TagClassName
{
border-color: #6D4EEB;
}
</style>