COLOR #6E506A

HEX: #6E506A
RGB: (110,80,106)

Color info

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

RGB color model

#6E506A color RGB value is (110,80,106).

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

RGB channels and saturation

R 110 of 255 = 43%
G 80 of 255 = 31%
B 106 of 255 = 42%

110
80
106

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

Portions of RGB colors in percentages

R + G + B =
110 + 80 + 106 = 296 (100%)
R 110 of 296 ~ 37.16%
G 80 of 296 ~ 27.03%
B 106 of 296 ~ 35.81%

%37.16
%27.03
%35.81

CMYK color model

#6E506A color CMYK value is (0,27,4,57).

  • cyan value is 0.00%
  • magenta value is 27.27%
  • yellow value is 3.64%
  • key color value is 56.86%
CMYK:
(0,27,4,57)
C0M27Y4K57 
(0%,27%,4%,57%)
(0.00/0.27/0.04/0.57)	

CMYK percentages

%0
%27.27
%3.64
%56.86

Codes

Color #6E506A in popluar color models

6E506A
RGB11080106
HSL308°15.79%37.25%
HSB/HSV308°27.27%43.14%
CMYK0.00%27.27%3.64%
56.86%

Color #6E506A in popluar number systems.

HEX6E506A
Decimal11080106
Binary110111010100001101010
Octal156120152

Shades and tints

Shades of #6E506A

#6E506A
(110,80,106)
#644961
(100,73,97)
#5A4258
(90,66,88)
#503B4F
(80,59,79)
#463446
(70,52,70)
#3C2D3D
(60,45,61)
#322634
(50,38,52)
#281F2B
(40,31,43)
#1E1822
(30,24,34)
#141119
(20,17,25)
#0A0A10
(10,10,16)
#000000
(0,0,0)

Tints of #6E506A

#6E506A
(110,80,106)
#7B5F77
(123,95,119)
#886E84
(136,110,132)
#957D91
(149,125,145)
#A28C9E
(162,140,158)
#AF9BAB
(175,155,171)
#BCAAB8
(188,170,184)
#C9B9C5
(201,185,197)
#D6C8D2
(214,200,210)
#E3D7DF
(227,215,223)
#F0E6EC
(240,230,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6E506A; }

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

This text font color is #6E506A.


Background Color

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

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

This div background color is #6E506A.


Border color

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

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

This div border color is #6E506A.


Opacity

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

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

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

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

This text has shadow with #6E506A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6E506A on black background.


Color preview on white background

This text has color #6E506A on white background.



Black color preview on #6E506A background

This text has black color on #6E506A background.


White color preview on #6E506A background

This text has white color on #6E506A background.