Shades of Medium Slate Blue #6D5BEB
Tints of Medium Slate Blue #6D5BEB
RGB
CMYK
RGB Variations
Color information
#6D5BEB (or 0x6D5BEB) is known color: Medium Slate Blue. HEX triplet: 6D, 5B and EB. RGB value is (109,91,235). Sum of RGB (Red+Green+Blue) = 109+91+235=435 (57% of max value = 765). Red value is 109 (42.97% from 255 or 25.06% from 435); Green value is 91 (35.94% from 255 or 20.92% 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 #6D5BEB is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #6D5BEB is #92A414. Grayscale: #707070. Windows color (decimal): -9610261 or 15424365. OLE color: 15424365.
HSL color Cylindrical-coordinate representation of color #6D5BEB: hue angle of 247.5º 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 #6D5BEB is Cyan = 0.54, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 109 | 91 | 235 | - |
| CMYK | 0.54 | 0.61 | 0 | 0.08 |
| HSL | 247.5º | 0.78% | 0.64% | - |
| HSV(B) | 247.5º | 0.61% | 0.92% | - |
| XYZ | 25.04 | 16.73 | 80.51 | - |
| YUV | 112.8 | 196.96 | 125.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 91 | 235 | 0.54 | 0.61 | 0 | 0.08 | 247.5 | 0.78 | 0.64 |
| Hex | 6D | 5B | EB | 36 | 3D | 0 | 8 | F8 | 4E | 40 |
| Octal | 155 | 133 | 353 | 66 | 75 | 0 | 10 | 370 | 116 | 100 |
| Binary | 1101101 | 1011011 | 11101011 | 110110 | 111101 | 0 | 1000 | 11111000 | 1001110 | 1000000 |
Color Harmonies of #6D5BEB
Complementary color
Monochromatic Colors of #6D5BEB
Black with #6D5BEB
Text Example
Text Example
White with #6D5BEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D5BEB; }
p { color: rgb(109,91,235); }
H1.HeaderClassName
{
color: #6D5BEB;
}
.AnyTagClassName
{
color: #6D5BEB;
}
</style>
background-color css
<style>
a { background-color: #6D5BEB; }
a { background-color: rgb(109,91,235); }
div.DivClassName
{
background-color: #6D5BEB;
}
.BgClassName
{
background-color: #6D5BEB;
}
</style>
border-color css
<style>
span { border-color: #6D5BEB; }
span { border-color: rgb(109,91,235); }
td.TdClassName
{
border-color: #6D5BEB;
}
.TagClassName
{
border-color: #6D5BEB;
}
</style>