Shades of Medium Slate Blue #6D4EFA
Tints of Medium Slate Blue #6D4EFA
RGB
CMYK
RGB Variations
Color information
#6D4EFA (or 0x6D4EFA) is known color: Medium Slate Blue. HEX triplet: 6D, 4E and FA. RGB value is (109,78,250). Sum of RGB (Red+Green+Blue) = 109+78+250=437 (57% of max value = 765). Red value is 109 (42.97% from 255 or 24.94% from 437); Green value is 78 (30.86% from 255 or 17.85% from 437); Blue value is 250 (98.05% from 255 or 57.21% from 437); Max value from RGB is 250 - color contains mainly: blue. Hex color #6D4EFA is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #6D4EFA is #92B105. Grayscale: #6A6A6A. Windows color (decimal): -9613574 or 16404077. OLE color: 16404077.
HSL color Cylindrical-coordinate representation of color #6D4EFA: hue angle of 250.81º degrees, saturation: 0.95, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #6D4EFA is Cyan = 0.56, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 109 | 78 | 250 | - |
| CMYK | 0.56 | 0.69 | 0 | 0.02 |
| HSL | 250.81º | 0.95% | 0.64% | - |
| HSV(B) | 250.81º | 0.69% | 0.98% | - |
| XYZ | 26.29 | 15.6 | 92.07 | - |
| YUV | 106.88 | 208.77 | 129.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 78 | 250 | 0.56 | 0.69 | 0 | 0.02 | 250.81 | 0.95 | 0.64 |
| Hex | 6D | 4E | FA | 38 | 45 | 0 | 2 | FB | 5F | 40 |
| Octal | 155 | 116 | 372 | 70 | 105 | 0 | 2 | 373 | 137 | 100 |
| Binary | 1101101 | 1001110 | 11111010 | 111000 | 1000101 | 0 | 10 | 11111011 | 1011111 | 1000000 |
Color Harmonies of #6D4EFA
Complementary color
Monochromatic Colors of #6D4EFA
Black with #6D4EFA
Text Example
Text Example
White with #6D4EFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D4EFA; }
p { color: rgb(109,78,250); }
H1.HeaderClassName
{
color: #6D4EFA;
}
.AnyTagClassName
{
color: #6D4EFA;
}
</style>
background-color css
<style>
a { background-color: #6D4EFA; }
a { background-color: rgb(109,78,250); }
div.DivClassName
{
background-color: #6D4EFA;
}
.BgClassName
{
background-color: #6D4EFA;
}
</style>
border-color css
<style>
span { border-color: #6D4EFA; }
span { border-color: rgb(109,78,250); }
td.TdClassName
{
border-color: #6D4EFA;
}
.TagClassName
{
border-color: #6D4EFA;
}
</style>