Shades of Medium Slate Blue #6F50F6
Tints of Medium Slate Blue #6F50F6
RGB
CMYK
RGB Variations
Color information
#6F50F6 (or 0x6F50F6) is known color: Medium Slate Blue. HEX triplet: 6F, 50 and F6. RGB value is (111,80,246). Sum of RGB (Red+Green+Blue) = 111+80+246=437 (57% of max value = 765). Red value is 111 (43.75% from 255 or 25.40% from 437); Green value is 80 (31.64% from 255 or 18.31% from 437); Blue value is 246 (96.48% from 255 or 56.29% from 437); Max value from RGB is 246 - color contains mainly: blue. Hex color #6F50F6 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #6F50F6 is #90AF09. Grayscale: #6B6B6B. Windows color (decimal): -9481994 or 16142447. OLE color: 16142447.
HSL color Cylindrical-coordinate representation of color #6F50F6: hue angle of 251.2º degrees, saturation: 0.9, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #6F50F6 is Cyan = 0.55, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 111 | 80 | 246 | - |
| CMYK | 0.55 | 0.67 | 0 | 0.04 |
| HSL | 251.2º | 0.9% | 0.64% | - |
| HSV(B) | 251.2º | 0.67% | 0.96% | - |
| XYZ | 26.06 | 15.77 | 88.86 | - |
| YUV | 108.19 | 205.77 | 130 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 80 | 246 | 0.55 | 0.67 | 0 | 0.04 | 251.2 | 0.9 | 0.64 |
| Hex | 6F | 50 | F6 | 37 | 43 | 0 | 4 | FB | 5A | 40 |
| Octal | 157 | 120 | 366 | 67 | 103 | 0 | 4 | 373 | 132 | 100 |
| Binary | 1101111 | 1010000 | 11110110 | 110111 | 1000011 | 0 | 100 | 11111011 | 1011010 | 1000000 |
Color Harmonies of #6F50F6
Complementary color
Monochromatic Colors of #6F50F6
Black with #6F50F6
Text Example
Text Example
White with #6F50F6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F50F6; }
p { color: rgb(111,80,246); }
H1.HeaderClassName
{
color: #6F50F6;
}
.AnyTagClassName
{
color: #6F50F6;
}
</style>
background-color css
<style>
a { background-color: #6F50F6; }
a { background-color: rgb(111,80,246); }
div.DivClassName
{
background-color: #6F50F6;
}
.BgClassName
{
background-color: #6F50F6;
}
</style>
border-color css
<style>
span { border-color: #6F50F6; }
span { border-color: rgb(111,80,246); }
td.TdClassName
{
border-color: #6F50F6;
}
.TagClassName
{
border-color: #6F50F6;
}
</style>