COLOR #6E6E6E

HEX: #6E6E6E
RGB: (110,110,110)

Color info

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

RGB color model

#6E6E6E color RGB value is (110,110,110).

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

RGB channels and saturation

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

110
110
110

R + G + B ~ 43%. #6E6E6E is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
110 + 110 + 110 = 330 (100%)
R 110 of 330 ~ 33.33%
G 110 of 330 ~ 33.33%
B 110 of 330 ~ 33.33%

%33.33
%33.33
%33.33

CMYK color model

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

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

CMYK percentages

%0
%0
%0
%56.86

Codes

Color #6E6E6E in popluar color models

6E6E6E
RGB110110110
HSL0.00%0.43%
HSB/HSV0.00%0.43%
CMYK0.00%0.00%0.00%
56.86%

Color #6E6E6E in popluar number systems.

HEX6E6E6E
Decimal110110110
Binary110111011011101101110
Octal156156156

Shades and tints

Shades of #6E6E6E

#6E6E6E
(110,110,110)
#646464
(100,100,100)
#5A5A5A
(90,90,90)
#505050
(80,80,80)
#464646
(70,70,70)
#3C3C3C
(60,60,60)
#323232
(50,50,50)
#282828
(40,40,40)
#1E1E1E
(30,30,30)
#141414
(20,20,20)
#0A0A0A
(10,10,10)
#000000
(0,0,0)

Tints of #6E6E6E

#6E6E6E
(110,110,110)
#7B7B7B
(123,123,123)
#888888
(136,136,136)
#959595
(149,149,149)
#A2A2A2
(162,162,162)
#AFAFAF
(175,175,175)
#BCBCBC
(188,188,188)
#C9C9C9
(201,201,201)
#D6D6D6
(214,214,214)
#E3E3E3
(227,227,227)
#F0F0F0
(240,240,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6E6E6E; }

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

This text font color is #6E6E6E.


Background Color

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

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

This div background color is #6E6E6E.


Border color

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

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

This div border color is #6E6E6E.


Opacity

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

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

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

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

This text has shadow with #6E6E6E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6E6E6E on black background.


Color preview on white background

This text has color #6E6E6E on white background.



Black color preview on #6E6E6E background

This text has black color on #6E6E6E background.


White color preview on #6E6E6E background

This text has white color on #6E6E6E background.