Shades of Medium Slate Blue #6D50FB
Tints of Medium Slate Blue #6D50FB
RGB
CMYK
RGB Variations
Color information
#6D50FB (or 0x6D50FB) is known color: Medium Slate Blue. HEX triplet: 6D, 50 and FB. RGB value is (109,80,251). Sum of RGB (Red+Green+Blue) = 109+80+251=440 (58% of max value = 765). Red value is 109 (42.97% from 255 or 24.77% from 440); Green value is 80 (31.64% from 255 or 18.18% from 440); Blue value is 251 (98.44% from 255 or 57.05% from 440); Max value from RGB is 251 - color contains mainly: blue. Hex color #6D50FB is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #6D50FB is #92AF04. Grayscale: #6B6B6B. Windows color (decimal): -9613061 or 16470125. OLE color: 16470125.
HSL color Cylindrical-coordinate representation of color #6D50FB: hue angle of 250.18º degrees, saturation: 0.96, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #6D50FB is Cyan = 0.57, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 109 | 80 | 251 | - |
| CMYK | 0.57 | 0.68 | 0 | 0.02 |
| HSL | 250.18º | 0.96% | 0.65% | - |
| HSV(B) | 250.18º | 0.68% | 0.98% | - |
| XYZ | 26.59 | 15.95 | 92.94 | - |
| YUV | 108.17 | 208.61 | 128.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 80 | 251 | 0.57 | 0.68 | 0 | 0.02 | 250.18 | 0.96 | 0.65 |
| Hex | 6D | 50 | FB | 39 | 44 | 0 | 2 | FA | 60 | 41 |
| Octal | 155 | 120 | 373 | 71 | 104 | 0 | 2 | 372 | 140 | 101 |
| Binary | 1101101 | 1010000 | 11111011 | 111001 | 1000100 | 0 | 10 | 11111010 | 1100000 | 1000001 |
Color Harmonies of #6D50FB
Complementary color
Monochromatic Colors of #6D50FB
Black with #6D50FB
Text Example
Text Example
White with #6D50FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D50FB; }
p { color: rgb(109,80,251); }
H1.HeaderClassName
{
color: #6D50FB;
}
.AnyTagClassName
{
color: #6D50FB;
}
</style>
background-color css
<style>
a { background-color: #6D50FB; }
a { background-color: rgb(109,80,251); }
div.DivClassName
{
background-color: #6D50FB;
}
.BgClassName
{
background-color: #6D50FB;
}
</style>
border-color css
<style>
span { border-color: #6D50FB; }
span { border-color: rgb(109,80,251); }
td.TdClassName
{
border-color: #6D50FB;
}
.TagClassName
{
border-color: #6D50FB;
}
</style>