Shades of Medium Slate Blue #6D4AFA
Tints of Medium Slate Blue #6D4AFA
RGB
CMYK
RGB Variations
Color information
#6D4AFA (or 0x6D4AFA) is known color: Medium Slate Blue. HEX triplet: 6D, 4A and FA. RGB value is (109,74,250). Sum of RGB (Red+Green+Blue) = 109+74+250=433 (57% of max value = 765). Red value is 109 (42.97% from 255 or 25.17% from 433); Green value is 74 (29.30% from 255 or 17.09% from 433); Blue value is 250 (98.05% from 255 or 57.74% from 433); Max value from RGB is 250 - color contains mainly: blue. Hex color #6D4AFA is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #6D4AFA is #92B505. Grayscale: #676767. Windows color (decimal): -9614598 or 16403053. OLE color: 16403053.
HSL color Cylindrical-coordinate representation of color #6D4AFA: hue angle of 251.93º degrees, saturation: 0.95, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #6D4AFA is Cyan = 0.56, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 109 | 74 | 250 | - |
| CMYK | 0.56 | 0.70 | 0 | 0.02 |
| HSL | 251.93º | 0.95% | 0.64% | - |
| HSV(B) | 251.93º | 0.7% | 0.98% | - |
| XYZ | 26.01 | 15.05 | 91.98 | - |
| YUV | 104.53 | 210.1 | 131.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 74 | 250 | 0.56 | 0.70 | 0 | 0.02 | 251.93 | 0.95 | 0.64 |
| Hex | 6D | 4A | FA | 38 | 46 | 0 | 2 | FC | 5F | 40 |
| Octal | 155 | 112 | 372 | 70 | 106 | 0 | 2 | 374 | 137 | 100 |
| Binary | 1101101 | 1001010 | 11111010 | 111000 | 1000110 | 0 | 10 | 11111100 | 1011111 | 1000000 |
Color Harmonies of #6D4AFA
Complementary color
Monochromatic Colors of #6D4AFA
Black with #6D4AFA
Text Example
Text Example
White with #6D4AFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D4AFA; }
p { color: rgb(109,74,250); }
H1.HeaderClassName
{
color: #6D4AFA;
}
.AnyTagClassName
{
color: #6D4AFA;
}
</style>
background-color css
<style>
a { background-color: #6D4AFA; }
a { background-color: rgb(109,74,250); }
div.DivClassName
{
background-color: #6D4AFA;
}
.BgClassName
{
background-color: #6D4AFA;
}
</style>
border-color css
<style>
span { border-color: #6D4AFA; }
span { border-color: rgb(109,74,250); }
td.TdClassName
{
border-color: #6D4AFA;
}
.TagClassName
{
border-color: #6D4AFA;
}
</style>