COLOR #6E6669

HEX: #6E6669
RGB: (110,102,105)

Color info

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

RGB color model

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

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

RGB channels and saturation

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

110
102
105

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

Portions of RGB colors in percentages

R + G + B =
110 + 102 + 105 = 317 (100%)
R 110 of 317 ~ 34.7%
G 102 of 317 ~ 32.18%
B 105 of 317 ~ 33.12%

%34.7
%32.18
%33.12

CMYK color model

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

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

CMYK percentages

%0
%7.27
%4.55
%56.86

Codes

Color #6E6669 in popluar color models

6E6669
RGB110102105
HSL338°3.77%41.57%
HSB/HSV338°7.27%43.14%
CMYK0.00%7.27%4.55%
56.86%

Color #6E6669 in popluar number systems.

HEX6E6669
Decimal110102105
Binary110111011001101101001
Octal156146151

Shades and tints

Shades of #6E6669

#6E6669
(110,102,105)
#645D60
(100,93,96)
#5A5457
(90,84,87)
#504B4E
(80,75,78)
#464245
(70,66,69)
#3C393C
(60,57,60)
#323033
(50,48,51)
#28272A
(40,39,42)
#1E1E21
(30,30,33)
#141518
(20,21,24)
#0A0C0F
(10,12,15)
#000000
(0,0,0)

Tints of #6E6669

#6E6669
(110,102,105)
#7B7376
(123,115,118)
#888083
(136,128,131)
#958D90
(149,141,144)
#A29A9D
(162,154,157)
#AFA7AA
(175,167,170)
#BCB4B7
(188,180,183)
#C9C1C4
(201,193,196)
#D6CED1
(214,206,209)
#E3DBDE
(227,219,222)
#F0E8EB
(240,232,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6E6669; }

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

This text font color is #6E6669.


Background Color

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

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

This div background color is #6E6669.


Border color

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

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

This div border color is #6E6669.


Opacity

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

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

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

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

This text has shadow with #6E6669 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6E6669 on black background.


Color preview on white background

This text has color #6E6669 on white background.



Black color preview on #6E6669 background

This text has black color on #6E6669 background.


White color preview on #6E6669 background

This text has white color on #6E6669 background.