COLOR #6E6165

HEX: #6E6165
RGB: (110,97,101)

Color info

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

RGB color model

#6E6165 color RGB value is (110,97,101).

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

RGB channels and saturation

R 110 of 255 = 43%
G 97 of 255 = 38%
B 101 of 255 = 40%

110
97
101

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

Portions of RGB colors in percentages

R + G + B =
110 + 97 + 101 = 308 (100%)
R 110 of 308 ~ 35.71%
G 97 of 308 ~ 31.49%
B 101 of 308 ~ 32.79%

%35.71
%31.49
%32.79

CMYK color model

#6E6165 color CMYK value is (0,12,8,57).

  • cyan value is 0.00%
  • magenta value is 11.82%
  • yellow value is 8.18%
  • key color value is 56.86%
CMYK:
(0,12,8,57)
C0M12Y8K57 
(0%,12%,8%,57%)
(0.00/0.12/0.08/0.57)	

CMYK percentages

%0
%11.82
%8.18
%56.86

Codes

Color #6E6165 in popluar color models

6E6165
RGB11097101
HSL342°6.28%40.59%
HSB/HSV342°11.82%43.14%
CMYK0.00%11.82%8.18%
56.86%

Color #6E6165 in popluar number systems.

HEX6E6165
Decimal11097101
Binary110111011000011100101
Octal156141145

Shades and tints

Shades of #6E6165

#6E6165
(110,97,101)
#64595C
(100,89,92)
#5A5153
(90,81,83)
#50494A
(80,73,74)
#464141
(70,65,65)
#3C3938
(60,57,56)
#32312F
(50,49,47)
#282926
(40,41,38)
#1E211D
(30,33,29)
#141914
(20,25,20)
#0A110B
(10,17,11)
#000000
(0,0,0)

Tints of #6E6165

#6E6165
(110,97,101)
#7B6F73
(123,111,115)
#887D81
(136,125,129)
#958B8F
(149,139,143)
#A2999D
(162,153,157)
#AFA7AB
(175,167,171)
#BCB5B9
(188,181,185)
#C9C3C7
(201,195,199)
#D6D1D5
(214,209,213)
#E3DFE3
(227,223,227)
#F0EDF1
(240,237,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6E6165; }

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

This text font color is #6E6165.


Background Color

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

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

This div background color is #6E6165.


Border color

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

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

This div border color is #6E6165.


Opacity

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

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

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

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

This text has shadow with #6E6165 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6E6165 on black background.


Color preview on white background

This text has color #6E6165 on white background.



Black color preview on #6E6165 background

This text has black color on #6E6165 background.


White color preview on #6E6165 background

This text has white color on #6E6165 background.