Shades of Medium Slate Blue #6D4CFB
Tints of Medium Slate Blue #6D4CFB
RGB
CMYK
RGB Variations
Color information
#6D4CFB (or 0x6D4CFB) is known color: Medium Slate Blue. HEX triplet: 6D, 4C and FB. RGB value is (109,76,251). Sum of RGB (Red+Green+Blue) = 109+76+251=436 (57% of max value = 765). Red value is 109 (42.97% from 255 or 25% from 436); Green value is 76 (30.08% from 255 or 17.43% from 436); Blue value is 251 (98.44% from 255 or 57.57% from 436); Max value from RGB is 251 - color contains mainly: blue. Hex color #6D4CFB is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #6D4CFB is #92B304. Grayscale: #696969. Windows color (decimal): -9614085 or 16469101. OLE color: 16469101.
HSL color Cylindrical-coordinate representation of color #6D4CFB: hue angle of 251.31º degrees, saturation: 0.96, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #6D4CFB is Cyan = 0.57, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 109 | 76 | 251 | - |
| CMYK | 0.57 | 0.70 | 0 | 0.02 |
| HSL | 251.31º | 0.96% | 0.64% | - |
| HSV(B) | 251.31º | 0.7% | 0.98% | - |
| XYZ | 26.3 | 15.39 | 92.85 | - |
| YUV | 105.82 | 209.93 | 130.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 76 | 251 | 0.57 | 0.70 | 0 | 0.02 | 251.31 | 0.96 | 0.64 |
| Hex | 6D | 4C | FB | 39 | 46 | 0 | 2 | FB | 60 | 40 |
| Octal | 155 | 114 | 373 | 71 | 106 | 0 | 2 | 373 | 140 | 100 |
| Binary | 1101101 | 1001100 | 11111011 | 111001 | 1000110 | 0 | 10 | 11111011 | 1100000 | 1000000 |
Color Harmonies of #6D4CFB
Complementary color
Monochromatic Colors of #6D4CFB
Black with #6D4CFB
Text Example
Text Example
White with #6D4CFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D4CFB; }
p { color: rgb(109,76,251); }
H1.HeaderClassName
{
color: #6D4CFB;
}
.AnyTagClassName
{
color: #6D4CFB;
}
</style>
background-color css
<style>
a { background-color: #6D4CFB; }
a { background-color: rgb(109,76,251); }
div.DivClassName
{
background-color: #6D4CFB;
}
.BgClassName
{
background-color: #6D4CFB;
}
</style>
border-color css
<style>
span { border-color: #6D4CFB; }
span { border-color: rgb(109,76,251); }
td.TdClassName
{
border-color: #6D4CFB;
}
.TagClassName
{
border-color: #6D4CFB;
}
</style>