COLOR #6E506E

HEX: #6E506E
RGB: (110,80,110)

Color info

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

RGB color model

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

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

RGB channels and saturation

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

110
80
110

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

Portions of RGB colors in percentages

R + G + B =
110 + 80 + 110 = 300 (100%)
R 110 of 300 ~ 36.67%
G 80 of 300 ~ 26.67%
B 110 of 300 ~ 36.67%

%36.67
%26.67
%36.67

CMYK color model

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

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

CMYK percentages

%0
%27.27
%0
%56.86

Codes

Color #6E506E in popluar color models

6E506E
RGB11080110
HSL300°15.79%37.25%
HSB/HSV300°27.27%43.14%
CMYK0.00%27.27%0.00%
56.86%

Color #6E506E in popluar number systems.

HEX6E506E
Decimal11080110
Binary110111010100001101110
Octal156120156

Shades and tints

Shades of #6E506E

#6E506E
(110,80,110)
#644964
(100,73,100)
#5A425A
(90,66,90)
#503B50
(80,59,80)
#463446
(70,52,70)
#3C2D3C
(60,45,60)
#322632
(50,38,50)
#281F28
(40,31,40)
#1E181E
(30,24,30)
#141114
(20,17,20)
#0A0A0A
(10,10,10)
#000000
(0,0,0)

Tints of #6E506E

#6E506E
(110,80,110)
#7B5F7B
(123,95,123)
#886E88
(136,110,136)
#957D95
(149,125,149)
#A28CA2
(162,140,162)
#AF9BAF
(175,155,175)
#BCAABC
(188,170,188)
#C9B9C9
(201,185,201)
#D6C8D6
(214,200,214)
#E3D7E3
(227,215,227)
#F0E6F0
(240,230,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6E506E; }

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

This text font color is #6E506E.


Background Color

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

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

This div background color is #6E506E.


Border color

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

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

This div border color is #6E506E.


Opacity

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

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

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

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

This text has shadow with #6E506E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6E506E on black background.


Color preview on white background

This text has color #6E506E on white background.



Black color preview on #6E506E background

This text has black color on #6E506E background.


White color preview on #6E506E background

This text has white color on #6E506E background.