COLOR #6E979B

HEX: #6E979B
RGB: (110,151,155)

Color info

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

RGB color model

#6E979B color RGB value is (110,151,155).

  • red value is 110;
  • green value is 151;
  • blue value is 155.
RGB:
(110,151,155)
(43%,59%,61%)

RGB channels and saturation

R 110 of 255 = 43%
G 151 of 255 = 59%
B 155 of 255 = 61%

110
151
155

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

Portions of RGB colors in percentages

R + G + B =
110 + 151 + 155 = 416 (100%)
R 110 of 416 ~ 26.44%
G 151 of 416 ~ 36.3%
B 155 of 416 ~ 37.26%

%26.44
%36.3
%37.26

CMYK color model

#6E979B color CMYK value is (29,3,0,39).

  • cyan value is 29.03%
  • magenta value is 2.58%
  • yellow value is 0.00%
  • key color value is 39.22%
CMYK:
(29,3,0,39)
C29M3Y0K39 
(29%,3%,0%,39%)
(0.29/0.03/0.00/0.39)	

CMYK percentages

%29.03
%2.58
%0
%39.22

Codes

Color #6E979B in popluar color models

6E979B
RGB110151155
HSL185°18.37%51.96%
HSB/HSV185°29.03%60.78%
CMYK29.03%2.58%0.00%
39.22%

Color #6E979B in popluar number systems.

HEX6E979B
Decimal110151155
Binary11011101001011110011011
Octal156227233

Shades and tints

Shades of #6E979B

#6E979B
(110,151,155)
#648A8D
(100,138,141)
#5A7D7F
(90,125,127)
#507071
(80,112,113)
#466363
(70,99,99)
#3C5655
(60,86,85)
#324947
(50,73,71)
#283C39
(40,60,57)
#1E2F2B
(30,47,43)
#14221D
(20,34,29)
#0A150F
(10,21,15)
#000000
(0,0,0)

Tints of #6E979B

#6E979B
(110,151,155)
#7BA0A4
(123,160,164)
#88A9AD
(136,169,173)
#95B2B6
(149,178,182)
#A2BBBF
(162,187,191)
#AFC4C8
(175,196,200)
#BCCDD1
(188,205,209)
#C9D6DA
(201,214,218)
#D6DFE3
(214,223,227)
#E3E8EC
(227,232,236)
#F0F1F5
(240,241,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6E979B color. Also use rgb(110,151,155) instead hex code.

Text Font Color

.myTextColor { color: #6E979B; }

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

This text font color is #6E979B.


Background Color

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

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

This div background color is #6E979B.


Border color

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

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

This div border color is #6E979B.


Opacity

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

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

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

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

This text has shadow with #6E979B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6E979B on black background.


Color preview on white background

This text has color #6E979B on white background.



Black color preview on #6E979B background

This text has black color on #6E979B background.


White color preview on #6E979B background

This text has white color on #6E979B background.