Shades of Medium Slate Blue #6D4EF2
Tints of Medium Slate Blue #6D4EF2
RGB
CMYK
RGB Variations
Color information
#6D4EF2 (or 0x6D4EF2) is known color: Medium Slate Blue. HEX triplet: 6D, 4E and F2. RGB value is (109,78,242). Sum of RGB (Red+Green+Blue) = 109+78+242=429 (56% of max value = 765). Red value is 109 (42.97% from 255 or 25.41% from 429); Green value is 78 (30.86% from 255 or 18.18% from 429); Blue value is 242 (94.92% from 255 or 56.41% from 429); Max value from RGB is 242 - color contains mainly: blue. Hex color #6D4EF2 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #6D4EF2 is #92B10D. Grayscale: #696969. Windows color (decimal): -9613582 or 15879789. OLE color: 15879789.
HSL color Cylindrical-coordinate representation of color #6D4EF2: hue angle of 251.34º degrees, saturation: 0.86, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #6D4EF2 is Cyan = 0.55, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 109 | 78 | 242 | - |
| CMYK | 0.55 | 0.68 | 0 | 0.05 |
| HSL | 251.34º | 0.86% | 0.63% | - |
| HSV(B) | 251.34º | 0.68% | 0.95% | - |
| XYZ | 25.06 | 15.11 | 85.6 | - |
| YUV | 105.97 | 204.77 | 130.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 78 | 242 | 0.55 | 0.68 | 0 | 0.05 | 251.34 | 0.86 | 0.63 |
| Hex | 6D | 4E | F2 | 37 | 44 | 0 | 5 | FB | 56 | 3F |
| Octal | 155 | 116 | 362 | 67 | 104 | 0 | 5 | 373 | 126 | 77 |
| Binary | 1101101 | 1001110 | 11110010 | 110111 | 1000100 | 0 | 101 | 11111011 | 1010110 | 111111 |
Color Harmonies of #6D4EF2
Complementary color
Monochromatic Colors of #6D4EF2
Black with #6D4EF2
Text Example
Text Example
White with #6D4EF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D4EF2; }
p { color: rgb(109,78,242); }
H1.HeaderClassName
{
color: #6D4EF2;
}
.AnyTagClassName
{
color: #6D4EF2;
}
</style>
background-color css
<style>
a { background-color: #6D4EF2; }
a { background-color: rgb(109,78,242); }
div.DivClassName
{
background-color: #6D4EF2;
}
.BgClassName
{
background-color: #6D4EF2;
}
</style>
border-color css
<style>
span { border-color: #6D4EF2; }
span { border-color: rgb(109,78,242); }
td.TdClassName
{
border-color: #6D4EF2;
}
.TagClassName
{
border-color: #6D4EF2;
}
</style>