COLOR #6E518B

HEX: #6E518B
RGB: (110,81,139)

Color info

#6E518B contains red, green and blue colors in about the same proportion. Web safe color of #6E518B is #666699 (or #669).

RGB color model

#6E518B color RGB value is (110,81,139).

  • red value is 110;
  • green value is 81;
  • blue value is 139.
RGB: (110,81,139) (43%,32%,55%)

RGB channels and saturation

R 110 of 255 = 43%
G 81 of 255 = 32%
B 139 of 255 = 55%

110
81
139

R + G + B ~ 43%. #6E518B is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
110 + 81 + 139 = 330 (100%)
R 110 of 330 ~ 33.33%
G 81 of 330 ~ 24.55%
B 139 of 330 ~ 42.12%

%33.33
%24.55
%42.12

CMYK color model

#6E518B color CMYK value is (21,42,0,45).

  • cyan value is 20.86%
  • magenta value is 41.73%
  • yellow value is 0.00%
  • key color value is 45.49%
CMYK: (21,42,0,45) C21M42Y0K45 (21%,42%,0%,45%) (0.21/0.42/0.00/0.45)

CMYK percentages

%20.86
%41.73
%0
%45.49

Codes

Color #6E518B in popluar color models

6E518B
RGB11081139
HSL270°26.36%43.14%
HSB/HSV270°41.73%54.51%
CMYK20.86%41.73%0.00%
45.49%

Color #6E518B in popluar number systems.

HEX6E518B
Decimal11081139
Binary1101110101000110001011
Octal156121213

Shades and tints

Shades of #6E518B

#6E518B
(110,81,139)
#644A7F
(100,74,127)
#5A4373
(90,67,115)
#503C67
(80,60,103)
#46355B
(70,53,91)
#3C2E4F
(60,46,79)
#322743
(50,39,67)
#282037
(40,32,55)
#1E192B
(30,25,43)
#14121F
(20,18,31)
#0A0B13
(10,11,19)
#000000
(0,0,0)

Tints of #6E518B

#6E518B
(110,81,139)
#7B6095
(123,96,149)
#886F9F
(136,111,159)
#957EA9
(149,126,169)
#A28DB3
(162,141,179)
#AF9CBD
(175,156,189)
#BCABC7
(188,171,199)
#C9BAD1
(201,186,209)
#D6C9DB
(214,201,219)
#E3D8E5
(227,216,229)
#F0E7EF
(240,231,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6E518B color. Also use rgb(110,81,139) instead hex code.

Text Font Color

.myTextColor { color: #6E518B; }

<p style="color:#6E518B">This sample text font color is #6E518B.</p>

This text font color is #6E518B.


Background Color

.myBgColor { background-color: #6E518B; }

<div style="background-color:#6E518B">Inner text</div>

This div background color is #6E518B.


Border color

.myBorderColor { border: 1px solid #6E518B; }

<div style="border:3px solid #6E518B">Div</div>

This div border color is #6E518B.


Opacity

.myOpacity80 { color: #6E518B; opacity: 0.8; }

<p style="color:#6E518B;opacity:0.8;">80%</p>

Text with #6E518B color and opacity 100% | 80% | 50% | 30%.

Background with opacity value 100%.

Background with opacity value 80%.

Background with opacity value 50%.

Background with opacity value 30%.

Text shadow color

.textShadow {text-shadow: 3px 3px 1px #6E518B;}

<p style="text-shadow: 3px 3px 1px #6E518B">Text here.</p>

This text has shadow with #6E518B color.

.textShadow {text-shadow: 3px 3px 1px #6E518B, 3px 3px 1px red;}

<p style="text-shadow: 3px 3px 1px #6E518B, 5px 5px 20px red">Text here.</p>

This text has shadow with #6E518B primary color and red secondary color.


Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#6E518B, Direction=45, Strength=4)}

<p style="filter: Shadow(Color=#6E518B, Direction=45, Strength=4)">Text</p>

This text has shadow with #6E518B and red colors in old Internet Explorer.


Div box shadow color

 /* css code */ .divShadow { -moz-box-shadow:	1px 1px 3px 2px #6E518B; -webkit-box-shadow:	1px 1px 3px 2px #6E518B; box-shadow:	1px 1px 3px 2px #6E518B; } /* html code with inline style */ <div style="-moz-box-shadow: 1px 1px 3px 2px #6E518B; -webkit-box-shadow: 1px 1px 3px 2px #6E518B; box-shadow:1px 1px 3px 2px #6E518B;">
Div content here</div>
This div box has shadow with color #6E518B.

Preview

Color preview on black background

This text has color #6E518B on black background.


Color preview on white background

This text has color #6E518B on white background.



Black color preview on #6E518B background

This text has black color on #6E518B background.


White color preview on #6E518B background

This text has white color on #6E518B background.