COLOR #6E7478

HEX: #6E7478
RGB: (110,116,120)

Color info

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

RGB color model

#6E7478 color RGB value is (110,116,120).

  • red value is 110;
  • green value is 116;
  • blue value is 120.
RGB:
(110,116,120)
(43%,45%,47%)

RGB channels and saturation

R 110 of 255 = 43%
G 116 of 255 = 45%
B 120 of 255 = 47%

110
116
120

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

Portions of RGB colors in percentages

R + G + B =
110 + 116 + 120 = 346 (100%)
R 110 of 346 ~ 31.79%
G 116 of 346 ~ 33.53%
B 120 of 346 ~ 34.68%

%31.79
%33.53
%34.68

CMYK color model

#6E7478 color CMYK value is (8,3,0,53).

  • cyan value is 8.33%
  • magenta value is 3.33%
  • yellow value is 0.00%
  • key color value is 52.94%
CMYK:
(8,3,0,53)
C8M3Y0K53 
(8%,3%,0%,53%)
(0.08/0.03/0.00/0.53)	

CMYK percentages

%8.33
%3.33
%0
%52.94

Codes

Color #6E7478 in popluar color models

6E7478
RGB110116120
HSL204°4.35%45.10%
HSB/HSV204°8.33%47.06%
CMYK8.33%3.33%0.00%
52.94%

Color #6E7478 in popluar number systems.

HEX6E7478
Decimal110116120
Binary110111011101001111000
Octal156164170

Shades and tints

Shades of #6E7478

#6E7478
(110,116,120)
#646A6E
(100,106,110)
#5A6064
(90,96,100)
#50565A
(80,86,90)
#464C50
(70,76,80)
#3C4246
(60,66,70)
#32383C
(50,56,60)
#282E32
(40,46,50)
#1E2428
(30,36,40)
#141A1E
(20,26,30)
#0A1014
(10,16,20)
#000000
(0,0,0)

Tints of #6E7478

#6E7478
(110,116,120)
#7B8084
(123,128,132)
#888C90
(136,140,144)
#95989C
(149,152,156)
#A2A4A8
(162,164,168)
#AFB0B4
(175,176,180)
#BCBCC0
(188,188,192)
#C9C8CC
(201,200,204)
#D6D4D8
(214,212,216)
#E3E0E4
(227,224,228)
#F0ECF0
(240,236,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6E7478; }

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

This text font color is #6E7478.


Background Color

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

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

This div background color is #6E7478.


Border color

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

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

This div border color is #6E7478.


Opacity

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

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

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

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

This text has shadow with #6E7478 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6E7478 on black background.


Color preview on white background

This text has color #6E7478 on white background.



Black color preview on #6E7478 background

This text has black color on #6E7478 background.


White color preview on #6E7478 background

This text has white color on #6E7478 background.