Shades of Medium Slate Blue #6D4FEF
Tints of Medium Slate Blue #6D4FEF
RGB
CMYK
RGB Variations
Color information
#6D4FEF (or 0x6D4FEF) is known color: Medium Slate Blue. HEX triplet: 6D, 4F and EF. RGB value is (109,79,239). Sum of RGB (Red+Green+Blue) = 109+79+239=427 (56% of max value = 765). Red value is 109 (42.97% from 255 or 25.53% from 427); Green value is 79 (31.25% from 255 or 18.50% from 427); Blue value is 239 (93.75% from 255 or 55.97% from 427); Max value from RGB is 239 - color contains mainly: blue. Hex color #6D4FEF is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #6D4FEF is #92B010. Grayscale: #696969. Windows color (decimal): -9613329 or 15683437. OLE color: 15683437.
HSL color Cylindrical-coordinate representation of color #6D4FEF: hue angle of 251.25º degrees, saturation: 0.83, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #6D4FEF is Cyan = 0.54, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 109 | 79 | 239 | - |
| CMYK | 0.54 | 0.67 | 0 | 0.06 |
| HSL | 251.25º | 0.83% | 0.62% | - |
| HSV(B) | 251.25º | 0.67% | 0.94% | - |
| XYZ | 24.68 | 15.08 | 83.27 | - |
| YUV | 106.21 | 202.94 | 129.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 79 | 239 | 0.54 | 0.67 | 0 | 0.06 | 251.25 | 0.83 | 0.62 |
| Hex | 6D | 4F | EF | 36 | 43 | 0 | 6 | FB | 53 | 3E |
| Octal | 155 | 117 | 357 | 66 | 103 | 0 | 6 | 373 | 123 | 76 |
| Binary | 1101101 | 1001111 | 11101111 | 110110 | 1000011 | 0 | 110 | 11111011 | 1010011 | 111110 |
Color Harmonies of #6D4FEF
Complementary color
Monochromatic Colors of #6D4FEF
Black with #6D4FEF
Text Example
Text Example
White with #6D4FEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D4FEF; }
p { color: rgb(109,79,239); }
H1.HeaderClassName
{
color: #6D4FEF;
}
.AnyTagClassName
{
color: #6D4FEF;
}
</style>
background-color css
<style>
a { background-color: #6D4FEF; }
a { background-color: rgb(109,79,239); }
div.DivClassName
{
background-color: #6D4FEF;
}
.BgClassName
{
background-color: #6D4FEF;
}
</style>
border-color css
<style>
span { border-color: #6D4FEF; }
span { border-color: rgb(109,79,239); }
td.TdClassName
{
border-color: #6D4FEF;
}
.TagClassName
{
border-color: #6D4FEF;
}
</style>