COLOR #6E516A

HEX: #6E516A
RGB: (110,81,106)

Color info

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

RGB color model

#6E516A color RGB value is (110,81,106).

  • red value is 110;
  • green value is 81;
  • blue value is 106.
RGB:
(110,81,106)
(43%,32%,42%)

RGB channels and saturation

R 110 of 255 = 43%
G 81 of 255 = 32%
B 106 of 255 = 42%

110
81
106

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

Portions of RGB colors in percentages

R + G + B =
110 + 81 + 106 = 297 (100%)
R 110 of 297 ~ 37.04%
G 81 of 297 ~ 27.27%
B 106 of 297 ~ 35.69%

%37.04
%27.27
%35.69

CMYK color model

#6E516A color CMYK value is (0,26,4,57).

  • cyan value is 0.00%
  • magenta value is 26.36%
  • yellow value is 3.64%
  • key color value is 56.86%
CMYK:
(0,26,4,57)
C0M26Y4K57 
(0%,26%,4%,57%)
(0.00/0.26/0.04/0.57)	

CMYK percentages

%0
%26.36
%3.64
%56.86

Codes

Color #6E516A in popluar color models

6E516A
RGB11081106
HSL308°15.18%37.45%
HSB/HSV308°26.36%43.14%
CMYK0.00%26.36%3.64%
56.86%

Color #6E516A in popluar number systems.

HEX6E516A
Decimal11081106
Binary110111010100011101010
Octal156121152

Shades and tints

Shades of #6E516A

#6E516A
(110,81,106)
#644A61
(100,74,97)
#5A4358
(90,67,88)
#503C4F
(80,60,79)
#463546
(70,53,70)
#3C2E3D
(60,46,61)
#322734
(50,39,52)
#28202B
(40,32,43)
#1E1922
(30,25,34)
#141219
(20,18,25)
#0A0B10
(10,11,16)
#000000
(0,0,0)

Tints of #6E516A

#6E516A
(110,81,106)
#7B6077
(123,96,119)
#886F84
(136,111,132)
#957E91
(149,126,145)
#A28D9E
(162,141,158)
#AF9CAB
(175,156,171)
#BCABB8
(188,171,184)
#C9BAC5
(201,186,197)
#D6C9D2
(214,201,210)
#E3D8DF
(227,216,223)
#F0E7EC
(240,231,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6E516A color. Also use rgb(110,81,106) instead hex code.

Text Font Color

.myTextColor { color: #6E516A; }

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

This text font color is #6E516A.


Background Color

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

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

This div background color is #6E516A.


Border color

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

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

This div border color is #6E516A.


Opacity

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

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

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

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

This text has shadow with #6E516A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6E516A on black background.


Color preview on white background

This text has color #6E516A on white background.



Black color preview on #6E516A background

This text has black color on #6E516A background.


White color preview on #6E516A background

This text has white color on #6E516A background.