Shades of Medium Slate Blue #6E6AEE
Tints of Medium Slate Blue #6E6AEE
RGB
CMYK
RGB Variations
Color information
#6E6AEE (or 0x6E6AEE) is known color: Medium Slate Blue. HEX triplet: 6E, 6A and EE. RGB value is (110,106,238). Sum of RGB (Red+Green+Blue) = 110+106+238=454 (60% of max value = 765). Red value is 110 (43.36% from 255 or 24.23% from 454); Green value is 106 (41.80% from 255 or 23.35% from 454); Blue value is 238 (93.36% from 255 or 52.42% from 454); Max value from RGB is 238 - color contains mainly: blue. Hex color #6E6AEE is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #6E6AEE is #919511. Grayscale: #797979. Windows color (decimal): -9540882 or 15624814. OLE color: 15624814.
HSL color Cylindrical-coordinate representation of color #6E6AEE: hue angle of 241.82º degrees, saturation: 0.8, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #6E6AEE is Cyan = 0.54, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 110 | 106 | 238 | - |
| CMYK | 0.54 | 0.55 | 0 | 0.07 |
| HSL | 241.82º | 0.8% | 0.67% | - |
| HSV(B) | 241.82º | 0.55% | 0.93% | - |
| XYZ | 27.02 | 19.8 | 83.29 | - |
| YUV | 122.24 | 193.33 | 119.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 106 | 238 | 0.54 | 0.55 | 0 | 0.07 | 241.82 | 0.8 | 0.67 |
| Hex | 6E | 6A | EE | 36 | 37 | 0 | 7 | F2 | 50 | 43 |
| Octal | 156 | 152 | 356 | 66 | 67 | 0 | 7 | 362 | 120 | 103 |
| Binary | 1101110 | 1101010 | 11101110 | 110110 | 110111 | 0 | 111 | 11110010 | 1010000 | 1000011 |
Color Harmonies of #6E6AEE
Complementary color
Monochromatic Colors of #6E6AEE
Black with #6E6AEE
Text Example
Text Example
White with #6E6AEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6E6AEE; }
p { color: rgb(110,106,238); }
H1.HeaderClassName
{
color: #6E6AEE;
}
.AnyTagClassName
{
color: #6E6AEE;
}
</style>
background-color css
<style>
a { background-color: #6E6AEE; }
a { background-color: rgb(110,106,238); }
div.DivClassName
{
background-color: #6E6AEE;
}
.BgClassName
{
background-color: #6E6AEE;
}
</style>
border-color css
<style>
span { border-color: #6E6AEE; }
span { border-color: rgb(110,106,238); }
td.TdClassName
{
border-color: #6E6AEE;
}
.TagClassName
{
border-color: #6E6AEE;
}
</style>