Shades of Medium Slate Blue #6D4CED
Tints of Medium Slate Blue #6D4CED
RGB
CMYK
RGB Variations
Color information
#6D4CED (or 0x6D4CED) is known color: Medium Slate Blue. HEX triplet: 6D, 4C and ED. RGB value is (109,76,237). Sum of RGB (Red+Green+Blue) = 109+76+237=422 (55% of max value = 765). Red value is 109 (42.97% from 255 or 25.83% from 422); Green value is 76 (30.08% from 255 or 18.01% from 422); Blue value is 237 (92.97% from 255 or 56.16% from 422); Max value from RGB is 237 - color contains mainly: blue. Hex color #6D4CED is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #6D4CED is #92B312. Grayscale: #676767. Windows color (decimal): -9614099 or 15551597. OLE color: 15551597.
HSL color Cylindrical-coordinate representation of color #6D4CED: hue angle of 252.3º 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 #6D4CED is Cyan = 0.54, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 109 | 76 | 237 | - |
| CMYK | 0.54 | 0.68 | 0 | 0.07 |
| HSL | 252.3º | 0.82% | 0.61% | - |
| HSV(B) | 252.3º | 0.68% | 0.93% | - |
| XYZ | 24.18 | 14.53 | 81.65 | - |
| YUV | 104.22 | 202.93 | 131.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 76 | 237 | 0.54 | 0.68 | 0 | 0.07 | 252.3 | 0.82 | 0.61 |
| Hex | 6D | 4C | ED | 36 | 44 | 0 | 7 | FC | 52 | 3D |
| Octal | 155 | 114 | 355 | 66 | 104 | 0 | 7 | 374 | 122 | 75 |
| Binary | 1101101 | 1001100 | 11101101 | 110110 | 1000100 | 0 | 111 | 11111100 | 1010010 | 111101 |
Color Harmonies of #6D4CED
Complementary color
Monochromatic Colors of #6D4CED
Black with #6D4CED
Text Example
Text Example
White with #6D4CED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D4CED; }
p { color: rgb(109,76,237); }
H1.HeaderClassName
{
color: #6D4CED;
}
.AnyTagClassName
{
color: #6D4CED;
}
</style>
background-color css
<style>
a { background-color: #6D4CED; }
a { background-color: rgb(109,76,237); }
div.DivClassName
{
background-color: #6D4CED;
}
.BgClassName
{
background-color: #6D4CED;
}
</style>
border-color css
<style>
span { border-color: #6D4CED; }
span { border-color: rgb(109,76,237); }
td.TdClassName
{
border-color: #6D4CED;
}
.TagClassName
{
border-color: #6D4CED;
}
</style>