COLOR #6E546C

HEX: #6E546C
RGB: (110,84,108)

Color info

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

RGB color model

#6E546C color RGB value is (110,84,108).

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

RGB channels and saturation

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

110
84
108

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

Portions of RGB colors in percentages

R + G + B =
110 + 84 + 108 = 302 (100%)
R 110 of 302 ~ 36.42%
G 84 of 302 ~ 27.81%
B 108 of 302 ~ 35.76%

%36.42
%27.81
%35.76

CMYK color model

#6E546C color CMYK value is (0,24,2,57).

  • cyan value is 0.00%
  • magenta value is 23.64%
  • yellow value is 1.82%
  • key color value is 56.86%
CMYK:
(0,24,2,57)
C0M24Y2K57 
(0%,24%,2%,57%)
(0.00/0.24/0.02/0.57)	

CMYK percentages

%0
%23.64
%1.82
%56.86

Codes

Color #6E546C in popluar color models

6E546C
RGB11084108
HSL305°13.40%38.04%
HSB/HSV305°23.64%43.14%
CMYK0.00%23.64%1.82%
56.86%

Color #6E546C in popluar number systems.

HEX6E546C
Decimal11084108
Binary110111010101001101100
Octal156124154

Shades and tints

Shades of #6E546C

#6E546C
(110,84,108)
#644D63
(100,77,99)
#5A465A
(90,70,90)
#503F51
(80,63,81)
#463848
(70,56,72)
#3C313F
(60,49,63)
#322A36
(50,42,54)
#28232D
(40,35,45)
#1E1C24
(30,28,36)
#14151B
(20,21,27)
#0A0E12
(10,14,18)
#000000
(0,0,0)

Tints of #6E546C

#6E546C
(110,84,108)
#7B6379
(123,99,121)
#887286
(136,114,134)
#958193
(149,129,147)
#A290A0
(162,144,160)
#AF9FAD
(175,159,173)
#BCAEBA
(188,174,186)
#C9BDC7
(201,189,199)
#D6CCD4
(214,204,212)
#E3DBE1
(227,219,225)
#F0EAEE
(240,234,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6E546C; }

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

This text font color is #6E546C.


Background Color

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

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

This div background color is #6E546C.


Border color

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

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

This div border color is #6E546C.


Opacity

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

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

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

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

This text has shadow with #6E546C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6E546C on black background.


Color preview on white background

This text has color #6E546C on white background.



Black color preview on #6E546C background

This text has black color on #6E546C background.


White color preview on #6E546C background

This text has white color on #6E546C background.