COLOR #6E747A

HEX: #6E747A RGB: (110,116,122)

Color info

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

RGB color model

#6E747A color RGB value is (110,116,122).

RGB: (110,116,122) (43%, 45%, 48%)

RGB channels and saturation

R 110 of 255 = 43%
G 116 of 255 = 45%
B 122 of 255 = 48%

110
116
122

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

Portions of RGB colors in percentages

R + G + B = 110 + 116 + 122 = 348 (100%)
R 110 of 348 ~ 31.61%
G 116 of 348 ~ 33.33%
B 122 of 348 ~ 35.06'%

%31.61
%33.33
%35.06

CMYK color model

#6E747A color CMYK value is (10,5,0,52).

  • cyan value is 9.84%
  • magenta value is 4.92%
  • yellow value is 0.00%
  • key color value is 52.16%

CMYK: (10,5,0,52)
C10M5Y0K52 (10%, 5%, 0%, 52%)
(0.10 / 0.05 / 0.00 / 0.52)

CMYK percentages

%9.84
%4.92
%0
%52.16

Codes

Color #6E747A in popluar color models

6E 74 7A
RGB 110 116 122
HSL 210° 5.17% 45.49%
HSB/HSV 210° 9.84% 47.84%
CMYK 9.84% 4.92% 0.00%
52.16%

Color #6E747A in popluar number systems.

HEX 6E 74 7A
Decimal 110 116 122
Binary 1101110 1110100 1111010
Octal 156 164 172

Shades and tints

Shades of #6E747A

#6E747A
(110,116,122)
#646A6F
(100,106,111)
#5A6064
(90,96,100)
#505659
(80,86,89)
#464C4E
(70,76,78)
#3C4243
(60,66,67)
#323838
(50,56,56)
#282E2D
(40,46,45)
#1E2422
(30,36,34)
#141A17
(20,26,23)
#0A100C
(10,16,12)
#000000
(0,0,0)

Tints of #6E747A

#6E747A
(110,116,122)
#7B8086
(123,128,134)
#888C92
(136,140,146)
#95989E
(149,152,158)
#A2A4AA
(162,164,170)
#AFB0B6
(175,176,182)
#BCBCC2
(188,188,194)
#C9C8CE
(201,200,206)
#D6D4DA
(214,212,218)
#E3E0E6
(227,224,230)
#F0ECF2
(240,236,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6E747A color. Also use rgb(110,116,122) instead hex code.

Text Font Color

.myTextColor { color: #6E747A; }

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

This text font color is #6E747A.

Background Color

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

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

This div background color is #6E747A.

Border color

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

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

This div border color is #6E747A.

Opacity

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

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

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

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

This text has shadow with #6E747A color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #6E747A.

Preview

Color preview on black background

This text has color #6E747A on black background.


Color preview on white background

This text has color #6E747A on white background.


Black color preview on #6E747A background

This text has black color on #6E747A background.


White color preview on #6E747A background

This text has white color on #6E747A background.


Related colors

Complementary color

Complementary color for #hex is #918B85.


I love getcolorcode.com

Triadic colors

1 #7A6E74 and #747A6E with #6E747A are triadic colors.

2 #7A746E and #746E7A with #6E747A are triadic colors.