Shades of Medium Slate Blue #6F4DFE
Tints of Medium Slate Blue #6F4DFE
RGB
CMYK
RGB Variations
Color information
#6F4DFE (or 0x6F4DFE) is known color: Medium Slate Blue. HEX triplet: 6F, 4D and FE. RGB value is (111,77,254). Sum of RGB (Red+Green+Blue) = 111+77+254=442 (58% of max value = 765). Red value is 111 (43.75% from 255 or 25.11% from 442); Green value is 77 (30.47% from 255 or 17.42% from 442); Blue value is 254 (99.61% from 255 or 57.47% from 442); Max value from RGB is 254 - color contains mainly: blue. Hex color #6F4DFE is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #6F4DFE is #90B201. Grayscale: #6A6A6A. Windows color (decimal): -9482754 or 16665967. OLE color: 16665967.
HSL color Cylindrical-coordinate representation of color #6F4DFE: hue angle of 251.53º degrees, saturation: 0.99, lightness: 0.65%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #6F4DFE is Cyan = 0.56, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 111 | 77 | 254 | - |
| CMYK | 0.56 | 0.70 | 0 | 0.00 |
| HSL | 251.53º | 0.99% | 0.65% | - |
| HSV(B) | 251.53º | 0.7% | 1% | - |
| XYZ | 27.1 | 15.84 | 95.4 | - |
| YUV | 107.34 | 210.76 | 130.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 77 | 254 | 0.56 | 0.70 | 0 | 0.00 | 251.53 | 0.99 | 0.65 |
| Hex | 6F | 4D | FE | 38 | 46 | 0 | 0 | FC | 63 | 41 |
| Octal | 157 | 115 | 376 | 70 | 106 | 0 | 0 | 374 | 143 | 101 |
| Binary | 1101111 | 1001101 | 11111110 | 111000 | 1000110 | 0 | 0 | 11111100 | 1100011 | 1000001 |
Color Harmonies of #6F4DFE
Complementary color
Monochromatic Colors of #6F4DFE
Black with #6F4DFE
Text Example
Text Example
White with #6F4DFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F4DFE; }
p { color: rgb(111,77,254); }
H1.HeaderClassName
{
color: #6F4DFE;
}
.AnyTagClassName
{
color: #6F4DFE;
}
</style>
background-color css
<style>
a { background-color: #6F4DFE; }
a { background-color: rgb(111,77,254); }
div.DivClassName
{
background-color: #6F4DFE;
}
.BgClassName
{
background-color: #6F4DFE;
}
</style>
border-color css
<style>
span { border-color: #6F4DFE; }
span { border-color: rgb(111,77,254); }
td.TdClassName
{
border-color: #6F4DFE;
}
.TagClassName
{
border-color: #6F4DFE;
}
</style>