COLOR #6E6F65

HEX: #6E6F65
RGB: (110,111,101)

Color info

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

RGB color model

#6E6F65 color RGB value is (110,111,101).

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

RGB channels and saturation

R 110 of 255 = 43%
G 111 of 255 = 44%
B 101 of 255 = 40%

110
111
101

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

Portions of RGB colors in percentages

R + G + B =
110 + 111 + 101 = 322 (100%)
R 110 of 322 ~ 34.16%
G 111 of 322 ~ 34.47%
B 101 of 322 ~ 31.37%

%34.16
%34.47
%31.37

CMYK color model

#6E6F65 color CMYK value is (1,0,9,56).

  • cyan value is 0.90%
  • magenta value is 0.00%
  • yellow value is 9.01%
  • key color value is 56.47%
CMYK:
(1,0,9,56)
C1M0Y9K56 
(1%,0%,9%,56%)
(0.01/0.00/0.09/0.56)	

CMYK percentages

%0.9
%0
%9.01
%56.47

Codes

Color #6E6F65 in popluar color models

6E6F65
RGB110111101
HSL66°4.72%41.57%
HSB/HSV66°9.01%43.53%
CMYK0.90%0.00%9.01%
56.47%

Color #6E6F65 in popluar number systems.

HEX6E6F65
Decimal110111101
Binary110111011011111100101
Octal156157145

Shades and tints

Shades of #6E6F65

#6E6F65
(110,111,101)
#64655C
(100,101,92)
#5A5B53
(90,91,83)
#50514A
(80,81,74)
#464741
(70,71,65)
#3C3D38
(60,61,56)
#32332F
(50,51,47)
#282926
(40,41,38)
#1E1F1D
(30,31,29)
#141514
(20,21,20)
#0A0B0B
(10,11,11)
#000000
(0,0,0)

Tints of #6E6F65

#6E6F65
(110,111,101)
#7B7C73
(123,124,115)
#888981
(136,137,129)
#95968F
(149,150,143)
#A2A39D
(162,163,157)
#AFB0AB
(175,176,171)
#BCBDB9
(188,189,185)
#C9CAC7
(201,202,199)
#D6D7D5
(214,215,213)
#E3E4E3
(227,228,227)
#F0F1F1
(240,241,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6E6F65; }

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

This text font color is #6E6F65.


Background Color

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

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

This div background color is #6E6F65.


Border color

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

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

This div border color is #6E6F65.


Opacity

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

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

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

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

This text has shadow with #6E6F65 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6E6F65 on black background.


Color preview on white background

This text has color #6E6F65 on white background.



Black color preview on #6E6F65 background

This text has black color on #6E6F65 background.


White color preview on #6E6F65 background

This text has white color on #6E6F65 background.