Shades of Medium Slate Blue #6D4EFF
Tints of Medium Slate Blue #6D4EFF
RGB
CMYK
RGB Variations
Color information
#6D4EFF (or 0x6D4EFF) is known color: Medium Slate Blue. HEX triplet: 6D, 4E and FF. RGB value is (109,78,255). Sum of RGB (Red+Green+Blue) = 109+78+255=442 (58% of max value = 765). Red value is 109 (42.97% from 255 or 24.66% from 442); Green value is 78 (30.86% from 255 or 17.65% from 442); Blue value is 255 (100% from 255 or 57.69% from 442); Max value from RGB is 255 - color contains mainly: blue. Hex color #6D4EFF is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #6D4EFF is #92B100. Grayscale: #6A6A6A. Windows color (decimal): -9613569 or 16731757. OLE color: 16731757.
HSL color Cylindrical-coordinate representation of color #6D4EFF: hue angle of 250.51º degrees, saturation: 1, lightness: 0.65%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #6D4EFF is Cyan = 0.57, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 109 | 78 | 255 | - |
| CMYK | 0.57 | 0.69 | 0 | 0 |
| HSL | 250.51º | 1% | 0.65% | - |
| HSV(B) | 250.51º | 0.69% | 1% | - |
| XYZ | 27.08 | 15.92 | 96.25 | - |
| YUV | 107.45 | 211.27 | 129.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 78 | 255 | 0.57 | 0.69 | 0 | 0 | 250.51 | 1 | 0.65 |
| Hex | 6D | 4E | FF | 39 | 45 | 0 | 0 | FB | 64 | 41 |
| Octal | 155 | 116 | 377 | 71 | 105 | 0 | 0 | 373 | 144 | 101 |
| Binary | 1101101 | 1001110 | 11111111 | 111001 | 1000101 | 0 | 0 | 11111011 | 1100100 | 1000001 |
Color Harmonies of #6D4EFF
Complementary color
Monochromatic Colors of #6D4EFF
Black with #6D4EFF
Text Example
Text Example
White with #6D4EFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D4EFF; }
p { color: rgb(109,78,255); }
H1.HeaderClassName
{
color: #6D4EFF;
}
.AnyTagClassName
{
color: #6D4EFF;
}
</style>
background-color css
<style>
a { background-color: #6D4EFF; }
a { background-color: rgb(109,78,255); }
div.DivClassName
{
background-color: #6D4EFF;
}
.BgClassName
{
background-color: #6D4EFF;
}
</style>
border-color css
<style>
span { border-color: #6D4EFF; }
span { border-color: rgb(109,78,255); }
td.TdClassName
{
border-color: #6D4EFF;
}
.TagClassName
{
border-color: #6D4EFF;
}
</style>