COLOR #6E6865

HEX: #6E6865
RGB: (110,104,101)

Color info

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

RGB color model

#6E6865 color RGB value is (110,104,101).

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

RGB channels and saturation

R 110 of 255 = 43%
G 104 of 255 = 41%
B 101 of 255 = 40%

110
104
101

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

Portions of RGB colors in percentages

R + G + B =
110 + 104 + 101 = 315 (100%)
R 110 of 315 ~ 34.92%
G 104 of 315 ~ 33.02%
B 101 of 315 ~ 32.06%

%34.92
%33.02
%32.06

CMYK color model

#6E6865 color CMYK value is (0,5,8,57).

  • cyan value is 0.00%
  • magenta value is 5.45%
  • yellow value is 8.18%
  • key color value is 56.86%
CMYK:
(0,5,8,57)
C0M5Y8K57 
(0%,5%,8%,57%)
(0.00/0.05/0.08/0.57)	

CMYK percentages

%0
%5.45
%8.18
%56.86

Codes

Color #6E6865 in popluar color models

6E6865
RGB110104101
HSL20°4.27%41.37%
HSB/HSV20°8.18%43.14%
CMYK0.00%5.45%8.18%
56.86%

Color #6E6865 in popluar number systems.

HEX6E6865
Decimal110104101
Binary110111011010001100101
Octal156150145

Shades and tints

Shades of #6E6865

#6E6865
(110,104,101)
#645F5C
(100,95,92)
#5A5653
(90,86,83)
#504D4A
(80,77,74)
#464441
(70,68,65)
#3C3B38
(60,59,56)
#32322F
(50,50,47)
#282926
(40,41,38)
#1E201D
(30,32,29)
#141714
(20,23,20)
#0A0E0B
(10,14,11)
#000000
(0,0,0)

Tints of #6E6865

#6E6865
(110,104,101)
#7B7573
(123,117,115)
#888281
(136,130,129)
#958F8F
(149,143,143)
#A29C9D
(162,156,157)
#AFA9AB
(175,169,171)
#BCB6B9
(188,182,185)
#C9C3C7
(201,195,199)
#D6D0D5
(214,208,213)
#E3DDE3
(227,221,227)
#F0EAF1
(240,234,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6E6865; }

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

This text font color is #6E6865.


Background Color

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

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

This div background color is #6E6865.


Border color

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

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

This div border color is #6E6865.


Opacity

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

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

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

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

This text has shadow with #6E6865 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6E6865 on black background.


Color preview on white background

This text has color #6E6865 on white background.



Black color preview on #6E6865 background

This text has black color on #6E6865 background.


White color preview on #6E6865 background

This text has white color on #6E6865 background.