COLOR #6E6061

HEX: #6E6061
RGB: (110,96,97)

Color info

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

RGB color model

#6E6061 color RGB value is (110,96,97).

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

RGB channels and saturation

R 110 of 255 = 43%
G 96 of 255 = 38%
B 97 of 255 = 38%

110
96
97

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

Portions of RGB colors in percentages

R + G + B =
110 + 96 + 97 = 303 (100%)
R 110 of 303 ~ 36.3%
G 96 of 303 ~ 31.68%
B 97 of 303 ~ 32.01%

%36.3
%31.68
%32.01

CMYK color model

#6E6061 color CMYK value is (0,13,12,57).

  • cyan value is 0.00%
  • magenta value is 12.73%
  • yellow value is 11.82%
  • key color value is 56.86%
CMYK:
(0,13,12,57)
C0M13Y12K57 
(0%,13%,12%,57%)
(0.00/0.13/0.12/0.57)	

CMYK percentages

%0
%12.73
%11.82
%56.86

Codes

Color #6E6061 in popluar color models

6E6061
RGB1109697
HSL356°6.80%40.39%
HSB/HSV356°12.73%43.14%
CMYK0.00%12.73%11.82%
56.86%

Color #6E6061 in popluar number systems.

HEX6E6061
Decimal1109697
Binary110111011000001100001
Octal156140141

Shades and tints

Shades of #6E6061

#6E6061
(110,96,97)
#645859
(100,88,89)
#5A5051
(90,80,81)
#504849
(80,72,73)
#464041
(70,64,65)
#3C3839
(60,56,57)
#323031
(50,48,49)
#282829
(40,40,41)
#1E2021
(30,32,33)
#141819
(20,24,25)
#0A1011
(10,16,17)
#000000
(0,0,0)

Tints of #6E6061

#6E6061
(110,96,97)
#7B6E6F
(123,110,111)
#887C7D
(136,124,125)
#958A8B
(149,138,139)
#A29899
(162,152,153)
#AFA6A7
(175,166,167)
#BCB4B5
(188,180,181)
#C9C2C3
(201,194,195)
#D6D0D1
(214,208,209)
#E3DEDF
(227,222,223)
#F0ECED
(240,236,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6E6061; }

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

This text font color is #6E6061.


Background Color

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

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

This div background color is #6E6061.


Border color

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

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

This div border color is #6E6061.


Opacity

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

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

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

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

This text has shadow with #6E6061 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6E6061 on black background.


Color preview on white background

This text has color #6E6061 on white background.



Black color preview on #6E6061 background

This text has black color on #6E6061 background.


White color preview on #6E6061 background

This text has white color on #6E6061 background.