Shades of Medium Slate Blue #6D50FD
Tints of Medium Slate Blue #6D50FD
RGB
CMYK
RGB Variations
Color information
#6D50FD (or 0x6D50FD) is known color: Medium Slate Blue. HEX triplet: 6D, 50 and FD. RGB value is (109,80,253). Sum of RGB (Red+Green+Blue) = 109+80+253=442 (58% of max value = 765). Red value is 109 (42.97% from 255 or 24.66% from 442); Green value is 80 (31.64% from 255 or 18.10% from 442); Blue value is 253 (99.22% from 255 or 57.24% from 442); Max value from RGB is 253 - color contains mainly: blue. Hex color #6D50FD is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #6D50FD is #92AF02. Grayscale: #6B6B6B. Windows color (decimal): -9613059 or 16601197. OLE color: 16601197.
HSL color Cylindrical-coordinate representation of color #6D50FD: hue angle of 250.06º degrees, saturation: 0.98, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #6D50FD is Cyan = 0.57, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 109 | 80 | 253 | - |
| CMYK | 0.57 | 0.68 | 0 | 0.01 |
| HSL | 250.06º | 0.98% | 0.65% | - |
| HSV(B) | 250.06º | 0.68% | 0.99% | - |
| XYZ | 26.9 | 16.08 | 94.61 | - |
| YUV | 108.39 | 209.61 | 128.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 80 | 253 | 0.57 | 0.68 | 0 | 0.01 | 250.06 | 0.98 | 0.65 |
| Hex | 6D | 50 | FD | 39 | 44 | 0 | 1 | FA | 62 | 41 |
| Octal | 155 | 120 | 375 | 71 | 104 | 0 | 1 | 372 | 142 | 101 |
| Binary | 1101101 | 1010000 | 11111101 | 111001 | 1000100 | 0 | 1 | 11111010 | 1100010 | 1000001 |
Color Harmonies of #6D50FD
Complementary color
Monochromatic Colors of #6D50FD
Black with #6D50FD
Text Example
Text Example
White with #6D50FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D50FD; }
p { color: rgb(109,80,253); }
H1.HeaderClassName
{
color: #6D50FD;
}
.AnyTagClassName
{
color: #6D50FD;
}
</style>
background-color css
<style>
a { background-color: #6D50FD; }
a { background-color: rgb(109,80,253); }
div.DivClassName
{
background-color: #6D50FD;
}
.BgClassName
{
background-color: #6D50FD;
}
</style>
border-color css
<style>
span { border-color: #6D50FD; }
span { border-color: rgb(109,80,253); }
td.TdClassName
{
border-color: #6D50FD;
}
.TagClassName
{
border-color: #6D50FD;
}
</style>