Shades of Medium Slate Blue #6D4BFC
Tints of Medium Slate Blue #6D4BFC
RGB
CMYK
RGB Variations
Color information
#6D4BFC (or 0x6D4BFC) is known color: Medium Slate Blue. HEX triplet: 6D, 4B and FC. RGB value is (109,75,252). Sum of RGB (Red+Green+Blue) = 109+75+252=436 (57% of max value = 765). Red value is 109 (42.97% from 255 or 25% from 436); Green value is 75 (29.69% from 255 or 17.20% from 436); Blue value is 252 (98.83% from 255 or 57.80% from 436); Max value from RGB is 252 - color contains mainly: blue. Hex color #6D4BFC is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #6D4BFC is #92B403. Grayscale: #686868. Windows color (decimal): -9614340 or 16534381. OLE color: 16534381.
HSL color Cylindrical-coordinate representation of color #6D4BFC: hue angle of 251.53º degrees, saturation: 0.97, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #6D4BFC is Cyan = 0.57, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 109 | 75 | 252 | - |
| CMYK | 0.57 | 0.70 | 0 | 0.01 |
| HSL | 251.53º | 0.97% | 0.64% | - |
| HSV(B) | 251.53º | 0.7% | 0.99% | - |
| XYZ | 26.39 | 15.31 | 93.66 | - |
| YUV | 105.34 | 210.76 | 130.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 75 | 252 | 0.57 | 0.70 | 0 | 0.01 | 251.53 | 0.97 | 0.64 |
| Hex | 6D | 4B | FC | 39 | 46 | 0 | 1 | FC | 61 | 40 |
| Octal | 155 | 113 | 374 | 71 | 106 | 0 | 1 | 374 | 141 | 100 |
| Binary | 1101101 | 1001011 | 11111100 | 111001 | 1000110 | 0 | 1 | 11111100 | 1100001 | 1000000 |
Color Harmonies of #6D4BFC
Complementary color
Monochromatic Colors of #6D4BFC
Black with #6D4BFC
Text Example
Text Example
White with #6D4BFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D4BFC; }
p { color: rgb(109,75,252); }
H1.HeaderClassName
{
color: #6D4BFC;
}
.AnyTagClassName
{
color: #6D4BFC;
}
</style>
background-color css
<style>
a { background-color: #6D4BFC; }
a { background-color: rgb(109,75,252); }
div.DivClassName
{
background-color: #6D4BFC;
}
.BgClassName
{
background-color: #6D4BFC;
}
</style>
border-color css
<style>
span { border-color: #6D4BFC; }
span { border-color: rgb(109,75,252); }
td.TdClassName
{
border-color: #6D4BFC;
}
.TagClassName
{
border-color: #6D4BFC;
}
</style>