COLOR #6E5371

HEX: #6E5371
RGB: (110,83,113)

Color info

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

RGB color model

#6E5371 color RGB value is (110,83,113).

  • red value is 110;
  • green value is 83;
  • blue value is 113.
RGB:
(110,83,113)
(43%,33%,44%)

RGB channels and saturation

R 110 of 255 = 43%
G 83 of 255 = 33%
B 113 of 255 = 44%

110
83
113

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

Portions of RGB colors in percentages

R + G + B =
110 + 83 + 113 = 306 (100%)
R 110 of 306 ~ 35.95%
G 83 of 306 ~ 27.12%
B 113 of 306 ~ 36.93%

%35.95
%27.12
%36.93

CMYK color model

#6E5371 color CMYK value is (3,27,0,56).

  • cyan value is 2.65%
  • magenta value is 26.55%
  • yellow value is 0.00%
  • key color value is 55.69%
CMYK:
(3,27,0,56)
C3M27Y0K56 
(3%,27%,0%,56%)
(0.03/0.27/0.00/0.56)	

CMYK percentages

%2.65
%26.55
%0
%55.69

Codes

Color #6E5371 in popluar color models

6E5371
RGB11083113
HSL294°15.31%38.43%
HSB/HSV294°26.55%44.31%
CMYK2.65%26.55%0.00%
55.69%

Color #6E5371 in popluar number systems.

HEX6E5371
Decimal11083113
Binary110111010100111110001
Octal156123161

Shades and tints

Shades of #6E5371

#6E5371
(110,83,113)
#644C67
(100,76,103)
#5A455D
(90,69,93)
#503E53
(80,62,83)
#463749
(70,55,73)
#3C303F
(60,48,63)
#322935
(50,41,53)
#28222B
(40,34,43)
#1E1B21
(30,27,33)
#141417
(20,20,23)
#0A0D0D
(10,13,13)
#000000
(0,0,0)

Tints of #6E5371

#6E5371
(110,83,113)
#7B627D
(123,98,125)
#887189
(136,113,137)
#958095
(149,128,149)
#A28FA1
(162,143,161)
#AF9EAD
(175,158,173)
#BCADB9
(188,173,185)
#C9BCC5
(201,188,197)
#D6CBD1
(214,203,209)
#E3DADD
(227,218,221)
#F0E9E9
(240,233,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6E5371 color. Also use rgb(110,83,113) instead hex code.

Text Font Color

.myTextColor { color: #6E5371; }

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

This text font color is #6E5371.


Background Color

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

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

This div background color is #6E5371.


Border color

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

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

This div border color is #6E5371.


Opacity

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

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

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

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

This text has shadow with #6E5371 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6E5371 on black background.


Color preview on white background

This text has color #6E5371 on white background.



Black color preview on #6E5371 background

This text has black color on #6E5371 background.


White color preview on #6E5371 background

This text has white color on #6E5371 background.