Shades of Medium Slate Blue #6F49FC
Tints of Medium Slate Blue #6F49FC
RGB
CMYK
RGB Variations
Color information
#6F49FC (or 0x6F49FC) is known color: Medium Slate Blue. HEX triplet: 6F, 49 and FC. RGB value is (111,73,252). Sum of RGB (Red+Green+Blue) = 111+73+252=436 (57% of max value = 765). Red value is 111 (43.75% from 255 or 25.46% from 436); Green value is 73 (28.91% from 255 or 16.74% from 436); Blue value is 252 (98.83% from 255 or 57.80% from 436); Max value from RGB is 252 - color contains mainly: blue. Hex color #6F49FC is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #6F49FC is #90B603. Grayscale: #686868. Windows color (decimal): -9483780 or 16533871. OLE color: 16533871.
HSL color Cylindrical-coordinate representation of color #6F49FC: hue angle of 252.74º degrees, saturation: 0.97, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #6F49FC is Cyan = 0.56, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 111 | 73 | 252 | - |
| CMYK | 0.56 | 0.71 | 0 | 0.01 |
| HSL | 252.74º | 0.97% | 0.64% | - |
| HSV(B) | 252.74º | 0.71% | 0.99% | - |
| XYZ | 26.51 | 15.17 | 93.63 | - |
| YUV | 104.77 | 211.09 | 132.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 73 | 252 | 0.56 | 0.71 | 0 | 0.01 | 252.74 | 0.97 | 0.64 |
| Hex | 6F | 49 | FC | 38 | 47 | 0 | 1 | FD | 61 | 40 |
| Octal | 157 | 111 | 374 | 70 | 107 | 0 | 1 | 375 | 141 | 100 |
| Binary | 1101111 | 1001001 | 11111100 | 111000 | 1000111 | 0 | 1 | 11111101 | 1100001 | 1000000 |
Color Harmonies of #6F49FC
Complementary color
Monochromatic Colors of #6F49FC
Black with #6F49FC
Text Example
Text Example
White with #6F49FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F49FC; }
p { color: rgb(111,73,252); }
H1.HeaderClassName
{
color: #6F49FC;
}
.AnyTagClassName
{
color: #6F49FC;
}
</style>
background-color css
<style>
a { background-color: #6F49FC; }
a { background-color: rgb(111,73,252); }
div.DivClassName
{
background-color: #6F49FC;
}
.BgClassName
{
background-color: #6F49FC;
}
</style>
border-color css
<style>
span { border-color: #6F49FC; }
span { border-color: rgb(111,73,252); }
td.TdClassName
{
border-color: #6F49FC;
}
.TagClassName
{
border-color: #6F49FC;
}
</style>