COLOR #6E6769

HEX: #6E6769
RGB: (110,103,105)

Color info

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

RGB color model

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

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

RGB channels and saturation

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

110
103
105

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

Portions of RGB colors in percentages

R + G + B =
110 + 103 + 105 = 318 (100%)
R 110 of 318 ~ 34.59%
G 103 of 318 ~ 32.39%
B 105 of 318 ~ 33.02%

%34.59
%32.39
%33.02

CMYK color model

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

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

CMYK percentages

%0
%6.36
%4.55
%56.86

Codes

Color #6E6769 in popluar color models

6E6769
RGB110103105
HSL343°3.29%41.76%
HSB/HSV343°6.36%43.14%
CMYK0.00%6.36%4.55%
56.86%

Color #6E6769 in popluar number systems.

HEX6E6769
Decimal110103105
Binary110111011001111101001
Octal156147151

Shades and tints

Shades of #6E6769

#6E6769
(110,103,105)
#645E60
(100,94,96)
#5A5557
(90,85,87)
#504C4E
(80,76,78)
#464345
(70,67,69)
#3C3A3C
(60,58,60)
#323133
(50,49,51)
#28282A
(40,40,42)
#1E1F21
(30,31,33)
#141618
(20,22,24)
#0A0D0F
(10,13,15)
#000000
(0,0,0)

Tints of #6E6769

#6E6769
(110,103,105)
#7B7476
(123,116,118)
#888183
(136,129,131)
#958E90
(149,142,144)
#A29B9D
(162,155,157)
#AFA8AA
(175,168,170)
#BCB5B7
(188,181,183)
#C9C2C4
(201,194,196)
#D6CFD1
(214,207,209)
#E3DCDE
(227,220,222)
#F0E9EB
(240,233,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6E6769; }

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

This text font color is #6E6769.


Background Color

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

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

This div background color is #6E6769.


Border color

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

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

This div border color is #6E6769.


Opacity

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

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

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

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

This text has shadow with #6E6769 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6E6769 on black background.


Color preview on white background

This text has color #6E6769 on white background.



Black color preview on #6E6769 background

This text has black color on #6E6769 background.


White color preview on #6E6769 background

This text has white color on #6E6769 background.