Shades of Medium Slate Blue #6D4CF7
Tints of Medium Slate Blue #6D4CF7
RGB
CMYK
RGB Variations
Color information
#6D4CF7 (or 0x6D4CF7) is known color: Medium Slate Blue. HEX triplet: 6D, 4C and F7. RGB value is (109,76,247). Sum of RGB (Red+Green+Blue) = 109+76+247=432 (57% of max value = 765). Red value is 109 (42.97% from 255 or 25.23% from 432); Green value is 76 (30.08% from 255 or 17.59% from 432); Blue value is 247 (96.88% from 255 or 57.18% from 432); Max value from RGB is 247 - color contains mainly: blue. Hex color #6D4CF7 is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #6D4CF7 is #92B308. Grayscale: #686868. Windows color (decimal): -9614089 or 16206957. OLE color: 16206957.
HSL color Cylindrical-coordinate representation of color #6D4CF7: hue angle of 251.58º degrees, saturation: 0.91, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #6D4CF7 is Cyan = 0.56, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 109 | 76 | 247 | - |
| CMYK | 0.56 | 0.69 | 0 | 0.03 |
| HSL | 251.58º | 0.91% | 0.63% | - |
| HSV(B) | 251.58º | 0.69% | 0.97% | - |
| XYZ | 25.68 | 15.14 | 89.56 | - |
| YUV | 105.36 | 207.93 | 130.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 76 | 247 | 0.56 | 0.69 | 0 | 0.03 | 251.58 | 0.91 | 0.63 |
| Hex | 6D | 4C | F7 | 38 | 45 | 0 | 3 | FC | 5B | 3F |
| Octal | 155 | 114 | 367 | 70 | 105 | 0 | 3 | 374 | 133 | 77 |
| Binary | 1101101 | 1001100 | 11110111 | 111000 | 1000101 | 0 | 11 | 11111100 | 1011011 | 111111 |
Color Harmonies of #6D4CF7
Complementary color
Monochromatic Colors of #6D4CF7
Black with #6D4CF7
Text Example
Text Example
White with #6D4CF7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D4CF7; }
p { color: rgb(109,76,247); }
H1.HeaderClassName
{
color: #6D4CF7;
}
.AnyTagClassName
{
color: #6D4CF7;
}
</style>
background-color css
<style>
a { background-color: #6D4CF7; }
a { background-color: rgb(109,76,247); }
div.DivClassName
{
background-color: #6D4CF7;
}
.BgClassName
{
background-color: #6D4CF7;
}
</style>
border-color css
<style>
span { border-color: #6D4CF7; }
span { border-color: rgb(109,76,247); }
td.TdClassName
{
border-color: #6D4CF7;
}
.TagClassName
{
border-color: #6D4CF7;
}
</style>