Shades of Medium Slate Blue #6F50EF
Tints of Medium Slate Blue #6F50EF
RGB
CMYK
RGB Variations
Color information
#6F50EF (or 0x6F50EF) is known color: Medium Slate Blue. HEX triplet: 6F, 50 and EF. RGB value is (111,80,239). Sum of RGB (Red+Green+Blue) = 111+80+239=430 (56% of max value = 765). Red value is 111 (43.75% from 255 or 25.81% from 430); Green value is 80 (31.64% from 255 or 18.60% from 430); Blue value is 239 (93.75% from 255 or 55.58% from 430); Max value from RGB is 239 - color contains mainly: blue. Hex color #6F50EF is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #6F50EF is #90AF10. Grayscale: #6A6A6A. Windows color (decimal): -9482001 or 15683695. OLE color: 15683695.
HSL color Cylindrical-coordinate representation of color #6F50EF: hue angle of 251.7º degrees, saturation: 0.83, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #6F50EF is Cyan = 0.54, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 111 | 80 | 239 | - |
| CMYK | 0.54 | 0.67 | 0 | 0.06 |
| HSL | 251.7º | 0.83% | 0.63% | - |
| HSV(B) | 251.7º | 0.67% | 0.94% | - |
| XYZ | 25 | 15.35 | 83.31 | - |
| YUV | 107.4 | 202.27 | 130.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 80 | 239 | 0.54 | 0.67 | 0 | 0.06 | 251.7 | 0.83 | 0.63 |
| Hex | 6F | 50 | EF | 36 | 43 | 0 | 6 | FC | 53 | 3F |
| Octal | 157 | 120 | 357 | 66 | 103 | 0 | 6 | 374 | 123 | 77 |
| Binary | 1101111 | 1010000 | 11101111 | 110110 | 1000011 | 0 | 110 | 11111100 | 1010011 | 111111 |
Color Harmonies of #6F50EF
Complementary color
Monochromatic Colors of #6F50EF
Black with #6F50EF
Text Example
Text Example
White with #6F50EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F50EF; }
p { color: rgb(111,80,239); }
H1.HeaderClassName
{
color: #6F50EF;
}
.AnyTagClassName
{
color: #6F50EF;
}
</style>
background-color css
<style>
a { background-color: #6F50EF; }
a { background-color: rgb(111,80,239); }
div.DivClassName
{
background-color: #6F50EF;
}
.BgClassName
{
background-color: #6F50EF;
}
</style>
border-color css
<style>
span { border-color: #6F50EF; }
span { border-color: rgb(111,80,239); }
td.TdClassName
{
border-color: #6F50EF;
}
.TagClassName
{
border-color: #6F50EF;
}
</style>