Shades of Medium Slate Blue #6D4AFB
Tints of Medium Slate Blue #6D4AFB
RGB
CMYK
RGB Variations
Color information
#6D4AFB (or 0x6D4AFB) is known color: Medium Slate Blue. HEX triplet: 6D, 4A and FB. RGB value is (109,74,251). Sum of RGB (Red+Green+Blue) = 109+74+251=434 (57% of max value = 765). Red value is 109 (42.97% from 255 or 25.12% from 434); Green value is 74 (29.30% from 255 or 17.05% from 434); Blue value is 251 (98.44% from 255 or 57.83% from 434); Max value from RGB is 251 - color contains mainly: blue. Hex color #6D4AFB is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #6D4AFB is #92B504. Grayscale: #676767. Windows color (decimal): -9614597 or 16468589. OLE color: 16468589.
HSL color Cylindrical-coordinate representation of color #6D4AFB: hue angle of 251.86º degrees, saturation: 0.96, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #6D4AFB is Cyan = 0.57, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 109 | 74 | 251 | - |
| CMYK | 0.57 | 0.71 | 0 | 0.02 |
| HSL | 251.86º | 0.96% | 0.64% | - |
| HSV(B) | 251.86º | 0.71% | 0.98% | - |
| XYZ | 26.17 | 15.11 | 92.8 | - |
| YUV | 104.64 | 210.6 | 131.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 74 | 251 | 0.57 | 0.71 | 0 | 0.02 | 251.86 | 0.96 | 0.64 |
| Hex | 6D | 4A | FB | 39 | 47 | 0 | 2 | FC | 60 | 40 |
| Octal | 155 | 112 | 373 | 71 | 107 | 0 | 2 | 374 | 140 | 100 |
| Binary | 1101101 | 1001010 | 11111011 | 111001 | 1000111 | 0 | 10 | 11111100 | 1100000 | 1000000 |
Color Harmonies of #6D4AFB
Complementary color
Monochromatic Colors of #6D4AFB
Black with #6D4AFB
Text Example
Text Example
White with #6D4AFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D4AFB; }
p { color: rgb(109,74,251); }
H1.HeaderClassName
{
color: #6D4AFB;
}
.AnyTagClassName
{
color: #6D4AFB;
}
</style>
background-color css
<style>
a { background-color: #6D4AFB; }
a { background-color: rgb(109,74,251); }
div.DivClassName
{
background-color: #6D4AFB;
}
.BgClassName
{
background-color: #6D4AFB;
}
</style>
border-color css
<style>
span { border-color: #6D4AFB; }
span { border-color: rgb(109,74,251); }
td.TdClassName
{
border-color: #6D4AFB;
}
.TagClassName
{
border-color: #6D4AFB;
}
</style>