COLOR #6E6973

HEX: #6E6973 RGB: (110,105,115)

Color info

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

RGB color model

#6E6973 color RGB value is (110,105,115).

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

RGB channels and saturation

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

110
105
115

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

Portions of RGB colors in percentages

R + G + B = 110 + 105 + 115 = 330 (100%)
R 110 of 330 ~ 33.33%
G 105 of 330 ~ 31.82%
B 115 of 330 ~ 34.85'%

%33.33
%31.82
%34.85

CMYK color model

#6E6973 color CMYK value is (4,9,0,55).

  • cyan value is 4.35%
  • magenta value is 8.70%
  • yellow value is 0.00%
  • key color value is 54.90%

CMYK: (4,9,0,55)
C4M9Y0K55 (4%, 9%, 0%, 55%)
(0.04 / 0.09 / 0.00 / 0.55)

CMYK percentages

%4.35
%8.7
%0
%54.9

Codes

Color #6E6973 in popluar color models

6E 69 73
RGB 110 105 115
HSL 270° 4.55% 43.14%
HSB/HSV 270° 8.70% 45.10%
CMYK 4.35% 8.70% 0.00%
54.90%

Color #6E6973 in popluar number systems.

HEX 6E 69 73
Decimal 110 105 115
Binary 1101110 1101001 1110011
Octal 156 151 163

Shades and tints

Shades of #6E6973

#6E6973
(110,105,115)
#646069
(100,96,105)
#5A575F
(90,87,95)
#504E55
(80,78,85)
#46454B
(70,69,75)
#3C3C41
(60,60,65)
#323337
(50,51,55)
#282A2D
(40,42,45)
#1E2123
(30,33,35)
#141819
(20,24,25)
#0A0F0F
(10,15,15)
#000000
(0,0,0)

Tints of #6E6973

#6E6973
(110,105,115)
#7B767F
(123,118,127)
#88838B
(136,131,139)
#959097
(149,144,151)
#A29DA3
(162,157,163)
#AFAAAF
(175,170,175)
#BCB7BB
(188,183,187)
#C9C4C7
(201,196,199)
#D6D1D3
(214,209,211)
#E3DEDF
(227,222,223)
#F0EBEB
(240,235,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6E6973; }

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

This text font color is #6E6973.

Background Color

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

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

This div background color is #6E6973.

Border color

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

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

This div border color is #6E6973.

Opacity

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

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

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

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

This text has shadow with #6E6973 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #6E6973.

Preview

Color preview on black background

This text has color #6E6973 on black background.


Color preview on white background

This text has color #6E6973 on white background.


Black color preview on #6E6973 background

This text has black color on #6E6973 background.


White color preview on #6E6973 background

This text has white color on #6E6973 background.


Related colors

Complementary color

Complementary color for #hex is #91968C.


I love getcolorcode.com

Triadic colors

1 #736E69 and #69736E with #6E6973 are triadic colors.

2 #73696E and #696E73 with #6E6973 are triadic colors.