COLOR #6E6179

HEX: #6E6179
RGB: (110,97,121)

Color info

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

RGB color model

#6E6179 color RGB value is (110,97,121).

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

RGB channels and saturation

R 110 of 255 = 43%
G 97 of 255 = 38%
B 121 of 255 = 47%

110
97
121

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

Portions of RGB colors in percentages

R + G + B =
110 + 97 + 121 = 328 (100%)
R 110 of 328 ~ 33.54%
G 97 of 328 ~ 29.57%
B 121 of 328 ~ 36.89%

%33.54
%29.57
%36.89

CMYK color model

#6E6179 color CMYK value is (9,20,0,53).

  • cyan value is 9.09%
  • magenta value is 19.83%
  • yellow value is 0.00%
  • key color value is 52.55%
CMYK:
(9,20,0,53)
C9M20Y0K53 
(9%,20%,0%,53%)
(0.09/0.20/0.00/0.53)	

CMYK percentages

%9.09
%19.83
%0
%52.55

Codes

Color #6E6179 in popluar color models

6E6179
RGB11097121
HSL273°11.01%42.75%
HSB/HSV273°19.83%47.45%
CMYK9.09%19.83%0.00%
52.55%

Color #6E6179 in popluar number systems.

HEX6E6179
Decimal11097121
Binary110111011000011111001
Octal156141171

Shades and tints

Shades of #6E6179

#6E6179
(110,97,121)
#64596E
(100,89,110)
#5A5163
(90,81,99)
#504958
(80,73,88)
#46414D
(70,65,77)
#3C3942
(60,57,66)
#323137
(50,49,55)
#28292C
(40,41,44)
#1E2121
(30,33,33)
#141916
(20,25,22)
#0A110B
(10,17,11)
#000000
(0,0,0)

Tints of #6E6179

#6E6179
(110,97,121)
#7B6F85
(123,111,133)
#887D91
(136,125,145)
#958B9D
(149,139,157)
#A299A9
(162,153,169)
#AFA7B5
(175,167,181)
#BCB5C1
(188,181,193)
#C9C3CD
(201,195,205)
#D6D1D9
(214,209,217)
#E3DFE5
(227,223,229)
#F0EDF1
(240,237,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6E6179; }

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

This text font color is #6E6179.


Background Color

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

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

This div background color is #6E6179.


Border color

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

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

This div border color is #6E6179.


Opacity

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

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

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

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

This text has shadow with #6E6179 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6E6179 on black background.


Color preview on white background

This text has color #6E6179 on white background.



Black color preview on #6E6179 background

This text has black color on #6E6179 background.


White color preview on #6E6179 background

This text has white color on #6E6179 background.