COLOR #6E646B

HEX: #6E646B RGB: (110,100,107)

Color info

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

RGB color model

#6E646B color RGB value is (110,100,107).

RGB: (110,100,107) (43%, 39%, 42%)

RGB channels and saturation

R 110 of 255 = 43%
G 100 of 255 = 39%
B 107 of 255 = 42%

110
100
107

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

Portions of RGB colors in percentages

R + G + B = 110 + 100 + 107 = 317 (100%)
R 110 of 317 ~ 34.7%
G 100 of 317 ~ 31.55%
B 107 of 317 ~ 33.75'%

%34.7
%31.55
%33.75

CMYK color model

#6E646B color CMYK value is (0,9,3,57).

  • cyan value is 0.00%
  • magenta value is 9.09%
  • yellow value is 2.73%
  • key color value is 56.86%

CMYK: (0,9,3,57)
C0M9Y3K57 (0%, 9%, 3%, 57%)
(0.00 / 0.09 / 0.03 / 0.57)

CMYK percentages

%0
%9.09
%2.73
%56.86

Codes

Color #6E646B in popluar color models

6E 64 6B
RGB 110 100 107
HSL 318° 4.76% 41.18%
HSB/HSV 318° 9.09% 43.14%
CMYK 0.00% 9.09% 2.73%
56.86%

Color #6E646B in popluar number systems.

HEX 6E 64 6B
Decimal 110 100 107
Binary 1101110 1100100 1101011
Octal 156 144 153

Shades and tints

Shades of #6E646B

#6E646B
(110,100,107)
#645B62
(100,91,98)
#5A5259
(90,82,89)
#504950
(80,73,80)
#464047
(70,64,71)
#3C373E
(60,55,62)
#322E35
(50,46,53)
#28252C
(40,37,44)
#1E1C23
(30,28,35)
#14131A
(20,19,26)
#0A0A11
(10,10,17)
#000000
(0,0,0)

Tints of #6E646B

#6E646B
(110,100,107)
#7B7278
(123,114,120)
#888085
(136,128,133)
#958E92
(149,142,146)
#A29C9F
(162,156,159)
#AFAAAC
(175,170,172)
#BCB8B9
(188,184,185)
#C9C6C6
(201,198,198)
#D6D4D3
(214,212,211)
#E3E2E0
(227,226,224)
#F0F0ED
(240,240,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6E646B; }

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

This text font color is #6E646B.

Background Color

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

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

This div background color is #6E646B.

Border color

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

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

This div border color is #6E646B.

Opacity

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

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

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

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

This text has shadow with #6E646B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #6E646B.

Preview

Color preview on black background

This text has color #6E646B on black background.


Color preview on white background

This text has color #6E646B on white background.


Black color preview on #6E646B background

This text has black color on #6E646B background.


White color preview on #6E646B background

This text has white color on #6E646B background.


Related colors

Complementary color

Complementary color for #hex is #919B94.


I love getcolorcode.com

Triadic colors

1 #6B6E64 and #646B6E with #6E646B are triadic colors.

2 #6B646E and #646E6B with #6E646B are triadic colors.