COLOR #6E6677

HEX: #6E6677 RGB: (110,102,119)

Color info

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

RGB color model

#6E6677 color RGB value is (110,102,119).

RGB: (110,102,119) (43%, 40%, 47%)

RGB channels and saturation

R 110 of 255 = 43%
G 102 of 255 = 40%
B 119 of 255 = 47%

110
102
119

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

Portions of RGB colors in percentages

R + G + B = 110 + 102 + 119 = 331 (100%)
R 110 of 331 ~ 33.23%
G 102 of 331 ~ 30.82%
B 119 of 331 ~ 35.95'%

%33.23
%30.82
%35.95

CMYK color model

#6E6677 color CMYK value is (8,14,0,53).

  • cyan value is 7.56%
  • magenta value is 14.29%
  • yellow value is 0.00%
  • key color value is 53.33%

CMYK: (8,14,0,53)
C8M14Y0K53 (8%, 14%, 0%, 53%)
(0.08 / 0.14 / 0.00 / 0.53)

CMYK percentages

%7.56
%14.29
%0
%53.33

Codes

Color #6E6677 in popluar color models

6E 66 77
RGB 110 102 119
HSL 268° 7.69% 43.33%
HSB/HSV 268° 14.29% 46.67%
CMYK 7.56% 14.29% 0.00%
53.33%

Color #6E6677 in popluar number systems.

HEX 6E 66 77
Decimal 110 102 119
Binary 1101110 1100110 1110111
Octal 156 146 167

Shades and tints

Shades of #6E6677

#6E6677
(110,102,119)
#645D6D
(100,93,109)
#5A5463
(90,84,99)
#504B59
(80,75,89)
#46424F
(70,66,79)
#3C3945
(60,57,69)
#32303B
(50,48,59)
#282731
(40,39,49)
#1E1E27
(30,30,39)
#14151D
(20,21,29)
#0A0C13
(10,12,19)
#000000
(0,0,0)

Tints of #6E6677

#6E6677
(110,102,119)
#7B7383
(123,115,131)
#88808F
(136,128,143)
#958D9B
(149,141,155)
#A29AA7
(162,154,167)
#AFA7B3
(175,167,179)
#BCB4BF
(188,180,191)
#C9C1CB
(201,193,203)
#D6CED7
(214,206,215)
#E3DBE3
(227,219,227)
#F0E8EF
(240,232,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6E6677; }

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

This text font color is #6E6677.

Background Color

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

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

This div background color is #6E6677.

Border color

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

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

This div border color is #6E6677.

Opacity

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

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

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

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

This text has shadow with #6E6677 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #6E6677.

Preview

Color preview on black background

This text has color #6E6677 on black background.


Color preview on white background

This text has color #6E6677 on white background.


Black color preview on #6E6677 background

This text has black color on #6E6677 background.


White color preview on #6E6677 background

This text has white color on #6E6677 background.


Related colors

Complementary color

Complementary color for #hex is #919988.


I love getcolorcode.com

Triadic colors

1 #776E66 and #66776E with #6E6677 are triadic colors.

2 #77666E and #666E77 with #6E6677 are triadic colors.