Shades of Medium Slate Blue #6F49F1
Tints of Medium Slate Blue #6F49F1
RGB
CMYK
RGB Variations
Color information
#6F49F1 (or 0x6F49F1) is known color: Medium Slate Blue. HEX triplet: 6F, 49 and F1. RGB value is (111,73,241). Sum of RGB (Red+Green+Blue) = 111+73+241=425 (56% of max value = 765). Red value is 111 (43.75% from 255 or 26.12% from 425); Green value is 73 (28.91% from 255 or 17.18% from 425); Blue value is 241 (94.53% from 255 or 56.71% from 425); Max value from RGB is 241 - color contains mainly: blue. Hex color #6F49F1 is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #6F49F1 is #90B60E. Grayscale: #666666. Windows color (decimal): -9483791 or 15812975. OLE color: 15812975.
HSL color Cylindrical-coordinate representation of color #6F49F1: hue angle of 253.57º degrees, saturation: 0.86, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #6F49F1 is Cyan = 0.54, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 111 | 73 | 241 | - |
| CMYK | 0.54 | 0.70 | 0 | 0.05 |
| HSL | 253.57º | 0.86% | 0.62% | - |
| HSV(B) | 253.57º | 0.7% | 0.95% | - |
| XYZ | 24.82 | 14.5 | 84.71 | - |
| YUV | 103.51 | 205.59 | 133.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 73 | 241 | 0.54 | 0.70 | 0 | 0.05 | 253.57 | 0.86 | 0.62 |
| Hex | 6F | 49 | F1 | 36 | 46 | 0 | 5 | FE | 56 | 3E |
| Octal | 157 | 111 | 361 | 66 | 106 | 0 | 5 | 376 | 126 | 76 |
| Binary | 1101111 | 1001001 | 11110001 | 110110 | 1000110 | 0 | 101 | 11111110 | 1010110 | 111110 |
Color Harmonies of #6F49F1
Complementary color
Monochromatic Colors of #6F49F1
Black with #6F49F1
Text Example
Text Example
White with #6F49F1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F49F1; }
p { color: rgb(111,73,241); }
H1.HeaderClassName
{
color: #6F49F1;
}
.AnyTagClassName
{
color: #6F49F1;
}
</style>
background-color css
<style>
a { background-color: #6F49F1; }
a { background-color: rgb(111,73,241); }
div.DivClassName
{
background-color: #6F49F1;
}
.BgClassName
{
background-color: #6F49F1;
}
</style>
border-color css
<style>
span { border-color: #6F49F1; }
span { border-color: rgb(111,73,241); }
td.TdClassName
{
border-color: #6F49F1;
}
.TagClassName
{
border-color: #6F49F1;
}
</style>