COLOR #6E949C

HEX: #6E949C
RGB: (110,148,156)

Color info

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

RGB color model

#6E949C color RGB value is (110,148,156).

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

RGB channels and saturation

R 110 of 255 = 43%
G 148 of 255 = 58%
B 156 of 255 = 61%

110
148
156

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

Portions of RGB colors in percentages

R + G + B =
110 + 148 + 156 = 414 (100%)
R 110 of 414 ~ 26.57%
G 148 of 414 ~ 35.75%
B 156 of 414 ~ 37.68%

%26.57
%35.75
%37.68

CMYK color model

#6E949C color CMYK value is (29,5,0,39).

  • cyan value is 29.49%
  • magenta value is 5.13%
  • yellow value is 0.00%
  • key color value is 38.82%
CMYK:
(29,5,0,39)
C29M5Y0K39 
(29%,5%,0%,39%)
(0.29/0.05/0.00/0.39)	

CMYK percentages

%29.49
%5.13
%0
%38.82

Codes

Color #6E949C in popluar color models

6E949C
RGB110148156
HSL190°18.85%52.16%
HSB/HSV190°29.49%61.18%
CMYK29.49%5.13%0.00%
38.82%

Color #6E949C in popluar number systems.

HEX6E949C
Decimal110148156
Binary11011101001010010011100
Octal156224234

Shades and tints

Shades of #6E949C

#6E949C
(110,148,156)
#64878E
(100,135,142)
#5A7A80
(90,122,128)
#506D72
(80,109,114)
#466064
(70,96,100)
#3C5356
(60,83,86)
#324648
(50,70,72)
#28393A
(40,57,58)
#1E2C2C
(30,44,44)
#141F1E
(20,31,30)
#0A1210
(10,18,16)
#000000
(0,0,0)

Tints of #6E949C

#6E949C
(110,148,156)
#7B9DA5
(123,157,165)
#88A6AE
(136,166,174)
#95AFB7
(149,175,183)
#A2B8C0
(162,184,192)
#AFC1C9
(175,193,201)
#BCCAD2
(188,202,210)
#C9D3DB
(201,211,219)
#D6DCE4
(214,220,228)
#E3E5ED
(227,229,237)
#F0EEF6
(240,238,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6E949C; }

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

This text font color is #6E949C.


Background Color

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

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

This div background color is #6E949C.


Border color

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

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

This div border color is #6E949C.


Opacity

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

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

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

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

This text has shadow with #6E949C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6E949C on black background.


Color preview on white background

This text has color #6E949C on white background.



Black color preview on #6E949C background

This text has black color on #6E949C background.


White color preview on #6E949C background

This text has white color on #6E949C background.