COLOR #6E6B79

HEX: #6E6B79
RGB: (110,107,121)

Color info

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

RGB color model

#6E6B79 color RGB value is (110,107,121).

  • red value is 110;
  • green value is 107;
  • blue value is 121.
RGB:
(110,107,121)
(43%,42%,47%)

RGB channels and saturation

R 110 of 255 = 43%
G 107 of 255 = 42%
B 121 of 255 = 47%

110
107
121

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

Portions of RGB colors in percentages

R + G + B =
110 + 107 + 121 = 338 (100%)
R 110 of 338 ~ 32.54%
G 107 of 338 ~ 31.66%
B 121 of 338 ~ 35.8%

%32.54
%31.66
%35.8

CMYK color model

#6E6B79 color CMYK value is (9,12,0,53).

  • cyan value is 9.09%
  • magenta value is 11.57%
  • yellow value is 0.00%
  • key color value is 52.55%
CMYK:
(9,12,0,53)
C9M12Y0K53 
(9%,12%,0%,53%)
(0.09/0.12/0.00/0.53)	

CMYK percentages

%9.09
%11.57
%0
%52.55

Codes

Color #6E6B79 in popluar color models

6E6B79
RGB110107121
HSL253°6.14%44.71%
HSB/HSV253°11.57%47.45%
CMYK9.09%11.57%0.00%
52.55%

Color #6E6B79 in popluar number systems.

HEX6E6B79
Decimal110107121
Binary110111011010111111001
Octal156153171

Shades and tints

Shades of #6E6B79

#6E6B79
(110,107,121)
#64626E
(100,98,110)
#5A5963
(90,89,99)
#505058
(80,80,88)
#46474D
(70,71,77)
#3C3E42
(60,62,66)
#323537
(50,53,55)
#282C2C
(40,44,44)
#1E2321
(30,35,33)
#141A16
(20,26,22)
#0A110B
(10,17,11)
#000000
(0,0,0)

Tints of #6E6B79

#6E6B79
(110,107,121)
#7B7885
(123,120,133)
#888591
(136,133,145)
#95929D
(149,146,157)
#A29FA9
(162,159,169)
#AFACB5
(175,172,181)
#BCB9C1
(188,185,193)
#C9C6CD
(201,198,205)
#D6D3D9
(214,211,217)
#E3E0E5
(227,224,229)
#F0EDF1
(240,237,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6E6B79 color. Also use rgb(110,107,121) instead hex code.

Text Font Color

.myTextColor { color: #6E6B79; }

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

This text font color is #6E6B79.


Background Color

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

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

This div background color is #6E6B79.


Border color

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

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

This div border color is #6E6B79.


Opacity

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

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

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

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

This text has shadow with #6E6B79 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6E6B79 on black background.


Color preview on white background

This text has color #6E6B79 on white background.



Black color preview on #6E6B79 background

This text has black color on #6E6B79 background.


White color preview on #6E6B79 background

This text has white color on #6E6B79 background.