Shades of Medium Slate Blue #6E42EE
Tints of Medium Slate Blue #6E42EE
RGB
CMYK
RGB Variations
Color information
#6E42EE (or 0x6E42EE) is known color: Medium Slate Blue. HEX triplet: 6E, 42 and EE. RGB value is (110,66,238). Sum of RGB (Red+Green+Blue) = 110+66+238=414 (54% of max value = 765). Red value is 110 (43.36% from 255 or 26.57% from 414); Green value is 66 (26.17% from 255 or 15.94% from 414); Blue value is 238 (93.36% from 255 or 57.49% from 414); Max value from RGB is 238 - color contains mainly: blue. Hex color #6E42EE is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #6E42EE is #91BD11. Grayscale: #626262. Windows color (decimal): -9551122 or 15614574. OLE color: 15614574.
HSL color Cylindrical-coordinate representation of color #6E42EE: hue angle of 255.35º 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 #6E42EE is Cyan = 0.54, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 110 | 66 | 238 | - |
| CMYK | 0.54 | 0.72 | 0 | 0.07 |
| HSL | 255.35º | 0.83% | 0.6% | - |
| HSV(B) | 255.35º | 0.72% | 0.93% | - |
| XYZ | 23.81 | 13.38 | 82.22 | - |
| YUV | 98.76 | 206.58 | 136.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 66 | 238 | 0.54 | 0.72 | 0 | 0.07 | 255.35 | 0.83 | 0.6 |
| Hex | 6E | 42 | EE | 36 | 48 | 0 | 7 | FF | 53 | 3C |
| Octal | 156 | 102 | 356 | 66 | 110 | 0 | 7 | 377 | 123 | 74 |
| Binary | 1101110 | 1000010 | 11101110 | 110110 | 1001000 | 0 | 111 | 11111111 | 1010011 | 111100 |
Color Harmonies of #6E42EE
Complementary color
Monochromatic Colors of #6E42EE
Black with #6E42EE
Text Example
Text Example
White with #6E42EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6E42EE; }
p { color: rgb(110,66,238); }
H1.HeaderClassName
{
color: #6E42EE;
}
.AnyTagClassName
{
color: #6E42EE;
}
</style>
background-color css
<style>
a { background-color: #6E42EE; }
a { background-color: rgb(110,66,238); }
div.DivClassName
{
background-color: #6E42EE;
}
.BgClassName
{
background-color: #6E42EE;
}
</style>
border-color css
<style>
span { border-color: #6E42EE; }
span { border-color: rgb(110,66,238); }
td.TdClassName
{
border-color: #6E42EE;
}
.TagClassName
{
border-color: #6E42EE;
}
</style>