COLOR #6E6972

HEX: #6E6972 RGB: (110,105,114)

Color info

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

RGB color model

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

RGB: (110,105,114) (43%, 41%, 45%)

RGB channels and saturation

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

110
105
114

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

Portions of RGB colors in percentages

R + G + B = 110 + 105 + 114 = 329 (100%)
R 110 of 329 ~ 33.43%
G 105 of 329 ~ 31.91%
B 114 of 329 ~ 34.65'%

%33.43
%31.91
%34.65

CMYK color model

#6E6972 color CMYK value is (4,8,0,55).

  • cyan value is 3.51%
  • magenta value is 7.89%
  • yellow value is 0.00%
  • key color value is 55.29%

CMYK: (4,8,0,55)
C4M8Y0K55 (4%, 8%, 0%, 55%)
(0.04 / 0.08 / 0.00 / 0.55)

CMYK percentages

%3.51
%7.89
%0
%55.29

Codes

Color #6E6972 in popluar color models

6E 69 72
RGB 110 105 114
HSL 273° 4.11% 42.94%
HSB/HSV 273° 7.89% 44.71%
CMYK 3.51% 7.89% 0.00%
55.29%

Color #6E6972 in popluar number systems.

HEX 6E 69 72
Decimal 110 105 114
Binary 1101110 1101001 1110010
Octal 156 151 162

Shades and tints

Shades of #6E6972

#6E6972
(110,105,114)
#646068
(100,96,104)
#5A575E
(90,87,94)
#504E54
(80,78,84)
#46454A
(70,69,74)
#3C3C40
(60,60,64)
#323336
(50,51,54)
#282A2C
(40,42,44)
#1E2122
(30,33,34)
#141818
(20,24,24)
#0A0F0E
(10,15,14)
#000000
(0,0,0)

Tints of #6E6972

#6E6972
(110,105,114)
#7B767E
(123,118,126)
#88838A
(136,131,138)
#959096
(149,144,150)
#A29DA2
(162,157,162)
#AFAAAE
(175,170,174)
#BCB7BA
(188,183,186)
#C9C4C6
(201,196,198)
#D6D1D2
(214,209,210)
#E3DEDE
(227,222,222)
#F0EBEA
(240,235,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6E6972; }

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

This text font color is #6E6972.

Background Color

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

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

This div background color is #6E6972.

Border color

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

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

This div border color is #6E6972.

Opacity

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

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

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

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

This text has shadow with #6E6972 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #6E6972.

Preview

Color preview on black background

This text has color #6E6972 on black background.


Color preview on white background

This text has color #6E6972 on white background.


Black color preview on #6E6972 background

This text has black color on #6E6972 background.


White color preview on #6E6972 background

This text has white color on #6E6972 background.


Related colors

Complementary color

Complementary color for #hex is #91968D.


I love getcolorcode.com

Triadic colors

1 #726E69 and #69726E with #6E6972 are triadic colors.

2 #72696E and #696E72 with #6E6972 are triadic colors.