COLOR #6E8A9E

HEX: #6E8A9E
RGB: (110,138,158)

Color info

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

RGB color model

#6E8A9E color RGB value is (110,138,158).

  • red value is 110;
  • green value is 138;
  • blue value is 158.
RGB:
(110,138,158)
(43%,54%,62%)

RGB channels and saturation

R 110 of 255 = 43%
G 138 of 255 = 54%
B 158 of 255 = 62%

110
138
158

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

Portions of RGB colors in percentages

R + G + B =
110 + 138 + 158 = 406 (100%)
R 110 of 406 ~ 27.09%
G 138 of 406 ~ 33.99%
B 158 of 406 ~ 38.92%

%27.09
%33.99
%38.92

CMYK color model

#6E8A9E color CMYK value is (30,13,0,38).

  • cyan value is 30.38%
  • magenta value is 12.66%
  • yellow value is 0.00%
  • key color value is 38.04%
CMYK:
(30,13,0,38)
C30M13Y0K38 
(30%,13%,0%,38%)
(0.30/0.13/0.00/0.38)	

CMYK percentages

%30.38
%12.66
%0
%38.04

Codes

Color #6E8A9E in popluar color models

6E8A9E
RGB110138158
HSL205°19.83%52.55%
HSB/HSV205°30.38%61.96%
CMYK30.38%12.66%0.00%
38.04%

Color #6E8A9E in popluar number systems.

HEX6E8A9E
Decimal110138158
Binary11011101000101010011110
Octal156212236

Shades and tints

Shades of #6E8A9E

#6E8A9E
(110,138,158)
#647E90
(100,126,144)
#5A7282
(90,114,130)
#506674
(80,102,116)
#465A66
(70,90,102)
#3C4E58
(60,78,88)
#32424A
(50,66,74)
#28363C
(40,54,60)
#1E2A2E
(30,42,46)
#141E20
(20,30,32)
#0A1212
(10,18,18)
#000000
(0,0,0)

Tints of #6E8A9E

#6E8A9E
(110,138,158)
#7B94A6
(123,148,166)
#889EAE
(136,158,174)
#95A8B6
(149,168,182)
#A2B2BE
(162,178,190)
#AFBCC6
(175,188,198)
#BCC6CE
(188,198,206)
#C9D0D6
(201,208,214)
#D6DADE
(214,218,222)
#E3E4E6
(227,228,230)
#F0EEEE
(240,238,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6E8A9E color. Also use rgb(110,138,158) instead hex code.

Text Font Color

.myTextColor { color: #6E8A9E; }

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

This text font color is #6E8A9E.


Background Color

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

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

This div background color is #6E8A9E.


Border color

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

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

This div border color is #6E8A9E.


Opacity

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

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

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

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

This text has shadow with #6E8A9E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6E8A9E on black background.


Color preview on white background

This text has color #6E8A9E on white background.



Black color preview on #6E8A9E background

This text has black color on #6E8A9E background.


White color preview on #6E8A9E background

This text has white color on #6E8A9E background.