COLOR #6E939E

HEX: #6E939E
RGB: (110,147,158)

Color info

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

RGB color model

#6E939E color RGB value is (110,147,158).

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

RGB channels and saturation

R 110 of 255 = 43%
G 147 of 255 = 58%
B 158 of 255 = 62%

110
147
158

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

Portions of RGB colors in percentages

R + G + B =
110 + 147 + 158 = 415 (100%)
R 110 of 415 ~ 26.51%
G 147 of 415 ~ 35.42%
B 158 of 415 ~ 38.07%

%26.51
%35.42
%38.07

CMYK color model

#6E939E color CMYK value is (30,7,0,38).

  • cyan value is 30.38%
  • magenta value is 6.96%
  • yellow value is 0.00%
  • key color value is 38.04%
CMYK:
(30,7,0,38)
C30M7Y0K38 
(30%,7%,0%,38%)
(0.30/0.07/0.00/0.38)	

CMYK percentages

%30.38
%6.96
%0
%38.04

Codes

Color #6E939E in popluar color models

6E939E
RGB110147158
HSL194°19.83%52.55%
HSB/HSV194°30.38%61.96%
CMYK30.38%6.96%0.00%
38.04%

Color #6E939E in popluar number systems.

HEX6E939E
Decimal110147158
Binary11011101001001110011110
Octal156223236

Shades and tints

Shades of #6E939E

#6E939E
(110,147,158)
#648690
(100,134,144)
#5A7982
(90,121,130)
#506C74
(80,108,116)
#465F66
(70,95,102)
#3C5258
(60,82,88)
#32454A
(50,69,74)
#28383C
(40,56,60)
#1E2B2E
(30,43,46)
#141E20
(20,30,32)
#0A1112
(10,17,18)
#000000
(0,0,0)

Tints of #6E939E

#6E939E
(110,147,158)
#7B9CA6
(123,156,166)
#88A5AE
(136,165,174)
#95AEB6
(149,174,182)
#A2B7BE
(162,183,190)
#AFC0C6
(175,192,198)
#BCC9CE
(188,201,206)
#C9D2D6
(201,210,214)
#D6DBDE
(214,219,222)
#E3E4E6
(227,228,230)
#F0EDEE
(240,237,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6E939E; }

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

This text font color is #6E939E.


Background Color

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

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

This div background color is #6E939E.


Border color

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

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

This div border color is #6E939E.


Opacity

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

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

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

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

This text has shadow with #6E939E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6E939E on black background.


Color preview on white background

This text has color #6E939E on white background.



Black color preview on #6E939E background

This text has black color on #6E939E background.


White color preview on #6E939E background

This text has white color on #6E939E background.