COLOR #6E5177

HEX: #6E5177
RGB: (110,81,119)

Color info

#6E5177 contains red, green and blue colors in about the same proportion. Web safe color of #6E5177 is #666666 (or #666).

RGB color model

#6E5177 color RGB value is (110,81,119).

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

RGB channels and saturation

R 110 of 255 = 43%
G 81 of 255 = 32%
B 119 of 255 = 47%

110
81
119

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

Portions of RGB colors in percentages

R + G + B =
110 + 81 + 119 = 310 (100%)
R 110 of 310 ~ 35.48%
G 81 of 310 ~ 26.13%
B 119 of 310 ~ 38.39%

%35.48
%26.13
%38.39

CMYK color model

#6E5177 color CMYK value is (8,32,0,53).

  • cyan value is 7.56%
  • magenta value is 31.93%
  • yellow value is 0.00%
  • key color value is 53.33%
CMYK:
(8,32,0,53)
C8M32Y0K53 
(8%,32%,0%,53%)
(0.08/0.32/0.00/0.53)	

CMYK percentages

%7.56
%31.93
%0
%53.33

Codes

Color #6E5177 in popluar color models

6E5177
RGB11081119
HSL286°19.00%39.22%
HSB/HSV286°31.93%46.67%
CMYK7.56%31.93%0.00%
53.33%

Color #6E5177 in popluar number systems.

HEX6E5177
Decimal11081119
Binary110111010100011110111
Octal156121167

Shades and tints

Shades of #6E5177

#6E5177
(110,81,119)
#644A6D
(100,74,109)
#5A4363
(90,67,99)
#503C59
(80,60,89)
#46354F
(70,53,79)
#3C2E45
(60,46,69)
#32273B
(50,39,59)
#282031
(40,32,49)
#1E1927
(30,25,39)
#14121D
(20,18,29)
#0A0B13
(10,11,19)
#000000
(0,0,0)

Tints of #6E5177

#6E5177
(110,81,119)
#7B6083
(123,96,131)
#886F8F
(136,111,143)
#957E9B
(149,126,155)
#A28DA7
(162,141,167)
#AF9CB3
(175,156,179)
#BCABBF
(188,171,191)
#C9BACB
(201,186,203)
#D6C9D7
(214,201,215)
#E3D8E3
(227,216,227)
#F0E7EF
(240,231,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6E5177; }

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

This text font color is #6E5177.


Background Color

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

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

This div background color is #6E5177.


Border color

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

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

This div border color is #6E5177.


Opacity

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

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

Text with #6E5177 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 #6E5177;}

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

This text has shadow with #6E5177 color.

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

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

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


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

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

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


Div box shadow color

/* css code */
.divShadow
{
  -moz-box-shadow:	1px 1px 3px 2px #6E5177;
  -webkit-box-shadow:	1px 1px 3px 2px #6E5177;
  box-shadow:		1px 1px 3px 2px #6E5177;
}

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

Preview

Color preview on black background

This text has color #6E5177 on black background.


Color preview on white background

This text has color #6E5177 on white background.



Black color preview on #6E5177 background

This text has black color on #6E5177 background.


White color preview on #6E5177 background

This text has white color on #6E5177 background.