Shades of Medium Slate Blue #6F4EFE
Tints of Medium Slate Blue #6F4EFE
RGB
CMYK
RGB Variations
Color information
#6F4EFE (or 0x6F4EFE) is known color: Medium Slate Blue. HEX triplet: 6F, 4E and FE. RGB value is (111,78,254). Sum of RGB (Red+Green+Blue) = 111+78+254=443 (58% of max value = 765). Red value is 111 (43.75% from 255 or 25.06% from 443); Green value is 78 (30.86% from 255 or 17.61% from 443); Blue value is 254 (99.61% from 255 or 57.34% from 443); Max value from RGB is 254 - color contains mainly: blue. Hex color #6F4EFE is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #6F4EFE is #90B101. Grayscale: #6B6B6B. Windows color (decimal): -9482498 or 16666223. OLE color: 16666223.
HSL color Cylindrical-coordinate representation of color #6F4EFE: hue angle of 251.25º degrees, saturation: 0.99, lightness: 0.65%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #6F4EFE is Cyan = 0.56, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 111 | 78 | 254 | - |
| CMYK | 0.56 | 0.69 | 0 | 0.00 |
| HSL | 251.25º | 0.99% | 0.65% | - |
| HSV(B) | 251.25º | 0.69% | 1% | - |
| XYZ | 27.17 | 15.98 | 95.42 | - |
| YUV | 107.93 | 210.43 | 130.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 78 | 254 | 0.56 | 0.69 | 0 | 0.00 | 251.25 | 0.99 | 0.65 |
| Hex | 6F | 4E | FE | 38 | 45 | 0 | 0 | FB | 63 | 41 |
| Octal | 157 | 116 | 376 | 70 | 105 | 0 | 0 | 373 | 143 | 101 |
| Binary | 1101111 | 1001110 | 11111110 | 111000 | 1000101 | 0 | 0 | 11111011 | 1100011 | 1000001 |
Color Harmonies of #6F4EFE
Complementary color
Monochromatic Colors of #6F4EFE
Black with #6F4EFE
Text Example
Text Example
White with #6F4EFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F4EFE; }
p { color: rgb(111,78,254); }
H1.HeaderClassName
{
color: #6F4EFE;
}
.AnyTagClassName
{
color: #6F4EFE;
}
</style>
background-color css
<style>
a { background-color: #6F4EFE; }
a { background-color: rgb(111,78,254); }
div.DivClassName
{
background-color: #6F4EFE;
}
.BgClassName
{
background-color: #6F4EFE;
}
</style>
border-color css
<style>
span { border-color: #6F4EFE; }
span { border-color: rgb(111,78,254); }
td.TdClassName
{
border-color: #6F4EFE;
}
.TagClassName
{
border-color: #6F4EFE;
}
</style>