#6E5BE7

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

Shades of Medium Slate Blue #6E5BE7

Tints of Medium Slate Blue #6E5BE7

Color information

#6E5BE7 (or 0x6E5BE7) is unknown color: approx Medium Slate Blue. HEX triplet: 6E, 5B and E7. RGB value is (110,91,231). Sum of RGB (Red+Green+Blue) = 110+91+231=432 (57% of max value = 765). Red value is 110 (43.36% from 255 or 25.46% from 432); Green value is 91 (35.94% from 255 or 21.06% from 432); Blue value is 231 (90.62% from 255 or 53.47% from 432); Max value from RGB is 231 - color contains mainly: blue. Hex color #6E5BE7 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #6E5BE7 is #91A418. Grayscale: #707070. Windows color (decimal): -9544729 or 15162222. OLE color: 15162222.

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

Color convert

RGB11091231-
CMYK0.520.6100.09
HSL248.14º74.47%63.14%-
HSV(B)248.14º60.61%90.59%-
XYZ24.616.5777.5-
YUV112.64194.79126.12-

RGB Variations

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

RGB

RED value IS 110 (43.36% from 255) = 25.46%
GREEN value IS 91 (35.94% from 255) = 21.06%
BLUE value IS 231 (90.62% from 255) = 53.47%
R=25.46%
G=21.06%
B=53.47%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal110912310.520.6100.09248.1474.4763.14
Hex6E5BE7343D09f84a3f
Octal156133347647501137011277
Binary110111010110111110011111010011110101001111110001001010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6E5BE7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(110,91,231); }

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

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

 a { background-color: rgb(110,91,231); }

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

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

 span { border-color: rgb(110,91,231); }

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