COLOR #6E5564

HEX: #6E5564
RGB: (110,85,100)

Color info

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

RGB color model

#6E5564 color RGB value is (110,85,100).

  • red value is 110;
  • green value is 85;
  • blue value is 100.
RGB:
(110,85,100)
(43%,33%,39%)

RGB channels and saturation

R 110 of 255 = 43%
G 85 of 255 = 33%
B 100 of 255 = 39%

110
85
100

R + G + B ~ 38%. #6E5564 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
110 + 85 + 100 = 295 (100%)
R 110 of 295 ~ 37.29%
G 85 of 295 ~ 28.81%
B 100 of 295 ~ 33.9%

%37.29
%28.81
%33.9

CMYK color model

#6E5564 color CMYK value is (0,23,9,57).

  • cyan value is 0.00%
  • magenta value is 22.73%
  • yellow value is 9.09%
  • key color value is 56.86%
CMYK:
(0,23,9,57)
C0M23Y9K57 
(0%,23%,9%,57%)
(0.00/0.23/0.09/0.57)	

CMYK percentages

%0
%22.73
%9.09
%56.86

Codes

Color #6E5564 in popluar color models

6E5564
RGB11085100
HSL324°12.82%38.24%
HSB/HSV324°22.73%43.14%
CMYK0.00%22.73%9.09%
56.86%

Color #6E5564 in popluar number systems.

HEX6E5564
Decimal11085100
Binary110111010101011100100
Octal156125144

Shades and tints

Shades of #6E5564

#6E5564
(110,85,100)
#644E5B
(100,78,91)
#5A4752
(90,71,82)
#504049
(80,64,73)
#463940
(70,57,64)
#3C3237
(60,50,55)
#322B2E
(50,43,46)
#282425
(40,36,37)
#1E1D1C
(30,29,28)
#141613
(20,22,19)
#0A0F0A
(10,15,10)
#000000
(0,0,0)

Tints of #6E5564

#6E5564
(110,85,100)
#7B6472
(123,100,114)
#887380
(136,115,128)
#95828E
(149,130,142)
#A2919C
(162,145,156)
#AFA0AA
(175,160,170)
#BCAFB8
(188,175,184)
#C9BEC6
(201,190,198)
#D6CDD4
(214,205,212)
#E3DCE2
(227,220,226)
#F0EBF0
(240,235,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6E5564 color. Also use rgb(110,85,100) instead hex code.

Text Font Color

.myTextColor { color: #6E5564; }

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

This text font color is #6E5564.


Background Color

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

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

This div background color is #6E5564.


Border color

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

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

This div border color is #6E5564.


Opacity

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

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

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

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

This text has shadow with #6E5564 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6E5564 on black background.


Color preview on white background

This text has color #6E5564 on white background.



Black color preview on #6E5564 background

This text has black color on #6E5564 background.


White color preview on #6E5564 background

This text has white color on #6E5564 background.