COLOR #6E7167

HEX: #6E7167
RGB: (110,113,103)

Color info

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

RGB color model

#6E7167 color RGB value is (110,113,103).

  • red value is 110;
  • green value is 113;
  • blue value is 103.
RGB:
(110,113,103)
(43%,44%,40%)

RGB channels and saturation

R 110 of 255 = 43%
G 113 of 255 = 44%
B 103 of 255 = 40%

110
113
103

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

Portions of RGB colors in percentages

R + G + B =
110 + 113 + 103 = 326 (100%)
R 110 of 326 ~ 33.74%
G 113 of 326 ~ 34.66%
B 103 of 326 ~ 31.6%

%33.74
%34.66
%31.6

CMYK color model

#6E7167 color CMYK value is (3,0,9,56).

  • cyan value is 2.65%
  • magenta value is 0.00%
  • yellow value is 8.85%
  • key color value is 55.69%
CMYK:
(3,0,9,56)
C3M0Y9K56 
(3%,0%,9%,56%)
(0.03/0.00/0.09/0.56)	

CMYK percentages

%2.65
%0
%8.85
%55.69

Codes

Color #6E7167 in popluar color models

6E7167
RGB110113103
HSL78°4.63%42.35%
HSB/HSV78°8.85%44.31%
CMYK2.65%0.00%8.85%
55.69%

Color #6E7167 in popluar number systems.

HEX6E7167
Decimal110113103
Binary110111011100011100111
Octal156161147

Shades and tints

Shades of #6E7167

#6E7167
(110,113,103)
#64675E
(100,103,94)
#5A5D55
(90,93,85)
#50534C
(80,83,76)
#464943
(70,73,67)
#3C3F3A
(60,63,58)
#323531
(50,53,49)
#282B28
(40,43,40)
#1E211F
(30,33,31)
#141716
(20,23,22)
#0A0D0D
(10,13,13)
#000000
(0,0,0)

Tints of #6E7167

#6E7167
(110,113,103)
#7B7D74
(123,125,116)
#888981
(136,137,129)
#95958E
(149,149,142)
#A2A19B
(162,161,155)
#AFADA8
(175,173,168)
#BCB9B5
(188,185,181)
#C9C5C2
(201,197,194)
#D6D1CF
(214,209,207)
#E3DDDC
(227,221,220)
#F0E9E9
(240,233,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6E7167 color. Also use rgb(110,113,103) instead hex code.

Text Font Color

.myTextColor { color: #6E7167; }

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

This text font color is #6E7167.


Background Color

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

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

This div background color is #6E7167.


Border color

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

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

This div border color is #6E7167.


Opacity

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

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

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

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

This text has shadow with #6E7167 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6E7167 on black background.


Color preview on white background

This text has color #6E7167 on white background.



Black color preview on #6E7167 background

This text has black color on #6E7167 background.


White color preview on #6E7167 background

This text has white color on #6E7167 background.