COLOR #6E8591

HEX: #6E8591
RGB: (110,133,145)

Color info

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

RGB color model

#6E8591 color RGB value is (110,133,145).

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

RGB channels and saturation

R 110 of 255 = 43%
G 133 of 255 = 52%
B 145 of 255 = 57%

110
133
145

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

Portions of RGB colors in percentages

R + G + B =
110 + 133 + 145 = 388 (100%)
R 110 of 388 ~ 28.35%
G 133 of 388 ~ 34.28%
B 145 of 388 ~ 37.37%

%28.35
%34.28
%37.37

CMYK color model

#6E8591 color CMYK value is (24,8,0,43).

  • cyan value is 24.14%
  • magenta value is 8.28%
  • yellow value is 0.00%
  • key color value is 43.14%
CMYK:
(24,8,0,43)
C24M8Y0K43 
(24%,8%,0%,43%)
(0.24/0.08/0.00/0.43)	

CMYK percentages

%24.14
%8.28
%0
%43.14

Codes

Color #6E8591 in popluar color models

6E8591
RGB110133145
HSL201°13.73%50.00%
HSB/HSV201°24.14%56.86%
CMYK24.14%8.28%0.00%
43.14%

Color #6E8591 in popluar number systems.

HEX6E8591
Decimal110133145
Binary11011101000010110010001
Octal156205221

Shades and tints

Shades of #6E8591

#6E8591
(110,133,145)
#647984
(100,121,132)
#5A6D77
(90,109,119)
#50616A
(80,97,106)
#46555D
(70,85,93)
#3C4950
(60,73,80)
#323D43
(50,61,67)
#283136
(40,49,54)
#1E2529
(30,37,41)
#14191C
(20,25,28)
#0A0D0F
(10,13,15)
#000000
(0,0,0)

Tints of #6E8591

#6E8591
(110,133,145)
#7B909B
(123,144,155)
#889BA5
(136,155,165)
#95A6AF
(149,166,175)
#A2B1B9
(162,177,185)
#AFBCC3
(175,188,195)
#BCC7CD
(188,199,205)
#C9D2D7
(201,210,215)
#D6DDE1
(214,221,225)
#E3E8EB
(227,232,235)
#F0F3F5
(240,243,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6E8591; }

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

This text font color is #6E8591.


Background Color

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

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

This div background color is #6E8591.


Border color

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

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

This div border color is #6E8591.


Opacity

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

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

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

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

This text has shadow with #6E8591 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6E8591 on black background.


Color preview on white background

This text has color #6E8591 on white background.



Black color preview on #6E8591 background

This text has black color on #6E8591 background.


White color preview on #6E8591 background

This text has white color on #6E8591 background.