Shades of Medium Slate Blue #6D4BEB
Tints of Medium Slate Blue #6D4BEB
RGB
CMYK
RGB Variations
Color information
#6D4BEB (or 0x6D4BEB) is known color: Medium Slate Blue. HEX triplet: 6D, 4B and EB. RGB value is (109,75,235). Sum of RGB (Red+Green+Blue) = 109+75+235=419 (55% of max value = 765). Red value is 109 (42.97% from 255 or 26.01% from 419); Green value is 75 (29.69% from 255 or 17.90% from 419); Blue value is 235 (92.19% from 255 or 56.09% from 419); Max value from RGB is 235 - color contains mainly: blue. Hex color #6D4BEB is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #6D4BEB is #92B414. Grayscale: #666666. Windows color (decimal): -9614357 or 15420269. OLE color: 15420269.
HSL color Cylindrical-coordinate representation of color #6D4BEB: hue angle of 252.75º degrees, saturation: 0.8, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #6D4BEB is Cyan = 0.54, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 109 | 75 | 235 | - |
| CMYK | 0.54 | 0.68 | 0 | 0.08 |
| HSL | 252.75º | 0.8% | 0.61% | - |
| HSV(B) | 252.75º | 0.68% | 0.92% | - |
| XYZ | 23.82 | 14.28 | 80.1 | - |
| YUV | 103.41 | 202.26 | 131.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 75 | 235 | 0.54 | 0.68 | 0 | 0.08 | 252.75 | 0.8 | 0.61 |
| Hex | 6D | 4B | EB | 36 | 44 | 0 | 8 | FD | 50 | 3D |
| Octal | 155 | 113 | 353 | 66 | 104 | 0 | 10 | 375 | 120 | 75 |
| Binary | 1101101 | 1001011 | 11101011 | 110110 | 1000100 | 0 | 1000 | 11111101 | 1010000 | 111101 |
Color Harmonies of #6D4BEB
Complementary color
Monochromatic Colors of #6D4BEB
Black with #6D4BEB
Text Example
Text Example
White with #6D4BEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D4BEB; }
p { color: rgb(109,75,235); }
H1.HeaderClassName
{
color: #6D4BEB;
}
.AnyTagClassName
{
color: #6D4BEB;
}
</style>
background-color css
<style>
a { background-color: #6D4BEB; }
a { background-color: rgb(109,75,235); }
div.DivClassName
{
background-color: #6D4BEB;
}
.BgClassName
{
background-color: #6D4BEB;
}
</style>
border-color css
<style>
span { border-color: #6D4BEB; }
span { border-color: rgb(109,75,235); }
td.TdClassName
{
border-color: #6D4BEB;
}
.TagClassName
{
border-color: #6D4BEB;
}
</style>