COLOR #6E546B

HEX: #6E546B
RGB: (110,84,107)

Color info

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

RGB color model

#6E546B color RGB value is (110,84,107).

  • red value is 110;
  • green value is 84;
  • blue value is 107.
RGB:
(110,84,107)
(43%,33%,42%)

RGB channels and saturation

R 110 of 255 = 43%
G 84 of 255 = 33%
B 107 of 255 = 42%

110
84
107

R + G + B ~ 39%. #6E546B is quite dark color.

Portions of RGB colors in percentages

R + G + B =
110 + 84 + 107 = 301 (100%)
R 110 of 301 ~ 36.54%
G 84 of 301 ~ 27.91%
B 107 of 301 ~ 35.55%

%36.54
%27.91
%35.55

CMYK color model

#6E546B color CMYK value is (0,24,3,57).

  • cyan value is 0.00%
  • magenta value is 23.64%
  • yellow value is 2.73%
  • key color value is 56.86%
CMYK:
(0,24,3,57)
C0M24Y3K57 
(0%,24%,3%,57%)
(0.00/0.24/0.03/0.57)	

CMYK percentages

%0
%23.64
%2.73
%56.86

Codes

Color #6E546B in popluar color models

6E546B
RGB11084107
HSL307°13.40%38.04%
HSB/HSV307°23.64%43.14%
CMYK0.00%23.64%2.73%
56.86%

Color #6E546B in popluar number systems.

HEX6E546B
Decimal11084107
Binary110111010101001101011
Octal156124153

Shades and tints

Shades of #6E546B

#6E546B
(110,84,107)
#644D62
(100,77,98)
#5A4659
(90,70,89)
#503F50
(80,63,80)
#463847
(70,56,71)
#3C313E
(60,49,62)
#322A35
(50,42,53)
#28232C
(40,35,44)
#1E1C23
(30,28,35)
#14151A
(20,21,26)
#0A0E11
(10,14,17)
#000000
(0,0,0)

Tints of #6E546B

#6E546B
(110,84,107)
#7B6378
(123,99,120)
#887285
(136,114,133)
#958192
(149,129,146)
#A2909F
(162,144,159)
#AF9FAC
(175,159,172)
#BCAEB9
(188,174,185)
#C9BDC6
(201,189,198)
#D6CCD3
(214,204,211)
#E3DBE0
(227,219,224)
#F0EAED
(240,234,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6E546B color. Also use rgb(110,84,107) instead hex code.

Text Font Color

.myTextColor { color: #6E546B; }

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

This text font color is #6E546B.


Background Color

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

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

This div background color is #6E546B.


Border color

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

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

This div border color is #6E546B.


Opacity

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

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

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

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

This text has shadow with #6E546B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6E546B on black background.


Color preview on white background

This text has color #6E546B on white background.



Black color preview on #6E546B background

This text has black color on #6E546B background.


White color preview on #6E546B background

This text has white color on #6E546B background.