Shades of Medium Slate Blue #6D4BFD
Tints of Medium Slate Blue #6D4BFD
RGB
CMYK
RGB Variations
Color information
#6D4BFD (or 0x6D4BFD) is known color: Medium Slate Blue. HEX triplet: 6D, 4B and FD. RGB value is (109,75,253). Sum of RGB (Red+Green+Blue) = 109+75+253=437 (57% of max value = 765). Red value is 109 (42.97% from 255 or 24.94% from 437); Green value is 75 (29.69% from 255 or 17.16% from 437); Blue value is 253 (99.22% from 255 or 57.89% from 437); Max value from RGB is 253 - color contains mainly: blue. Hex color #6D4BFD is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #6D4BFD is #92B402. Grayscale: #686868. Windows color (decimal): -9614339 or 16599917. OLE color: 16599917.
HSL color Cylindrical-coordinate representation of color #6D4BFD: hue angle of 251.46º degrees, saturation: 0.98, 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 #6D4BFD is Cyan = 0.57, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 109 | 75 | 253 | - |
| CMYK | 0.57 | 0.70 | 0 | 0.01 |
| HSL | 251.46º | 0.98% | 0.64% | - |
| HSV(B) | 251.46º | 0.7% | 0.99% | - |
| XYZ | 26.55 | 15.38 | 94.5 | - |
| YUV | 105.46 | 211.26 | 130.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 75 | 253 | 0.57 | 0.70 | 0 | 0.01 | 251.46 | 0.98 | 0.64 |
| Hex | 6D | 4B | FD | 39 | 46 | 0 | 1 | FB | 62 | 40 |
| Octal | 155 | 113 | 375 | 71 | 106 | 0 | 1 | 373 | 142 | 100 |
| Binary | 1101101 | 1001011 | 11111101 | 111001 | 1000110 | 0 | 1 | 11111011 | 1100010 | 1000000 |
Color Harmonies of #6D4BFD
Complementary color
Monochromatic Colors of #6D4BFD
Black with #6D4BFD
Text Example
Text Example
White with #6D4BFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D4BFD; }
p { color: rgb(109,75,253); }
H1.HeaderClassName
{
color: #6D4BFD;
}
.AnyTagClassName
{
color: #6D4BFD;
}
</style>
background-color css
<style>
a { background-color: #6D4BFD; }
a { background-color: rgb(109,75,253); }
div.DivClassName
{
background-color: #6D4BFD;
}
.BgClassName
{
background-color: #6D4BFD;
}
</style>
border-color css
<style>
span { border-color: #6D4BFD; }
span { border-color: rgb(109,75,253); }
td.TdClassName
{
border-color: #6D4BFD;
}
.TagClassName
{
border-color: #6D4BFD;
}
</style>