COLOR #6E8688

HEX: #6E8688 RGB: (110,134,136)

Color info

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

RGB color model

#6E8688 color RGB value is (110,134,136).

RGB: (110,134,136) (43%, 53%, 53%)

RGB channels and saturation

R 110 of 255 = 43%
G 134 of 255 = 53%
B 136 of 255 = 53%

110
134
136

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

Portions of RGB colors in percentages

R + G + B = 110 + 134 + 136 = 380 (100%)
R 110 of 380 ~ 28.95%
G 134 of 380 ~ 35.26%
B 136 of 380 ~ 35.79'%

%28.95
%35.26
%35.79

CMYK color model

#6E8688 color CMYK value is (19,1,0,47).

  • cyan value is 19.12%
  • magenta value is 1.47%
  • yellow value is 0.00%
  • key color value is 46.67%

CMYK: (19,1,0,47)
C19M1Y0K47 (19%, 1%, 0%, 47%)
(0.19 / 0.01 / 0.00 / 0.47)

CMYK percentages

%19.12
%1.47
%0
%46.67

Codes

Color #6E8688 in popluar color models

6E 86 88
RGB 110 134 136
HSL 185° 10.57% 48.24%
HSB/HSV 185° 19.12% 53.33%
CMYK 19.12% 1.47% 0.00%
46.67%

Color #6E8688 in popluar number systems.

HEX 6E 86 88
Decimal 110 134 136
Binary 1101110 10000110 10001000
Octal 156 206 210

Shades and tints

Shades of #6E8688

#6E8688
(110,134,136)
#647A7C
(100,122,124)
#5A6E70
(90,110,112)
#506264
(80,98,100)
#465658
(70,86,88)
#3C4A4C
(60,74,76)
#323E40
(50,62,64)
#283234
(40,50,52)
#1E2628
(30,38,40)
#141A1C
(20,26,28)
#0A0E10
(10,14,16)
#000000
(0,0,0)

Tints of #6E8688

#6E8688
(110,134,136)
#7B9192
(123,145,146)
#889C9C
(136,156,156)
#95A7A6
(149,167,166)
#A2B2B0
(162,178,176)
#AFBDBA
(175,189,186)
#BCC8C4
(188,200,196)
#C9D3CE
(201,211,206)
#D6DED8
(214,222,216)
#E3E9E2
(227,233,226)
#F0F4EC
(240,244,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6E8688 color. Also use rgb(110,134,136) instead hex code.

Text Font Color

.myTextColor { color: #6E8688; }

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

This text font color is #6E8688.

Background Color

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

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

This div background color is #6E8688.

Border color

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

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

This div border color is #6E8688.

Opacity

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

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

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

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

This text has shadow with #6E8688 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #6E8688.

Preview

Color preview on black background

This text has color #6E8688 on black background.


Color preview on white background

This text has color #6E8688 on white background.


Black color preview on #6E8688 background

This text has black color on #6E8688 background.


White color preview on #6E8688 background

This text has white color on #6E8688 background.


Related colors

Complementary color

Complementary color for #hex is #917977.


I love getcolorcode.com

Triadic colors

1 #886E86 and #86886E with #6E8688 are triadic colors.

2 #88866E and #866E88 with #6E8688 are triadic colors.