Shades of Medium Slate Blue #6F41EF
Tints of Medium Slate Blue #6F41EF
RGB
CMYK
RGB Variations
Color information
#6F41EF (or 0x6F41EF) is known color: Medium Slate Blue. HEX triplet: 6F, 41 and EF. RGB value is (111,65,239). Sum of RGB (Red+Green+Blue) = 111+65+239=415 (54% of max value = 765). Red value is 111 (43.75% from 255 or 26.75% from 415); Green value is 65 (25.78% from 255 or 15.66% from 415); Blue value is 239 (93.75% from 255 or 57.59% from 415); Max value from RGB is 239 - color contains mainly: blue. Hex color #6F41EF is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #6F41EF is #90BE10. Grayscale: #616161. Windows color (decimal): -9485841 or 15679855. OLE color: 15679855.
HSL color Cylindrical-coordinate representation of color #6F41EF: hue angle of 255.86º degrees, saturation: 0.84, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #6F41EF is Cyan = 0.54, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 111 | 65 | 239 | - |
| CMYK | 0.54 | 0.73 | 0 | 0.06 |
| HSL | 255.86º | 0.84% | 0.6% | - |
| HSV(B) | 255.86º | 0.73% | 0.94% | - |
| XYZ | 24.03 | 13.39 | 82.98 | - |
| YUV | 98.59 | 207.24 | 136.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 65 | 239 | 0.54 | 0.73 | 0 | 0.06 | 255.86 | 0.84 | 0.6 |
| Hex | 6F | 41 | EF | 36 | 49 | 0 | 6 | 100 | 54 | 3C |
| Octal | 157 | 101 | 357 | 66 | 111 | 0 | 6 | 400 | 124 | 74 |
| Binary | 1101111 | 1000001 | 11101111 | 110110 | 1001001 | 0 | 110 | 100000000 | 1010100 | 111100 |
Color Harmonies of #6F41EF
Complementary color
Monochromatic Colors of #6F41EF
Black with #6F41EF
Text Example
Text Example
White with #6F41EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F41EF; }
p { color: rgb(111,65,239); }
H1.HeaderClassName
{
color: #6F41EF;
}
.AnyTagClassName
{
color: #6F41EF;
}
</style>
background-color css
<style>
a { background-color: #6F41EF; }
a { background-color: rgb(111,65,239); }
div.DivClassName
{
background-color: #6F41EF;
}
.BgClassName
{
background-color: #6F41EF;
}
</style>
border-color css
<style>
span { border-color: #6F41EF; }
span { border-color: rgb(111,65,239); }
td.TdClassName
{
border-color: #6F41EF;
}
.TagClassName
{
border-color: #6F41EF;
}
</style>