Shades of Medium Slate Blue #6D4BF7
Tints of Medium Slate Blue #6D4BF7
RGB
CMYK
RGB Variations
Color information
#6D4BF7 (or 0x6D4BF7) is known color: Medium Slate Blue. HEX triplet: 6D, 4B and F7. RGB value is (109,75,247). Sum of RGB (Red+Green+Blue) = 109+75+247=431 (57% of max value = 765). Red value is 109 (42.97% from 255 or 25.29% from 431); Green value is 75 (29.69% from 255 or 17.40% from 431); Blue value is 247 (96.88% from 255 or 57.31% from 431); Max value from RGB is 247 - color contains mainly: blue. Hex color #6D4BF7 is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #6D4BF7 is #92B408. Grayscale: #686868. Windows color (decimal): -9614345 or 16206701. OLE color: 16206701.
HSL color Cylindrical-coordinate representation of color #6D4BF7: hue angle of 251.86º degrees, saturation: 0.91, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #6D4BF7 is Cyan = 0.56, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 109 | 75 | 247 | - |
| CMYK | 0.56 | 0.70 | 0 | 0.03 |
| HSL | 251.86º | 0.91% | 0.63% | - |
| HSV(B) | 251.86º | 0.7% | 0.97% | - |
| XYZ | 25.61 | 15 | 89.54 | - |
| YUV | 104.77 | 208.26 | 131.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 75 | 247 | 0.56 | 0.70 | 0 | 0.03 | 251.86 | 0.91 | 0.63 |
| Hex | 6D | 4B | F7 | 38 | 46 | 0 | 3 | FC | 5B | 3F |
| Octal | 155 | 113 | 367 | 70 | 106 | 0 | 3 | 374 | 133 | 77 |
| Binary | 1101101 | 1001011 | 11110111 | 111000 | 1000110 | 0 | 11 | 11111100 | 1011011 | 111111 |
Color Harmonies of #6D4BF7
Complementary color
Monochromatic Colors of #6D4BF7
Black with #6D4BF7
Text Example
Text Example
White with #6D4BF7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D4BF7; }
p { color: rgb(109,75,247); }
H1.HeaderClassName
{
color: #6D4BF7;
}
.AnyTagClassName
{
color: #6D4BF7;
}
</style>
background-color css
<style>
a { background-color: #6D4BF7; }
a { background-color: rgb(109,75,247); }
div.DivClassName
{
background-color: #6D4BF7;
}
.BgClassName
{
background-color: #6D4BF7;
}
</style>
border-color css
<style>
span { border-color: #6D4BF7; }
span { border-color: rgb(109,75,247); }
td.TdClassName
{
border-color: #6D4BF7;
}
.TagClassName
{
border-color: #6D4BF7;
}
</style>