COLOR #6E506B

HEX: #6E506B
RGB: (110,80,107)

Color info

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

RGB color model

#6E506B color RGB value is (110,80,107).

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

RGB channels and saturation

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

110
80
107

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

Portions of RGB colors in percentages

R + G + B =
110 + 80 + 107 = 297 (100%)
R 110 of 297 ~ 37.04%
G 80 of 297 ~ 26.94%
B 107 of 297 ~ 36.03%

%37.04
%26.94
%36.03

CMYK color model

#6E506B color CMYK value is (0,27,3,57).

  • cyan value is 0.00%
  • magenta value is 27.27%
  • yellow value is 2.73%
  • key color value is 56.86%
CMYK:
(0,27,3,57)
C0M27Y3K57 
(0%,27%,3%,57%)
(0.00/0.27/0.03/0.57)	

CMYK percentages

%0
%27.27
%2.73
%56.86

Codes

Color #6E506B in popluar color models

6E506B
RGB11080107
HSL306°15.79%37.25%
HSB/HSV306°27.27%43.14%
CMYK0.00%27.27%2.73%
56.86%

Color #6E506B in popluar number systems.

HEX6E506B
Decimal11080107
Binary110111010100001101011
Octal156120153

Shades and tints

Shades of #6E506B

#6E506B
(110,80,107)
#644962
(100,73,98)
#5A4259
(90,66,89)
#503B50
(80,59,80)
#463447
(70,52,71)
#3C2D3E
(60,45,62)
#322635
(50,38,53)
#281F2C
(40,31,44)
#1E1823
(30,24,35)
#14111A
(20,17,26)
#0A0A11
(10,10,17)
#000000
(0,0,0)

Tints of #6E506B

#6E506B
(110,80,107)
#7B5F78
(123,95,120)
#886E85
(136,110,133)
#957D92
(149,125,146)
#A28C9F
(162,140,159)
#AF9BAC
(175,155,172)
#BCAAB9
(188,170,185)
#C9B9C6
(201,185,198)
#D6C8D3
(214,200,211)
#E3D7E0
(227,215,224)
#F0E6ED
(240,230,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6E506B; }

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

This text font color is #6E506B.


Background Color

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

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

This div background color is #6E506B.


Border color

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

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

This div border color is #6E506B.


Opacity

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

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

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

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

This text has shadow with #6E506B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6E506B on black background.


Color preview on white background

This text has color #6E506B on white background.



Black color preview on #6E506B background

This text has black color on #6E506B background.


White color preview on #6E506B background

This text has white color on #6E506B background.