COLOR #6E5772

HEX: #6E5772
RGB: (110,87,114)

Color info

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

RGB color model

#6E5772 color RGB value is (110,87,114).

  • red value is 110;
  • green value is 87;
  • blue value is 114.
RGB:
(110,87,114)
(43%,34%,45%)

RGB channels and saturation

R 110 of 255 = 43%
G 87 of 255 = 34%
B 114 of 255 = 45%

110
87
114

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

Portions of RGB colors in percentages

R + G + B =
110 + 87 + 114 = 311 (100%)
R 110 of 311 ~ 35.37%
G 87 of 311 ~ 27.97%
B 114 of 311 ~ 36.66%

%35.37
%27.97
%36.66

CMYK color model

#6E5772 color CMYK value is (4,24,0,55).

  • cyan value is 3.51%
  • magenta value is 23.68%
  • yellow value is 0.00%
  • key color value is 55.29%
CMYK:
(4,24,0,55)
C4M24Y0K55 
(4%,24%,0%,55%)
(0.04/0.24/0.00/0.55)	

CMYK percentages

%3.51
%23.68
%0
%55.29

Codes

Color #6E5772 in popluar color models

6E5772
RGB11087114
HSL291°13.43%39.41%
HSB/HSV291°23.68%44.71%
CMYK3.51%23.68%0.00%
55.29%

Color #6E5772 in popluar number systems.

HEX6E5772
Decimal11087114
Binary110111010101111110010
Octal156127162

Shades and tints

Shades of #6E5772

#6E5772
(110,87,114)
#645068
(100,80,104)
#5A495E
(90,73,94)
#504254
(80,66,84)
#463B4A
(70,59,74)
#3C3440
(60,52,64)
#322D36
(50,45,54)
#28262C
(40,38,44)
#1E1F22
(30,31,34)
#141818
(20,24,24)
#0A110E
(10,17,14)
#000000
(0,0,0)

Tints of #6E5772

#6E5772
(110,87,114)
#7B667E
(123,102,126)
#88758A
(136,117,138)
#958496
(149,132,150)
#A293A2
(162,147,162)
#AFA2AE
(175,162,174)
#BCB1BA
(188,177,186)
#C9C0C6
(201,192,198)
#D6CFD2
(214,207,210)
#E3DEDE
(227,222,222)
#F0EDEA
(240,237,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6E5772 color. Also use rgb(110,87,114) instead hex code.

Text Font Color

.myTextColor { color: #6E5772; }

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

This text font color is #6E5772.


Background Color

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

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

This div background color is #6E5772.


Border color

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

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

This div border color is #6E5772.


Opacity

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

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

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

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

This text has shadow with #6E5772 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6E5772 on black background.


Color preview on white background

This text has color #6E5772 on white background.



Black color preview on #6E5772 background

This text has black color on #6E5772 background.


White color preview on #6E5772 background

This text has white color on #6E5772 background.