COLOR #6E7889

HEX: #6E7889
RGB: (110,120,137)

Color info

#6E7889 contains red, green and blue colors in about the same proportion. Web safe color of #6E7889 is #666699 (or #669).

RGB color model

#6E7889 color RGB value is (110,120,137).

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

RGB channels and saturation

R 110 of 255 = 43%
G 120 of 255 = 47%
B 137 of 255 = 54%

110
120
137

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

Portions of RGB colors in percentages

R + G + B =
110 + 120 + 137 = 367 (100%)
R 110 of 367 ~ 29.97%
G 120 of 367 ~ 32.7%
B 137 of 367 ~ 37.33%

%29.97
%32.7
%37.33

CMYK color model

#6E7889 color CMYK value is (20,12,0,46).

  • cyan value is 19.71%
  • magenta value is 12.41%
  • yellow value is 0.00%
  • key color value is 46.27%
CMYK:
(20,12,0,46)
C20M12Y0K46 
(20%,12%,0%,46%)
(0.20/0.12/0.00/0.46)	

CMYK percentages

%19.71
%12.41
%0
%46.27

Codes

Color #6E7889 in popluar color models

6E7889
RGB110120137
HSL218°10.93%48.43%
HSB/HSV218°19.71%53.73%
CMYK19.71%12.41%0.00%
46.27%

Color #6E7889 in popluar number systems.

HEX6E7889
Decimal110120137
Binary1101110111100010001001
Octal156170211

Shades and tints

Shades of #6E7889

#6E7889
(110,120,137)
#646E7D
(100,110,125)
#5A6471
(90,100,113)
#505A65
(80,90,101)
#465059
(70,80,89)
#3C464D
(60,70,77)
#323C41
(50,60,65)
#283235
(40,50,53)
#1E2829
(30,40,41)
#141E1D
(20,30,29)
#0A1411
(10,20,17)
#000000
(0,0,0)

Tints of #6E7889

#6E7889
(110,120,137)
#7B8493
(123,132,147)
#88909D
(136,144,157)
#959CA7
(149,156,167)
#A2A8B1
(162,168,177)
#AFB4BB
(175,180,187)
#BCC0C5
(188,192,197)
#C9CCCF
(201,204,207)
#D6D8D9
(214,216,217)
#E3E4E3
(227,228,227)
#F0F0ED
(240,240,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6E7889; }

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

This text font color is #6E7889.


Background Color

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

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

This div background color is #6E7889.


Border color

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

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

This div border color is #6E7889.


Opacity

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

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

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

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

This text has shadow with #6E7889 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6E7889 on black background.


Color preview on white background

This text has color #6E7889 on white background.



Black color preview on #6E7889 background

This text has black color on #6E7889 background.


White color preview on #6E7889 background

This text has white color on #6E7889 background.