Shades of Medium Slate Blue #6D4DFA
Tints of Medium Slate Blue #6D4DFA
RGB
CMYK
RGB Variations
Color information
#6D4DFA (or 0x6D4DFA) is known color: Medium Slate Blue. HEX triplet: 6D, 4D and FA. RGB value is (109,77,250). Sum of RGB (Red+Green+Blue) = 109+77+250=436 (57% of max value = 765). Red value is 109 (42.97% from 255 or 25% from 436); Green value is 77 (30.47% from 255 or 17.66% from 436); Blue value is 250 (98.05% from 255 or 57.34% from 436); Max value from RGB is 250 - color contains mainly: blue. Hex color #6D4DFA is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #6D4DFA is #92B205. Grayscale: #696969. Windows color (decimal): -9613830 or 16403821. OLE color: 16403821.
HSL color Cylindrical-coordinate representation of color #6D4DFA: hue angle of 251.1º 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 #6D4DFA is Cyan = 0.56, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 109 | 77 | 250 | - |
| CMYK | 0.56 | 0.69 | 0 | 0.02 |
| HSL | 251.1º | 0.95% | 0.64% | - |
| HSV(B) | 251.1º | 0.69% | 0.98% | - |
| XYZ | 26.22 | 15.46 | 92.05 | - |
| YUV | 106.29 | 209.1 | 129.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 77 | 250 | 0.56 | 0.69 | 0 | 0.02 | 251.1 | 0.95 | 0.64 |
| Hex | 6D | 4D | FA | 38 | 45 | 0 | 2 | FB | 5F | 40 |
| Octal | 155 | 115 | 372 | 70 | 105 | 0 | 2 | 373 | 137 | 100 |
| Binary | 1101101 | 1001101 | 11111010 | 111000 | 1000101 | 0 | 10 | 11111011 | 1011111 | 1000000 |
Color Harmonies of #6D4DFA
Complementary color
Monochromatic Colors of #6D4DFA
Black with #6D4DFA
Text Example
Text Example
White with #6D4DFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D4DFA; }
p { color: rgb(109,77,250); }
H1.HeaderClassName
{
color: #6D4DFA;
}
.AnyTagClassName
{
color: #6D4DFA;
}
</style>
background-color css
<style>
a { background-color: #6D4DFA; }
a { background-color: rgb(109,77,250); }
div.DivClassName
{
background-color: #6D4DFA;
}
.BgClassName
{
background-color: #6D4DFA;
}
</style>
border-color css
<style>
span { border-color: #6D4DFA; }
span { border-color: rgb(109,77,250); }
td.TdClassName
{
border-color: #6D4DFA;
}
.TagClassName
{
border-color: #6D4DFA;
}
</style>