COLOR #6E7880

HEX: #6E7880
RGB: (110,120,128)

Color info

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

RGB color model

#6E7880 color RGB value is (110,120,128).

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

RGB channels and saturation

R 110 of 255 = 43%
G 120 of 255 = 47%
B 128 of 255 = 50%

110
120
128

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

Portions of RGB colors in percentages

R + G + B =
110 + 120 + 128 = 358 (100%)
R 110 of 358 ~ 30.73%
G 120 of 358 ~ 33.52%
B 128 of 358 ~ 35.75%

%30.73
%33.52
%35.75

CMYK color model

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

  • cyan value is 14.06%
  • magenta value is 6.25%
  • yellow value is 0.00%
  • key color value is 49.80%
CMYK:
(14,6,0,50)
C14M6Y0K50 
(14%,6%,0%,50%)
(0.14/0.06/0.00/0.50)	

CMYK percentages

%14.06
%6.25
%0
%49.8

Codes

Color #6E7880 in popluar color models

6E7880
RGB110120128
HSL207°7.56%46.67%
HSB/HSV207°14.06%50.20%
CMYK14.06%6.25%0.00%
49.80%

Color #6E7880 in popluar number systems.

HEX6E7880
Decimal110120128
Binary1101110111100010000000
Octal156170200

Shades and tints

Shades of #6E7880

#6E7880
(110,120,128)
#646E75
(100,110,117)
#5A646A
(90,100,106)
#505A5F
(80,90,95)
#465054
(70,80,84)
#3C4649
(60,70,73)
#323C3E
(50,60,62)
#283233
(40,50,51)
#1E2828
(30,40,40)
#141E1D
(20,30,29)
#0A1412
(10,20,18)
#000000
(0,0,0)

Tints of #6E7880

#6E7880
(110,120,128)
#7B848B
(123,132,139)
#889096
(136,144,150)
#959CA1
(149,156,161)
#A2A8AC
(162,168,172)
#AFB4B7
(175,180,183)
#BCC0C2
(188,192,194)
#C9CCCD
(201,204,205)
#D6D8D8
(214,216,216)
#E3E4E3
(227,228,227)
#F0F0EE
(240,240,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6E7880; }

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

This text font color is #6E7880.


Background Color

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

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

This div background color is #6E7880.


Border color

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

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

This div border color is #6E7880.


Opacity

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

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

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

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

This text has shadow with #6E7880 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6E7880 on black background.


Color preview on white background

This text has color #6E7880 on white background.



Black color preview on #6E7880 background

This text has black color on #6E7880 background.


White color preview on #6E7880 background

This text has white color on #6E7880 background.