Shades of Medium Slate Blue #6D4DFB
Tints of Medium Slate Blue #6D4DFB
RGB
CMYK
RGB Variations
Color information
#6D4DFB (or 0x6D4DFB) is known color: Medium Slate Blue. HEX triplet: 6D, 4D and FB. RGB value is (109,77,251). Sum of RGB (Red+Green+Blue) = 109+77+251=437 (57% of max value = 765). Red value is 109 (42.97% from 255 or 24.94% from 437); Green value is 77 (30.47% from 255 or 17.62% from 437); Blue value is 251 (98.44% from 255 or 57.44% from 437); Max value from RGB is 251 - color contains mainly: blue. Hex color #6D4DFB is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #6D4DFB is #92B204. Grayscale: #696969. Windows color (decimal): -9613829 or 16469357. OLE color: 16469357.
HSL color Cylindrical-coordinate representation of color #6D4DFB: hue angle of 251.03º degrees, saturation: 0.96, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #6D4DFB is Cyan = 0.57, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 109 | 77 | 251 | - |
| CMYK | 0.57 | 0.69 | 0 | 0.02 |
| HSL | 251.03º | 0.96% | 0.64% | - |
| HSV(B) | 251.03º | 0.69% | 0.98% | - |
| XYZ | 26.37 | 15.52 | 92.87 | - |
| YUV | 106.4 | 209.6 | 129.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 77 | 251 | 0.57 | 0.69 | 0 | 0.02 | 251.03 | 0.96 | 0.64 |
| Hex | 6D | 4D | FB | 39 | 45 | 0 | 2 | FB | 60 | 40 |
| Octal | 155 | 115 | 373 | 71 | 105 | 0 | 2 | 373 | 140 | 100 |
| Binary | 1101101 | 1001101 | 11111011 | 111001 | 1000101 | 0 | 10 | 11111011 | 1100000 | 1000000 |
Color Harmonies of #6D4DFB
Complementary color
Monochromatic Colors of #6D4DFB
Black with #6D4DFB
Text Example
Text Example
White with #6D4DFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D4DFB; }
p { color: rgb(109,77,251); }
H1.HeaderClassName
{
color: #6D4DFB;
}
.AnyTagClassName
{
color: #6D4DFB;
}
</style>
background-color css
<style>
a { background-color: #6D4DFB; }
a { background-color: rgb(109,77,251); }
div.DivClassName
{
background-color: #6D4DFB;
}
.BgClassName
{
background-color: #6D4DFB;
}
</style>
border-color css
<style>
span { border-color: #6D4DFB; }
span { border-color: rgb(109,77,251); }
td.TdClassName
{
border-color: #6D4DFB;
}
.TagClassName
{
border-color: #6D4DFB;
}
</style>