Shades of Medium Slate Blue #6D4CFD
Tints of Medium Slate Blue #6D4CFD
RGB
CMYK
RGB Variations
Color information
#6D4CFD (or 0x6D4CFD) is known color: Medium Slate Blue. HEX triplet: 6D, 4C and FD. RGB value is (109,76,253). Sum of RGB (Red+Green+Blue) = 109+76+253=438 (58% of max value = 765). Red value is 109 (42.97% from 255 or 24.89% from 438); Green value is 76 (30.08% from 255 or 17.35% from 438); Blue value is 253 (99.22% from 255 or 57.76% from 438); Max value from RGB is 253 - color contains mainly: blue. Hex color #6D4CFD is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #6D4CFD is #92B302. Grayscale: #696969. Windows color (decimal): -9614083 or 16600173. OLE color: 16600173.
HSL color Cylindrical-coordinate representation of color #6D4CFD: hue angle of 251.19º degrees, saturation: 0.98, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #6D4CFD is Cyan = 0.57, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 109 | 76 | 253 | - |
| CMYK | 0.57 | 0.70 | 0 | 0.01 |
| HSL | 251.19º | 0.98% | 0.65% | - |
| HSV(B) | 251.19º | 0.7% | 0.99% | - |
| XYZ | 26.62 | 15.51 | 94.52 | - |
| YUV | 106.05 | 210.93 | 130.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 76 | 253 | 0.57 | 0.70 | 0 | 0.01 | 251.19 | 0.98 | 0.65 |
| Hex | 6D | 4C | FD | 39 | 46 | 0 | 1 | FB | 62 | 41 |
| Octal | 155 | 114 | 375 | 71 | 106 | 0 | 1 | 373 | 142 | 101 |
| Binary | 1101101 | 1001100 | 11111101 | 111001 | 1000110 | 0 | 1 | 11111011 | 1100010 | 1000001 |
Color Harmonies of #6D4CFD
Complementary color
Monochromatic Colors of #6D4CFD
Black with #6D4CFD
Text Example
Text Example
White with #6D4CFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D4CFD; }
p { color: rgb(109,76,253); }
H1.HeaderClassName
{
color: #6D4CFD;
}
.AnyTagClassName
{
color: #6D4CFD;
}
</style>
background-color css
<style>
a { background-color: #6D4CFD; }
a { background-color: rgb(109,76,253); }
div.DivClassName
{
background-color: #6D4CFD;
}
.BgClassName
{
background-color: #6D4CFD;
}
</style>
border-color css
<style>
span { border-color: #6D4CFD; }
span { border-color: rgb(109,76,253); }
td.TdClassName
{
border-color: #6D4CFD;
}
.TagClassName
{
border-color: #6D4CFD;
}
</style>