COLOR #6E7078

HEX: #6E7078
RGB: (110,112,120)

Color info

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

RGB color model

#6E7078 color RGB value is (110,112,120).

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

RGB channels and saturation

R 110 of 255 = 43%
G 112 of 255 = 44%
B 120 of 255 = 47%

110
112
120

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

Portions of RGB colors in percentages

R + G + B =
110 + 112 + 120 = 342 (100%)
R 110 of 342 ~ 32.16%
G 112 of 342 ~ 32.75%
B 120 of 342 ~ 35.09%

%32.16
%32.75
%35.09

CMYK color model

#6E7078 color CMYK value is (8,7,0,53).

  • cyan value is 8.33%
  • magenta value is 6.67%
  • yellow value is 0.00%
  • key color value is 52.94%
CMYK:
(8,7,0,53)
C8M7Y0K53 
(8%,7%,0%,53%)
(0.08/0.07/0.00/0.53)	

CMYK percentages

%8.33
%6.67
%0
%52.94

Codes

Color #6E7078 in popluar color models

6E7078
RGB110112120
HSL228°4.35%45.10%
HSB/HSV228°8.33%47.06%
CMYK8.33%6.67%0.00%
52.94%

Color #6E7078 in popluar number systems.

HEX6E7078
Decimal110112120
Binary110111011100001111000
Octal156160170

Shades and tints

Shades of #6E7078

#6E7078
(110,112,120)
#64666E
(100,102,110)
#5A5C64
(90,92,100)
#50525A
(80,82,90)
#464850
(70,72,80)
#3C3E46
(60,62,70)
#32343C
(50,52,60)
#282A32
(40,42,50)
#1E2028
(30,32,40)
#14161E
(20,22,30)
#0A0C14
(10,12,20)
#000000
(0,0,0)

Tints of #6E7078

#6E7078
(110,112,120)
#7B7D84
(123,125,132)
#888A90
(136,138,144)
#95979C
(149,151,156)
#A2A4A8
(162,164,168)
#AFB1B4
(175,177,180)
#BCBEC0
(188,190,192)
#C9CBCC
(201,203,204)
#D6D8D8
(214,216,216)
#E3E5E4
(227,229,228)
#F0F2F0
(240,242,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6E7078; }

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

This text font color is #6E7078.


Background Color

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

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

This div background color is #6E7078.


Border color

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

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

This div border color is #6E7078.


Opacity

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

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

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

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

This text has shadow with #6E7078 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6E7078 on black background.


Color preview on white background

This text has color #6E7078 on white background.



Black color preview on #6E7078 background

This text has black color on #6E7078 background.


White color preview on #6E7078 background

This text has white color on #6E7078 background.