COLOR #6E8F89

HEX: #6E8F89 RGB: (110,143,137)

Color info

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

RGB color model

#6E8F89 color RGB value is (110,143,137).

RGB: (110,143,137) (43%, 56%, 54%)

RGB channels and saturation

R 110 of 255 = 43%
G 143 of 255 = 56%
B 137 of 255 = 54%

110
143
137

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

Portions of RGB colors in percentages

R + G + B = 110 + 143 + 137 = 390 (100%)
R 110 of 390 ~ 28.21%
G 143 of 390 ~ 36.67%
B 137 of 390 ~ 35.13'%

%28.21
%36.67
%35.13

CMYK color model

#6E8F89 color CMYK value is (23,0,4,44).

  • cyan value is 23.08%
  • magenta value is 0.00%
  • yellow value is 4.20%
  • key color value is 43.92%

CMYK: (23,0,4,44)
C23M0Y4K44 (23%, 0%, 4%, 44%)
(0.23 / 0.00 / 0.04 / 0.44)

CMYK percentages

%23.08
%0
%4.2
%43.92

Codes

Color #6E8F89 in popluar color models

6E 8F 89
RGB 110 143 137
HSL 169° 13.04% 49.61%
HSB/HSV 169° 23.08% 56.08%
CMYK 23.08% 0.00% 4.20%
43.92%

Color #6E8F89 in popluar number systems.

HEX 6E 8F 89
Decimal 110 143 137
Binary 1101110 10001111 10001001
Octal 156 217 211

Shades and tints

Shades of #6E8F89

#6E8F89
(110,143,137)
#64827D
(100,130,125)
#5A7571
(90,117,113)
#506865
(80,104,101)
#465B59
(70,91,89)
#3C4E4D
(60,78,77)
#324141
(50,65,65)
#283435
(40,52,53)
#1E2729
(30,39,41)
#141A1D
(20,26,29)
#0A0D11
(10,13,17)
#000000
(0,0,0)

Tints of #6E8F89

#6E8F89
(110,143,137)
#7B9993
(123,153,147)
#88A39D
(136,163,157)
#95ADA7
(149,173,167)
#A2B7B1
(162,183,177)
#AFC1BB
(175,193,187)
#BCCBC5
(188,203,197)
#C9D5CF
(201,213,207)
#D6DFD9
(214,223,217)
#E3E9E3
(227,233,227)
#F0F3ED
(240,243,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6E8F89; }

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

This text font color is #6E8F89.

Background Color

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

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

This div background color is #6E8F89.

Border color

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

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

This div border color is #6E8F89.

Opacity

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

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

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

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

This text has shadow with #6E8F89 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #6E8F89.

Preview

Color preview on black background

This text has color #6E8F89 on black background.


Color preview on white background

This text has color #6E8F89 on white background.


Black color preview on #6E8F89 background

This text has black color on #6E8F89 background.


White color preview on #6E8F89 background

This text has white color on #6E8F89 background.


Related colors

Complementary color

Complementary color for #hex is #917076.


I love getcolorcode.com

Triadic colors

1 #896E8F and #8F896E with #6E8F89 are triadic colors.

2 #898F6E and #8F6E89 with #6E8F89 are triadic colors.