COLOR #6E8791

HEX: #6E8791
RGB: (110,135,145)

Color info

#6E8791 contains red, green and blue colors in about the same proportion. Web safe color of #6E8791 is #669999 (or #699).

RGB color model

#6E8791 color RGB value is (110,135,145).

  • red value is 110;
  • green value is 135;
  • blue value is 145.
RGB:
(110,135,145)
(43%,53%,57%)

RGB channels and saturation

R 110 of 255 = 43%
G 135 of 255 = 53%
B 145 of 255 = 57%

110
135
145

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

Portions of RGB colors in percentages

R + G + B =
110 + 135 + 145 = 390 (100%)
R 110 of 390 ~ 28.21%
G 135 of 390 ~ 34.62%
B 145 of 390 ~ 37.18%

%28.21
%34.62
%37.18

CMYK color model

#6E8791 color CMYK value is (24,7,0,43).

  • cyan value is 24.14%
  • magenta value is 6.90%
  • yellow value is 0.00%
  • key color value is 43.14%
CMYK:
(24,7,0,43)
C24M7Y0K43 
(24%,7%,0%,43%)
(0.24/0.07/0.00/0.43)	

CMYK percentages

%24.14
%6.9
%0
%43.14

Codes

Color #6E8791 in popluar color models

6E8791
RGB110135145
HSL197°13.73%50.00%
HSB/HSV197°24.14%56.86%
CMYK24.14%6.90%0.00%
43.14%

Color #6E8791 in popluar number systems.

HEX6E8791
Decimal110135145
Binary11011101000011110010001
Octal156207221

Shades and tints

Shades of #6E8791

#6E8791
(110,135,145)
#647B84
(100,123,132)
#5A6F77
(90,111,119)
#50636A
(80,99,106)
#46575D
(70,87,93)
#3C4B50
(60,75,80)
#323F43
(50,63,67)
#283336
(40,51,54)
#1E2729
(30,39,41)
#141B1C
(20,27,28)
#0A0F0F
(10,15,15)
#000000
(0,0,0)

Tints of #6E8791

#6E8791
(110,135,145)
#7B919B
(123,145,155)
#889BA5
(136,155,165)
#95A5AF
(149,165,175)
#A2AFB9
(162,175,185)
#AFB9C3
(175,185,195)
#BCC3CD
(188,195,205)
#C9CDD7
(201,205,215)
#D6D7E1
(214,215,225)
#E3E1EB
(227,225,235)
#F0EBF5
(240,235,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6E8791 color. Also use rgb(110,135,145) instead hex code.

Text Font Color

.myTextColor { color: #6E8791; }

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

This text font color is #6E8791.


Background Color

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

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

This div background color is #6E8791.


Border color

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

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

This div border color is #6E8791.


Opacity

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

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

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

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

This text has shadow with #6E8791 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6E8791 on black background.


Color preview on white background

This text has color #6E8791 on white background.



Black color preview on #6E8791 background

This text has black color on #6E8791 background.


White color preview on #6E8791 background

This text has white color on #6E8791 background.