COLOR #6E7480

HEX: #6E7480 RGB: (110,116,128)

Color info

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

RGB color model

#6E7480 color RGB value is (110,116,128).

RGB: (110,116,128) (43%, 45%, 50%)

RGB channels and saturation

R 110 of 255 = 43%
G 116 of 255 = 45%
B 128 of 255 = 50%

110
116
128

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

Portions of RGB colors in percentages

R + G + B = 110 + 116 + 128 = 354 (100%)
R 110 of 354 ~ 31.07%
G 116 of 354 ~ 32.77%
B 128 of 354 ~ 36.16'%

%31.07
%32.77
%36.16

CMYK color model

#6E7480 color CMYK value is (14,9,0,50).

  • cyan value is 14.06%
  • magenta value is 9.38%
  • yellow value is 0.00%
  • key color value is 49.80%

CMYK: (14,9,0,50)
C14M9Y0K50 (14%, 9%, 0%, 50%)
(0.14 / 0.09 / 0.00 / 0.50)

CMYK percentages

%14.06
%9.38
%0
%49.8

Codes

Color #6E7480 in popluar color models

6E 74 80
RGB 110 116 128
HSL 220° 7.56% 46.67%
HSB/HSV 220° 14.06% 50.20%
CMYK 14.06% 9.38% 0.00%
49.80%

Color #6E7480 in popluar number systems.

HEX 6E 74 80
Decimal 110 116 128
Binary 1101110 1110100 10000000
Octal 156 164 200

Shades and tints

Shades of #6E7480

#6E7480
(110,116,128)
#646A75
(100,106,117)
#5A606A
(90,96,106)
#50565F
(80,86,95)
#464C54
(70,76,84)
#3C4249
(60,66,73)
#32383E
(50,56,62)
#282E33
(40,46,51)
#1E2428
(30,36,40)
#141A1D
(20,26,29)
#0A1012
(10,16,18)
#000000
(0,0,0)

Tints of #6E7480

#6E7480
(110,116,128)
#7B808B
(123,128,139)
#888C96
(136,140,150)
#9598A1
(149,152,161)
#A2A4AC
(162,164,172)
#AFB0B7
(175,176,183)
#BCBCC2
(188,188,194)
#C9C8CD
(201,200,205)
#D6D4D8
(214,212,216)
#E3E0E3
(227,224,227)
#F0ECEE
(240,236,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6E7480; }

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

This text font color is #6E7480.

Background Color

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

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

This div background color is #6E7480.

Border color

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

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

This div border color is #6E7480.

Opacity

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

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

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

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

This text has shadow with #6E7480 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #6E7480.

Preview

Color preview on black background

This text has color #6E7480 on black background.


Color preview on white background

This text has color #6E7480 on white background.


Black color preview on #6E7480 background

This text has black color on #6E7480 background.


White color preview on #6E7480 background

This text has white color on #6E7480 background.


Related colors

Complementary color

Complementary color for #hex is #918B7F.


I love getcolorcode.com

Triadic colors

1 #806E74 and #74806E with #6E7480 are triadic colors.

2 #80746E and #746E80 with #6E7480 are triadic colors.