Shades of Medium Slate Blue #6F56F7
Tints of Medium Slate Blue #6F56F7
RGB
CMYK
RGB Variations
Color information
#6F56F7 (or 0x6F56F7) is known color: Medium Slate Blue. HEX triplet: 6F, 56 and F7. RGB value is (111,86,247). Sum of RGB (Red+Green+Blue) = 111+86+247=444 (58% of max value = 765). Red value is 111 (43.75% from 255 or 25% from 444); Green value is 86 (33.98% from 255 or 19.37% from 444); Blue value is 247 (96.88% from 255 or 55.63% from 444); Max value from RGB is 247 - color contains mainly: blue. Hex color #6F56F7 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #6F56F7 is #90A908. Grayscale: #6F6F6F. Windows color (decimal): -9480457 or 16209519. OLE color: 16209519.
HSL color Cylindrical-coordinate representation of color #6F56F7: hue angle of 249.32º degrees, saturation: 0.91, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #6F56F7 is Cyan = 0.55, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 111 | 86 | 247 | - |
| CMYK | 0.55 | 0.65 | 0 | 0.03 |
| HSL | 249.32º | 0.91% | 0.65% | - |
| HSV(B) | 249.32º | 0.65% | 0.97% | - |
| XYZ | 26.67 | 16.75 | 89.82 | - |
| YUV | 111.83 | 204.28 | 127.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 86 | 247 | 0.55 | 0.65 | 0 | 0.03 | 249.32 | 0.91 | 0.65 |
| Hex | 6F | 56 | F7 | 37 | 41 | 0 | 3 | F9 | 5B | 41 |
| Octal | 157 | 126 | 367 | 67 | 101 | 0 | 3 | 371 | 133 | 101 |
| Binary | 1101111 | 1010110 | 11110111 | 110111 | 1000001 | 0 | 11 | 11111001 | 1011011 | 1000001 |
Color Harmonies of #6F56F7
Complementary color
Monochromatic Colors of #6F56F7
Black with #6F56F7
Text Example
Text Example
White with #6F56F7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F56F7; }
p { color: rgb(111,86,247); }
H1.HeaderClassName
{
color: #6F56F7;
}
.AnyTagClassName
{
color: #6F56F7;
}
</style>
background-color css
<style>
a { background-color: #6F56F7; }
a { background-color: rgb(111,86,247); }
div.DivClassName
{
background-color: #6F56F7;
}
.BgClassName
{
background-color: #6F56F7;
}
</style>
border-color css
<style>
span { border-color: #6F56F7; }
span { border-color: rgb(111,86,247); }
td.TdClassName
{
border-color: #6F56F7;
}
.TagClassName
{
border-color: #6F56F7;
}
</style>