#6E5DEE

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

Shades of Medium Slate Blue #6E5DEE

Tints of Medium Slate Blue #6E5DEE

Color information

#6E5DEE (or 0x6E5DEE) is unknown color: approx Medium Slate Blue. HEX triplet: 6E, 5D and EE. RGB value is (110,93,238). Sum of RGB (Red+Green+Blue) = 110+93+238=441 (58% of max value = 765). Red value is 110 (43.36% from 255 or 24.94% from 441); Green value is 93 (36.72% from 255 or 21.09% from 441); Blue value is 238 (93.36% from 255 or 53.97% from 441); Max value from RGB is 238 - color contains mainly: blue. Hex color #6E5DEE is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #6E5DEE is #91A211. Grayscale: #727272. Windows color (decimal): -9544210 or 15621486. OLE color: 15621486.

HSL color Cylindrical-coordinate representation of color #6E5DEE: hue angle of 247.03º degrees, saturation: 0.81, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #6E5DEE is Cyan = 0.54, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB11093238-
CMYK0.540.6100.07
HSL247.03º81.01%64.9%-
HSV(B)247.03º60.92%93.33%-
XYZ25.7817.3282.87-
YUV114.61197.63124.71-

RGB Variations

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

RGB

RED value IS 110 (43.36% from 255) = 24.94%
GREEN value IS 93 (36.72% from 255) = 21.09%
BLUE value IS 238 (93.36% from 255) = 53.97%
R=24.94%
G=21.09%
B=53.97%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal110932380.540.6100.07247.0381.0164.9
Hex6E5DEE363D07f75141
Octal156135356667507367121101
Binary110111010111011110111011011011110101111111011110100011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6E5DEE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(110,93,238); }

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

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

 a { background-color: rgb(110,93,238); }

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

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

 span { border-color: rgb(110,93,238); }

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