#6E6AE9

Color #6E6AE9 Medium Slate Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Medium Slate Blue #6E6AE9

Tints of Medium Slate Blue #6E6AE9

Color information

#6E6AE9 (or 0x6E6AE9) is unknown color: approx Medium Slate Blue. HEX triplet: 6E, 6A and E9. RGB value is (110,106,233). Sum of RGB (Red+Green+Blue) = 110+106+233=449 (59% of max value = 765). Red value is 110 (43.36% from 255 or 24.50% from 449); Green value is 106 (41.80% from 255 or 23.61% from 449); Blue value is 233 (91.41% from 255 or 51.89% from 449); Max value from RGB is 233 - color contains mainly: blue. Hex color #6E6AE9 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #6E6AE9 is #919516. Grayscale: #797979. Windows color (decimal): -9540887 or 15297134. OLE color: 15297134.

HSL color Cylindrical-coordinate representation of color #6E6AE9: hue angle of 241.89º degrees, saturation: 0.74, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #6E6AE9 is Cyan = 0.53, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB110106233-
CMYK0.530.5500.09
HSL241.89º74.27%66.47%-
HSV(B)241.89º54.51%91.37%-
XYZ26.2919.5179.47-
YUV121.67190.83119.67-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 110 (43.36% from 255) = 24.50%
GREEN value IS 106 (41.80% from 255) = 23.61%
BLUE value IS 233 (91.41% from 255) = 51.89%
R=24.50%
G=23.61%
B=51.89%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal1101062330.530.5500.09241.8974.2766.47
Hex6E6AE9353709f24a42
Octal1561523516567011362112102
Binary1101110110101011101001110101110111010011111001010010101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6E6AE9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6E6AE9; }

 p { color: rgb(110,106,233); }

 H1.HeaderClassName
 {
   color: #6E6AE9;
 }
 .AnyTagClassName
 {
   color: #6E6AE9;
 }
</style>
background-color css

<style>
 a { background-color: #6E6AE9; }

 a { background-color: rgb(110,106,233); }

 div.DivClassName
 {
   background-color: #6E6AE9;
 }
 .BgClassName
 {
   background-color: #6E6AE9;
 }
</style>
border-color css

<style>
 span { border-color: #6E6AE9; }

 span { border-color: rgb(110,106,233); }

 td.TdClassName
 {
   border-color: #6E6AE9;
 }
 .TagClassName
 {
   border-color: #6E6AE9;
 }
</style>