COLOR #6E949E

HEX: #6E949E
RGB: (110,148,158)

Color info

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

RGB color model

#6E949E color RGB value is (110,148,158).

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

RGB channels and saturation

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

110
148
158

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

Portions of RGB colors in percentages

R + G + B =
110 + 148 + 158 = 416 (100%)
R 110 of 416 ~ 26.44%
G 148 of 416 ~ 35.58%
B 158 of 416 ~ 37.98%

%26.44
%35.58
%37.98

CMYK color model

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

  • cyan value is 30.38%
  • magenta value is 6.33%
  • yellow value is 0.00%
  • key color value is 38.04%
CMYK:
(30,6,0,38)
C30M6Y0K38 
(30%,6%,0%,38%)
(0.30/0.06/0.00/0.38)	

CMYK percentages

%30.38
%6.33
%0
%38.04

Codes

Color #6E949E in popluar color models

6E949E
RGB110148158
HSL193°19.83%52.55%
HSB/HSV193°30.38%61.96%
CMYK30.38%6.33%0.00%
38.04%

Color #6E949E in popluar number systems.

HEX6E949E
Decimal110148158
Binary11011101001010010011110
Octal156224236

Shades and tints

Shades of #6E949E

#6E949E
(110,148,158)
#648790
(100,135,144)
#5A7A82
(90,122,130)
#506D74
(80,109,116)
#466066
(70,96,102)
#3C5358
(60,83,88)
#32464A
(50,70,74)
#28393C
(40,57,60)
#1E2C2E
(30,44,46)
#141F20
(20,31,32)
#0A1212
(10,18,18)
#000000
(0,0,0)

Tints of #6E949E

#6E949E
(110,148,158)
#7B9DA6
(123,157,166)
#88A6AE
(136,166,174)
#95AFB6
(149,175,182)
#A2B8BE
(162,184,190)
#AFC1C6
(175,193,198)
#BCCACE
(188,202,206)
#C9D3D6
(201,211,214)
#D6DCDE
(214,220,222)
#E3E5E6
(227,229,230)
#F0EEEE
(240,238,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6E949E; }

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

This text font color is #6E949E.


Background Color

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

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

This div background color is #6E949E.


Border color

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

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

This div border color is #6E949E.


Opacity

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

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

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

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

This text has shadow with #6E949E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6E949E on black background.


Color preview on white background

This text has color #6E949E on white background.



Black color preview on #6E949E background

This text has black color on #6E949E background.


White color preview on #6E949E background

This text has white color on #6E949E background.