COLOR #6E6465

HEX: #6E6465
RGB: (110,100,101)

Color info

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

RGB color model

#6E6465 color RGB value is (110,100,101).

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

RGB channels and saturation

R 110 of 255 = 43%
G 100 of 255 = 39%
B 101 of 255 = 40%

110
100
101

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

Portions of RGB colors in percentages

R + G + B =
110 + 100 + 101 = 311 (100%)
R 110 of 311 ~ 35.37%
G 100 of 311 ~ 32.15%
B 101 of 311 ~ 32.48%

%35.37
%32.15
%32.48

CMYK color model

#6E6465 color CMYK value is (0,9,8,57).

  • cyan value is 0.00%
  • magenta value is 9.09%
  • yellow value is 8.18%
  • key color value is 56.86%
CMYK:
(0,9,8,57)
C0M9Y8K57 
(0%,9%,8%,57%)
(0.00/0.09/0.08/0.57)	

CMYK percentages

%0
%9.09
%8.18
%56.86

Codes

Color #6E6465 in popluar color models

6E6465
RGB110100101
HSL354°4.76%41.18%
HSB/HSV354°9.09%43.14%
CMYK0.00%9.09%8.18%
56.86%

Color #6E6465 in popluar number systems.

HEX6E6465
Decimal110100101
Binary110111011001001100101
Octal156144145

Shades and tints

Shades of #6E6465

#6E6465
(110,100,101)
#645B5C
(100,91,92)
#5A5253
(90,82,83)
#50494A
(80,73,74)
#464041
(70,64,65)
#3C3738
(60,55,56)
#322E2F
(50,46,47)
#282526
(40,37,38)
#1E1C1D
(30,28,29)
#141314
(20,19,20)
#0A0A0B
(10,10,11)
#000000
(0,0,0)

Tints of #6E6465

#6E6465
(110,100,101)
#7B7273
(123,114,115)
#888081
(136,128,129)
#958E8F
(149,142,143)
#A29C9D
(162,156,157)
#AFAAAB
(175,170,171)
#BCB8B9
(188,184,185)
#C9C6C7
(201,198,199)
#D6D4D5
(214,212,213)
#E3E2E3
(227,226,227)
#F0F0F1
(240,240,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6E6465; }

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

This text font color is #6E6465.


Background Color

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

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

This div background color is #6E6465.


Border color

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

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

This div border color is #6E6465.


Opacity

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

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

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

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

This text has shadow with #6E6465 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6E6465 on black background.


Color preview on white background

This text has color #6E6465 on white background.



Black color preview on #6E6465 background

This text has black color on #6E6465 background.


White color preview on #6E6465 background

This text has white color on #6E6465 background.