COLOR #6E656F

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

Color info

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

RGB color model

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

RGB: (110,101,111) (43%, 40%, 44%)

RGB channels and saturation

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

110
101
111

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

Portions of RGB colors in percentages

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

%34.16
%31.37
%34.47

CMYK color model

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

  • cyan value is 0.90%
  • magenta value is 9.01%
  • yellow value is 0.00%
  • key color value is 56.47%

CMYK: (1,9,0,56)
C1M9Y0K56 (1%, 9%, 0%, 56%)
(0.01 / 0.09 / 0.00 / 0.56)

CMYK percentages

%0.9
%9.01
%0
%56.47

Codes

Color #6E656F in popluar color models

6E 65 6F
RGB 110 101 111
HSL 294° 4.72% 41.57%
HSB/HSV 294° 9.01% 43.53%
CMYK 0.90% 9.01% 0.00%
56.47%

Color #6E656F in popluar number systems.

HEX 6E 65 6F
Decimal 110 101 111
Binary 1101110 1100101 1101111
Octal 156 145 157

Shades and tints

Shades of #6E656F

#6E656F
(110,101,111)
#645C65
(100,92,101)
#5A535B
(90,83,91)
#504A51
(80,74,81)
#464147
(70,65,71)
#3C383D
(60,56,61)
#322F33
(50,47,51)
#282629
(40,38,41)
#1E1D1F
(30,29,31)
#141415
(20,20,21)
#0A0B0B
(10,11,11)
#000000
(0,0,0)

Tints of #6E656F

#6E656F
(110,101,111)
#7B737C
(123,115,124)
#888189
(136,129,137)
#958F96
(149,143,150)
#A29DA3
(162,157,163)
#AFABB0
(175,171,176)
#BCB9BD
(188,185,189)
#C9C7CA
(201,199,202)
#D6D5D7
(214,213,215)
#E3E3E4
(227,227,228)
#F0F1F1
(240,241,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6E656F; }

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

This text font color is #6E656F.

Background Color

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

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

This div background color is #6E656F.

Border color

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

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

This div border color is #6E656F.

Opacity

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

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

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

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

This text has shadow with #6E656F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #6E656F.

Preview

Color preview on black background

This text has color #6E656F on black background.


Color preview on white background

This text has color #6E656F on white background.


Black color preview on #6E656F background

This text has black color on #6E656F background.


White color preview on #6E656F background

This text has white color on #6E656F background.


Related colors

Complementary color

Complementary color for #hex is #919A90.


I love getcolorcode.com

Triadic colors

1 #6F6E65 and #656F6E with #6E656F are triadic colors.

2 #6F656E and #656E6F with #6E656F are triadic colors.