Shades of Medium Slate Blue #6F42EE
Tints of Medium Slate Blue #6F42EE
RGB
CMYK
RGB Variations
Color information
#6F42EE (or 0x6F42EE) is known color: Medium Slate Blue. HEX triplet: 6F, 42 and EE. RGB value is (111,66,238). Sum of RGB (Red+Green+Blue) = 111+66+238=415 (54% of max value = 765). Red value is 111 (43.75% from 255 or 26.75% from 415); Green value is 66 (26.17% from 255 or 15.90% from 415); Blue value is 238 (93.36% from 255 or 57.35% from 415); Max value from RGB is 238 - color contains mainly: blue. Hex color #6F42EE is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #6F42EE is #90BD11. Grayscale: #626262. Windows color (decimal): -9485586 or 15614575. OLE color: 15614575.
HSL color Cylindrical-coordinate representation of color #6F42EE: hue angle of 255.7º degrees, saturation: 0.83, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #6F42EE is Cyan = 0.53, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 111 | 66 | 238 | - |
| CMYK | 0.53 | 0.72 | 0 | 0.07 |
| HSL | 255.7º | 0.83% | 0.6% | - |
| HSV(B) | 255.7º | 0.72% | 0.93% | - |
| XYZ | 23.94 | 13.45 | 82.22 | - |
| YUV | 99.06 | 206.41 | 136.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 66 | 238 | 0.53 | 0.72 | 0 | 0.07 | 255.7 | 0.83 | 0.6 |
| Hex | 6F | 42 | EE | 35 | 48 | 0 | 7 | 100 | 53 | 3C |
| Octal | 157 | 102 | 356 | 65 | 110 | 0 | 7 | 400 | 123 | 74 |
| Binary | 1101111 | 1000010 | 11101110 | 110101 | 1001000 | 0 | 111 | 100000000 | 1010011 | 111100 |
Color Harmonies of #6F42EE
Complementary color
Monochromatic Colors of #6F42EE
Black with #6F42EE
Text Example
Text Example
White with #6F42EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F42EE; }
p { color: rgb(111,66,238); }
H1.HeaderClassName
{
color: #6F42EE;
}
.AnyTagClassName
{
color: #6F42EE;
}
</style>
background-color css
<style>
a { background-color: #6F42EE; }
a { background-color: rgb(111,66,238); }
div.DivClassName
{
background-color: #6F42EE;
}
.BgClassName
{
background-color: #6F42EE;
}
</style>
border-color css
<style>
span { border-color: #6F42EE; }
span { border-color: rgb(111,66,238); }
td.TdClassName
{
border-color: #6F42EE;
}
.TagClassName
{
border-color: #6F42EE;
}
</style>