COLOR #6E879A

HEX: #6E879A RGB: (110,135,154)

Color info

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

RGB color model

#6E879A color RGB value is (110,135,154).

RGB: (110,135,154) (43%, 53%, 60%)

RGB channels and saturation

R 110 of 255 = 43%
G 135 of 255 = 53%
B 154 of 255 = 60%

110
135
154

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

Portions of RGB colors in percentages

R + G + B = 110 + 135 + 154 = 399 (100%)
R 110 of 399 ~ 27.57%
G 135 of 399 ~ 33.83%
B 154 of 399 ~ 38.6'%

%27.57
%33.83
%38.6

CMYK color model

#6E879A color CMYK value is (29,12,0,40).

  • cyan value is 28.57%
  • magenta value is 12.34%
  • yellow value is 0.00%
  • key color value is 39.61%

CMYK: (29,12,0,40)
C29M12Y0K40 (29%, 12%, 0%, 40%)
(0.29 / 0.12 / 0.00 / 0.40)

CMYK percentages

%28.57
%12.34
%0
%39.61

Codes

Color #6E879A in popluar color models

6E 87 9A
RGB 110 135 154
HSL 206° 17.89% 51.76%
HSB/HSV 206° 28.57% 60.39%
CMYK 28.57% 12.34% 0.00%
39.61%

Color #6E879A in popluar number systems.

HEX 6E 87 9A
Decimal 110 135 154
Binary 1101110 10000111 10011010
Octal 156 207 232

Shades and tints

Shades of #6E879A

#6E879A
(110,135,154)
#647B8C
(100,123,140)
#5A6F7E
(90,111,126)
#506370
(80,99,112)
#465762
(70,87,98)
#3C4B54
(60,75,84)
#323F46
(50,63,70)
#283338
(40,51,56)
#1E272A
(30,39,42)
#141B1C
(20,27,28)
#0A0F0E
(10,15,14)
#000000
(0,0,0)

Tints of #6E879A

#6E879A
(110,135,154)
#7B91A3
(123,145,163)
#889BAC
(136,155,172)
#95A5B5
(149,165,181)
#A2AFBE
(162,175,190)
#AFB9C7
(175,185,199)
#BCC3D0
(188,195,208)
#C9CDD9
(201,205,217)
#D6D7E2
(214,215,226)
#E3E1EB
(227,225,235)
#F0EBF4
(240,235,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6E879A; }

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

This text font color is #6E879A.

Background Color

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

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

This div background color is #6E879A.

Border color

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

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

This div border color is #6E879A.

Opacity

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

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

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

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

This text has shadow with #6E879A color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #6E879A.

Preview

Color preview on black background

This text has color #6E879A on black background.


Color preview on white background

This text has color #6E879A on white background.


Black color preview on #6E879A background

This text has black color on #6E879A background.


White color preview on #6E879A background

This text has white color on #6E879A background.


Related colors

Complementary color

Complementary color for #hex is #917865.


I love getcolorcode.com

Triadic colors

1 #9A6E87 and #879A6E with #6E879A are triadic colors.

2 #9A876E and #876E9A with #6E879A are triadic colors.