Shades of Medium Slate Blue #6D4BED
Tints of Medium Slate Blue #6D4BED
RGB
CMYK
RGB Variations
Color information
#6D4BED (or 0x6D4BED) is known color: Medium Slate Blue. HEX triplet: 6D, 4B and ED. RGB value is (109,75,237). Sum of RGB (Red+Green+Blue) = 109+75+237=421 (55% of max value = 765). Red value is 109 (42.97% from 255 or 25.89% from 421); Green value is 75 (29.69% from 255 or 17.81% from 421); Blue value is 237 (92.97% from 255 or 56.29% from 421); Max value from RGB is 237 - color contains mainly: blue. Hex color #6D4BED is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #6D4BED is #92B412. Grayscale: #676767. Windows color (decimal): -9614355 or 15551341. OLE color: 15551341.
HSL color Cylindrical-coordinate representation of color #6D4BED: hue angle of 252.59º degrees, saturation: 0.82, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #6D4BED is Cyan = 0.54, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 109 | 75 | 237 | - |
| CMYK | 0.54 | 0.68 | 0 | 0.07 |
| HSL | 252.59º | 0.82% | 0.61% | - |
| HSV(B) | 252.59º | 0.68% | 0.93% | - |
| XYZ | 24.11 | 14.4 | 81.63 | - |
| YUV | 103.63 | 203.26 | 131.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 75 | 237 | 0.54 | 0.68 | 0 | 0.07 | 252.59 | 0.82 | 0.61 |
| Hex | 6D | 4B | ED | 36 | 44 | 0 | 7 | FD | 52 | 3D |
| Octal | 155 | 113 | 355 | 66 | 104 | 0 | 7 | 375 | 122 | 75 |
| Binary | 1101101 | 1001011 | 11101101 | 110110 | 1000100 | 0 | 111 | 11111101 | 1010010 | 111101 |
Color Harmonies of #6D4BED
Complementary color
Monochromatic Colors of #6D4BED
Black with #6D4BED
Text Example
Text Example
White with #6D4BED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D4BED; }
p { color: rgb(109,75,237); }
H1.HeaderClassName
{
color: #6D4BED;
}
.AnyTagClassName
{
color: #6D4BED;
}
</style>
background-color css
<style>
a { background-color: #6D4BED; }
a { background-color: rgb(109,75,237); }
div.DivClassName
{
background-color: #6D4BED;
}
.BgClassName
{
background-color: #6D4BED;
}
</style>
border-color css
<style>
span { border-color: #6D4BED; }
span { border-color: rgb(109,75,237); }
td.TdClassName
{
border-color: #6D4BED;
}
.TagClassName
{
border-color: #6D4BED;
}
</style>