Shades of Medium Slate Blue #6D4EFC
Tints of Medium Slate Blue #6D4EFC
RGB
CMYK
RGB Variations
Color information
#6D4EFC (or 0x6D4EFC) is known color: Medium Slate Blue. HEX triplet: 6D, 4E and FC. RGB value is (109,78,252). Sum of RGB (Red+Green+Blue) = 109+78+252=439 (58% of max value = 765). Red value is 109 (42.97% from 255 or 24.83% from 439); Green value is 78 (30.86% from 255 or 17.77% from 439); Blue value is 252 (98.83% from 255 or 57.40% from 439); Max value from RGB is 252 - color contains mainly: blue. Hex color #6D4EFC is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #6D4EFC is #92B103. Grayscale: #6A6A6A. Windows color (decimal): -9613572 or 16535149. OLE color: 16535149.
HSL color Cylindrical-coordinate representation of color #6D4EFC: hue angle of 250.69º degrees, saturation: 0.97, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #6D4EFC is Cyan = 0.57, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 109 | 78 | 252 | - |
| CMYK | 0.57 | 0.69 | 0 | 0.01 |
| HSL | 250.69º | 0.97% | 0.65% | - |
| HSV(B) | 250.69º | 0.69% | 0.99% | - |
| XYZ | 26.6 | 15.73 | 93.73 | - |
| YUV | 107.11 | 209.77 | 129.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 78 | 252 | 0.57 | 0.69 | 0 | 0.01 | 250.69 | 0.97 | 0.65 |
| Hex | 6D | 4E | FC | 39 | 45 | 0 | 1 | FB | 61 | 41 |
| Octal | 155 | 116 | 374 | 71 | 105 | 0 | 1 | 373 | 141 | 101 |
| Binary | 1101101 | 1001110 | 11111100 | 111001 | 1000101 | 0 | 1 | 11111011 | 1100001 | 1000001 |
Color Harmonies of #6D4EFC
Complementary color
Monochromatic Colors of #6D4EFC
Black with #6D4EFC
Text Example
Text Example
White with #6D4EFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D4EFC; }
p { color: rgb(109,78,252); }
H1.HeaderClassName
{
color: #6D4EFC;
}
.AnyTagClassName
{
color: #6D4EFC;
}
</style>
background-color css
<style>
a { background-color: #6D4EFC; }
a { background-color: rgb(109,78,252); }
div.DivClassName
{
background-color: #6D4EFC;
}
.BgClassName
{
background-color: #6D4EFC;
}
</style>
border-color css
<style>
span { border-color: #6D4EFC; }
span { border-color: rgb(109,78,252); }
td.TdClassName
{
border-color: #6D4EFC;
}
.TagClassName
{
border-color: #6D4EFC;
}
</style>