COLOR #6E6377

HEX: #6E6377 RGB: (110,99,119)

Color info

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

RGB color model

#6E6377 color RGB value is (110,99,119).

RGB: (110,99,119) (43%, 39%, 47%)

RGB channels and saturation

R 110 of 255 = 43%
G 99 of 255 = 39%
B 119 of 255 = 47%

110
99
119

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

Portions of RGB colors in percentages

R + G + B = 110 + 99 + 119 = 328 (100%)
R 110 of 328 ~ 33.54%
G 99 of 328 ~ 30.18%
B 119 of 328 ~ 36.28'%

%33.54
%30.18
%36.28

CMYK color model

#6E6377 color CMYK value is (8,17,0,53).

  • cyan value is 7.56%
  • magenta value is 16.81%
  • yellow value is 0.00%
  • key color value is 53.33%
CMYK: (8,17,0,53) C8M17Y0K53 (8%,17%,0%,53%) (0.08/0.17/0.00/0.53) 

CMYK percentages

%7.56
%16.81
%0
%53.33

Codes

Color #6E6377 in popluar color models

6E 63 77
RGB 110 99 119
HSL 273° 9.17% 42.75%
HSB/HSV 273° 16.81% 46.67%
CMYK 7.56% 16.81% 0.00%
53.33%

Color #6E6377 in popluar number systems.

HEX 6E 63 77
Decimal 110 99 119
Binary 1101110 1100011 1110111
Octal 156 143 167

Shades and tints

Shades of #6E6377

#6E6377
(110,99,119)
#645A6D
(100,90,109)
#5A5163
(90,81,99)
#504859
(80,72,89)
#463F4F
(70,63,79)
#3C3645
(60,54,69)
#322D3B
(50,45,59)
#282431
(40,36,49)
#1E1B27
(30,27,39)
#14121D
(20,18,29)
#0A0913
(10,9,19)
#000000
(0,0,0)

Tints of #6E6377

#6E6377
(110,99,119)
#7B7183
(123,113,131)
#887F8F
(136,127,143)
#958D9B
(149,141,155)
#A29BA7
(162,155,167)
#AFA9B3
(175,169,179)
#BCB7BF
(188,183,191)
#C9C5CB
(201,197,203)
#D6D3D7
(214,211,215)
#E3E1E3
(227,225,227)
#F0EFEF
(240,239,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6E6377; }

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

This text font color is #6E6377.

Background Color

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

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

This div background color is #6E6377.

Border color

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

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

This div border color is #6E6377.

Opacity

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

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

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

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

This text has shadow with #6E6377 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #6E6377.

Preview

Color preview on black background

This text has color #6E6377 on black background.


Color preview on white background

This text has color #6E6377 on white background.


Black color preview on #6E6377 background

This text has black color on #6E6377 background.


White color preview on #6E6377 background

This text has white color on #6E6377 background.


Related colors

Complementary color

Complementary color for #hex is #919C88.


I love getcolorcode.com

Triadic colors

1 #776E63 and #63776E with #6E6377 are triadic colors.

2 #77636E and #636E77 with #6E6377 are triadic colors.