Shades of Medium Slate Blue #6D4EFE
Tints of Medium Slate Blue #6D4EFE
RGB
CMYK
RGB Variations
Color information
#6D4EFE (or 0x6D4EFE) is known color: Medium Slate Blue. HEX triplet: 6D, 4E and FE. RGB value is (109,78,254). Sum of RGB (Red+Green+Blue) = 109+78+254=441 (58% of max value = 765). Red value is 109 (42.97% from 255 or 24.72% from 441); Green value is 78 (30.86% from 255 or 17.69% from 441); Blue value is 254 (99.61% from 255 or 57.60% from 441); Max value from RGB is 254 - color contains mainly: blue. Hex color #6D4EFE is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #6D4EFE is #92B101. Grayscale: #6A6A6A. Windows color (decimal): -9613570 or 16666221. OLE color: 16666221.
HSL color Cylindrical-coordinate representation of color #6D4EFE: hue angle of 250.57º degrees, saturation: 0.99, lightness: 0.65%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #6D4EFE is Cyan = 0.57, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 109 | 78 | 254 | - |
| CMYK | 0.57 | 0.69 | 0 | 0.00 |
| HSL | 250.57º | 0.99% | 0.65% | - |
| HSV(B) | 250.57º | 0.69% | 1% | - |
| XYZ | 26.92 | 15.86 | 95.41 | - |
| YUV | 107.33 | 210.77 | 129.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 78 | 254 | 0.57 | 0.69 | 0 | 0.00 | 250.57 | 0.99 | 0.65 |
| Hex | 6D | 4E | FE | 39 | 45 | 0 | 0 | FB | 63 | 41 |
| Octal | 155 | 116 | 376 | 71 | 105 | 0 | 0 | 373 | 143 | 101 |
| Binary | 1101101 | 1001110 | 11111110 | 111001 | 1000101 | 0 | 0 | 11111011 | 1100011 | 1000001 |
Color Harmonies of #6D4EFE
Complementary color
Monochromatic Colors of #6D4EFE
Black with #6D4EFE
Text Example
Text Example
White with #6D4EFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D4EFE; }
p { color: rgb(109,78,254); }
H1.HeaderClassName
{
color: #6D4EFE;
}
.AnyTagClassName
{
color: #6D4EFE;
}
</style>
background-color css
<style>
a { background-color: #6D4EFE; }
a { background-color: rgb(109,78,254); }
div.DivClassName
{
background-color: #6D4EFE;
}
.BgClassName
{
background-color: #6D4EFE;
}
</style>
border-color css
<style>
span { border-color: #6D4EFE; }
span { border-color: rgb(109,78,254); }
td.TdClassName
{
border-color: #6D4EFE;
}
.TagClassName
{
border-color: #6D4EFE;
}
</style>