Shades of Medium Slate Blue #6D4AF9
Tints of Medium Slate Blue #6D4AF9
RGB
CMYK
RGB Variations
Color information
#6D4AF9 (or 0x6D4AF9) is known color: Medium Slate Blue. HEX triplet: 6D, 4A and F9. RGB value is (109,74,249). Sum of RGB (Red+Green+Blue) = 109+74+249=432 (57% of max value = 765). Red value is 109 (42.97% from 255 or 25.23% from 432); Green value is 74 (29.30% from 255 or 17.13% from 432); Blue value is 249 (97.66% from 255 or 57.64% from 432); Max value from RGB is 249 - color contains mainly: blue. Hex color #6D4AF9 is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #6D4AF9 is #92B506. Grayscale: #676767. Windows color (decimal): -9614599 or 16337517. OLE color: 16337517.
HSL color Cylindrical-coordinate representation of color #6D4AF9: hue angle of 252º degrees, saturation: 0.94, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #6D4AF9 is Cyan = 0.56, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 109 | 74 | 249 | - |
| CMYK | 0.56 | 0.70 | 0 | 0.02 |
| HSL | 252º | 0.94% | 0.63% | - |
| HSV(B) | 252º | 0.7% | 0.98% | - |
| XYZ | 25.85 | 14.99 | 91.15 | - |
| YUV | 104.42 | 209.6 | 131.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 74 | 249 | 0.56 | 0.70 | 0 | 0.02 | 252 | 0.94 | 0.63 |
| Hex | 6D | 4A | F9 | 38 | 46 | 0 | 2 | FC | 5E | 3F |
| Octal | 155 | 112 | 371 | 70 | 106 | 0 | 2 | 374 | 136 | 77 |
| Binary | 1101101 | 1001010 | 11111001 | 111000 | 1000110 | 0 | 10 | 11111100 | 1011110 | 111111 |
Color Harmonies of #6D4AF9
Complementary color
Monochromatic Colors of #6D4AF9
Black with #6D4AF9
Text Example
Text Example
White with #6D4AF9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D4AF9; }
p { color: rgb(109,74,249); }
H1.HeaderClassName
{
color: #6D4AF9;
}
.AnyTagClassName
{
color: #6D4AF9;
}
</style>
background-color css
<style>
a { background-color: #6D4AF9; }
a { background-color: rgb(109,74,249); }
div.DivClassName
{
background-color: #6D4AF9;
}
.BgClassName
{
background-color: #6D4AF9;
}
</style>
border-color css
<style>
span { border-color: #6D4AF9; }
span { border-color: rgb(109,74,249); }
td.TdClassName
{
border-color: #6D4AF9;
}
.TagClassName
{
border-color: #6D4AF9;
}
</style>