COLOR #6E6969

HEX: #6E6969
RGB: (110,105,105)

Color info

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

RGB color model

#6E6969 color RGB value is (110,105,105).

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

RGB channels and saturation

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

110
105
105

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

Portions of RGB colors in percentages

R + G + B =
110 + 105 + 105 = 320 (100%)
R 110 of 320 ~ 34.38%
G 105 of 320 ~ 32.81%
B 105 of 320 ~ 32.81%

%34.38
%32.81
%32.81

CMYK color model

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

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

CMYK percentages

%0
%4.55
%4.55
%56.86

Codes

Color #6E6969 in popluar color models

6E6969
RGB110105105
HSL2.33%42.16%
HSB/HSV4.55%43.14%
CMYK0.00%4.55%4.55%
56.86%

Color #6E6969 in popluar number systems.

HEX6E6969
Decimal110105105
Binary110111011010011101001
Octal156151151

Shades and tints

Shades of #6E6969

#6E6969
(110,105,105)
#646060
(100,96,96)
#5A5757
(90,87,87)
#504E4E
(80,78,78)
#464545
(70,69,69)
#3C3C3C
(60,60,60)
#323333
(50,51,51)
#282A2A
(40,42,42)
#1E2121
(30,33,33)
#141818
(20,24,24)
#0A0F0F
(10,15,15)
#000000
(0,0,0)

Tints of #6E6969

#6E6969
(110,105,105)
#7B7676
(123,118,118)
#888383
(136,131,131)
#959090
(149,144,144)
#A29D9D
(162,157,157)
#AFAAAA
(175,170,170)
#BCB7B7
(188,183,183)
#C9C4C4
(201,196,196)
#D6D1D1
(214,209,209)
#E3DEDE
(227,222,222)
#F0EBEB
(240,235,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6E6969; }

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

This text font color is #6E6969.


Background Color

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

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

This div background color is #6E6969.


Border color

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

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

This div border color is #6E6969.


Opacity

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

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

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

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

This text has shadow with #6E6969 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6E6969 on black background.


Color preview on white background

This text has color #6E6969 on white background.



Black color preview on #6E6969 background

This text has black color on #6E6969 background.


White color preview on #6E6969 background

This text has white color on #6E6969 background.