Shades of Medium Slate Blue #6D50F2
Tints of Medium Slate Blue #6D50F2
RGB
CMYK
RGB Variations
Color information
#6D50F2 (or 0x6D50F2) is known color: Medium Slate Blue. HEX triplet: 6D, 50 and F2. RGB value is (109,80,242). Sum of RGB (Red+Green+Blue) = 109+80+242=431 (57% of max value = 765). Red value is 109 (42.97% from 255 or 25.29% from 431); Green value is 80 (31.64% from 255 or 18.56% from 431); Blue value is 242 (94.92% from 255 or 56.15% from 431); Max value from RGB is 242 - color contains mainly: blue. Hex color #6D50F2 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #6D50F2 is #92AF0D. Grayscale: #6A6A6A. Windows color (decimal): -9613070 or 15880301. OLE color: 15880301.
HSL color Cylindrical-coordinate representation of color #6D50F2: hue angle of 250.74º degrees, saturation: 0.86, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #6D50F2 is Cyan = 0.55, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 109 | 80 | 242 | - |
| CMYK | 0.55 | 0.67 | 0 | 0.05 |
| HSL | 250.74º | 0.86% | 0.63% | - |
| HSV(B) | 250.74º | 0.67% | 0.95% | - |
| XYZ | 25.2 | 15.4 | 85.65 | - |
| YUV | 107.14 | 204.11 | 129.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 80 | 242 | 0.55 | 0.67 | 0 | 0.05 | 250.74 | 0.86 | 0.63 |
| Hex | 6D | 50 | F2 | 37 | 43 | 0 | 5 | FB | 56 | 3F |
| Octal | 155 | 120 | 362 | 67 | 103 | 0 | 5 | 373 | 126 | 77 |
| Binary | 1101101 | 1010000 | 11110010 | 110111 | 1000011 | 0 | 101 | 11111011 | 1010110 | 111111 |
Color Harmonies of #6D50F2
Complementary color
Monochromatic Colors of #6D50F2
Black with #6D50F2
Text Example
Text Example
White with #6D50F2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D50F2; }
p { color: rgb(109,80,242); }
H1.HeaderClassName
{
color: #6D50F2;
}
.AnyTagClassName
{
color: #6D50F2;
}
</style>
background-color css
<style>
a { background-color: #6D50F2; }
a { background-color: rgb(109,80,242); }
div.DivClassName
{
background-color: #6D50F2;
}
.BgClassName
{
background-color: #6D50F2;
}
</style>
border-color css
<style>
span { border-color: #6D50F2; }
span { border-color: rgb(109,80,242); }
td.TdClassName
{
border-color: #6D50F2;
}
.TagClassName
{
border-color: #6D50F2;
}
</style>