Shades of Medium Slate Blue #6E50F2
Tints of Medium Slate Blue #6E50F2
RGB
CMYK
RGB Variations
Color information
#6E50F2 (or 0x6E50F2) is known color: Medium Slate Blue. HEX triplet: 6E, 50 and F2. RGB value is (110,80,242). Sum of RGB (Red+Green+Blue) = 110+80+242=432 (57% of max value = 765). Red value is 110 (43.36% from 255 or 25.46% from 432); Green value is 80 (31.64% from 255 or 18.52% from 432); Blue value is 242 (94.92% from 255 or 56.02% from 432); Max value from RGB is 242 - color contains mainly: blue. Hex color #6E50F2 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #6E50F2 is #91AF0D. Grayscale: #6A6A6A. Windows color (decimal): -9547534 or 15880302. OLE color: 15880302.
HSL color Cylindrical-coordinate representation of color #6E50F2: hue angle of 251.11º 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 #6E50F2 is Cyan = 0.55, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 110 | 80 | 242 | - |
| CMYK | 0.55 | 0.67 | 0 | 0.05 |
| HSL | 251.11º | 0.86% | 0.63% | - |
| HSV(B) | 251.11º | 0.67% | 0.95% | - |
| XYZ | 25.33 | 15.46 | 85.65 | - |
| YUV | 107.44 | 203.94 | 129.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 80 | 242 | 0.55 | 0.67 | 0 | 0.05 | 251.11 | 0.86 | 0.63 |
| Hex | 6E | 50 | F2 | 37 | 43 | 0 | 5 | FB | 56 | 3F |
| Octal | 156 | 120 | 362 | 67 | 103 | 0 | 5 | 373 | 126 | 77 |
| Binary | 1101110 | 1010000 | 11110010 | 110111 | 1000011 | 0 | 101 | 11111011 | 1010110 | 111111 |
Color Harmonies of #6E50F2
Complementary color
Monochromatic Colors of #6E50F2
Black with #6E50F2
Text Example
Text Example
White with #6E50F2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6E50F2; }
p { color: rgb(110,80,242); }
H1.HeaderClassName
{
color: #6E50F2;
}
.AnyTagClassName
{
color: #6E50F2;
}
</style>
background-color css
<style>
a { background-color: #6E50F2; }
a { background-color: rgb(110,80,242); }
div.DivClassName
{
background-color: #6E50F2;
}
.BgClassName
{
background-color: #6E50F2;
}
</style>
border-color css
<style>
span { border-color: #6E50F2; }
span { border-color: rgb(110,80,242); }
td.TdClassName
{
border-color: #6E50F2;
}
.TagClassName
{
border-color: #6E50F2;
}
</style>