Shades of Medium Slate Blue #6F50F9
Tints of Medium Slate Blue #6F50F9
RGB
CMYK
RGB Variations
Color information
#6F50F9 (or 0x6F50F9) is known color: Medium Slate Blue. HEX triplet: 6F, 50 and F9. RGB value is (111,80,249). Sum of RGB (Red+Green+Blue) = 111+80+249=440 (58% of max value = 765). Red value is 111 (43.75% from 255 or 25.23% from 440); Green value is 80 (31.64% from 255 or 18.18% from 440); Blue value is 249 (97.66% from 255 or 56.59% from 440); Max value from RGB is 249 - color contains mainly: blue. Hex color #6F50F9 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #6F50F9 is #90AF06. Grayscale: #6B6B6B. Windows color (decimal): -9481991 or 16339055. OLE color: 16339055.
HSL color Cylindrical-coordinate representation of color #6F50F9: hue angle of 251.01º degrees, saturation: 0.93, 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 #6F50F9 is Cyan = 0.55, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 111 | 80 | 249 | - |
| CMYK | 0.55 | 0.68 | 0 | 0.02 |
| HSL | 251.01º | 0.93% | 0.65% | - |
| HSV(B) | 251.01º | 0.68% | 0.98% | - |
| XYZ | 26.52 | 15.96 | 91.3 | - |
| YUV | 108.54 | 207.27 | 129.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 80 | 249 | 0.55 | 0.68 | 0 | 0.02 | 251.01 | 0.93 | 0.65 |
| Hex | 6F | 50 | F9 | 37 | 44 | 0 | 2 | FB | 5D | 41 |
| Octal | 157 | 120 | 371 | 67 | 104 | 0 | 2 | 373 | 135 | 101 |
| Binary | 1101111 | 1010000 | 11111001 | 110111 | 1000100 | 0 | 10 | 11111011 | 1011101 | 1000001 |
Color Harmonies of #6F50F9
Complementary color
Monochromatic Colors of #6F50F9
Black with #6F50F9
Text Example
Text Example
White with #6F50F9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F50F9; }
p { color: rgb(111,80,249); }
H1.HeaderClassName
{
color: #6F50F9;
}
.AnyTagClassName
{
color: #6F50F9;
}
</style>
background-color css
<style>
a { background-color: #6F50F9; }
a { background-color: rgb(111,80,249); }
div.DivClassName
{
background-color: #6F50F9;
}
.BgClassName
{
background-color: #6F50F9;
}
</style>
border-color css
<style>
span { border-color: #6F50F9; }
span { border-color: rgb(111,80,249); }
td.TdClassName
{
border-color: #6F50F9;
}
.TagClassName
{
border-color: #6F50F9;
}
</style>