COLOR #6E6065

HEX: #6E6065 RGB: (110,96,101)

Color info

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

RGB color model

#6E6065 color RGB value is (110,96,101).

RGB: (110,96,101) (43%, 38%, 40%)

RGB channels and saturation

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

110
96
101

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

Portions of RGB colors in percentages

R + G + B = 110 + 96 + 101 = 307 (100%)
R 110 of 307 ~ 35.83%
G 96 of 307 ~ 31.27%
B 101 of 307 ~ 32.9'%

%35.83
%31.27
%32.9

CMYK color model

#6E6065 color CMYK value is (0,13,8,57).

  • cyan value is 0.00%
  • magenta value is 12.73%
  • yellow value is 8.18%
  • key color value is 56.86%
CMYK: (0,13,8,57) C0M13Y8K57 (0%,13%,8%,57%) (0.00/0.13/0.08/0.57) 

CMYK percentages

%0
%12.73
%8.18
%56.86

Codes

Color #6E6065 in popluar color models

6E 60 65
RGB 110 96 101
HSL 339° 6.80% 40.39%
HSB/HSV 339° 12.73% 43.14%
CMYK 0.00% 12.73% 8.18%
56.86%

Color #6E6065 in popluar number systems.

HEX 6E 60 65
Decimal 110 96 101
Binary 1101110 1100000 1100101
Octal 156 140 145

Shades and tints

Shades of #6E6065

#6E6065
(110,96,101)
#64585C
(100,88,92)
#5A5053
(90,80,83)
#50484A
(80,72,74)
#464041
(70,64,65)
#3C3838
(60,56,56)
#32302F
(50,48,47)
#282826
(40,40,38)
#1E201D
(30,32,29)
#141814
(20,24,20)
#0A100B
(10,16,11)
#000000
(0,0,0)

Tints of #6E6065

#6E6065
(110,96,101)
#7B6E73
(123,110,115)
#887C81
(136,124,129)
#958A8F
(149,138,143)
#A2989D
(162,152,157)
#AFA6AB
(175,166,171)
#BCB4B9
(188,180,185)
#C9C2C7
(201,194,199)
#D6D0D5
(214,208,213)
#E3DEE3
(227,222,227)
#F0ECF1
(240,236,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6E6065; }

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

This text font color is #6E6065.

Background Color

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

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

This div background color is #6E6065.

Border color

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

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

This div border color is #6E6065.

Opacity

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

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

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

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

This text has shadow with #6E6065 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #6E6065.

Preview

Color preview on black background

This text has color #6E6065 on black background.


Color preview on white background

This text has color #6E6065 on white background.


Black color preview on #6E6065 background

This text has black color on #6E6065 background.


White color preview on #6E6065 background

This text has white color on #6E6065 background.


Related colors

Complementary color

Complementary color for #hex is #919F9A.


I love getcolorcode.com

Triadic colors

1 #656E60 and #60656E with #6E6065 are triadic colors.

2 #65606E and #606E65 with #6E6065 are triadic colors.