COLOR #6E879D

HEX: #6E879D
RGB: (110,135,157)

Color info

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

RGB color model

#6E879D color RGB value is (110,135,157).

  • red value is 110;
  • green value is 135;
  • blue value is 157.
RGB:
(110,135,157)
(43%,53%,62%)

RGB channels and saturation

R 110 of 255 = 43%
G 135 of 255 = 53%
B 157 of 255 = 62%

110
135
157

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

Portions of RGB colors in percentages

R + G + B =
110 + 135 + 157 = 402 (100%)
R 110 of 402 ~ 27.36%
G 135 of 402 ~ 33.58%
B 157 of 402 ~ 39.05%

%27.36
%33.58
%39.05

CMYK color model

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

  • cyan value is 29.94%
  • magenta value is 14.01%
  • yellow value is 0.00%
  • key color value is 38.43%
CMYK:
(30,14,0,38)
C30M14Y0K38 
(30%,14%,0%,38%)
(0.30/0.14/0.00/0.38)	

CMYK percentages

%29.94
%14.01
%0
%38.43

Codes

Color #6E879D in popluar color models

6E879D
RGB110135157
HSL208°19.34%52.35%
HSB/HSV208°29.94%61.57%
CMYK29.94%14.01%0.00%
38.43%

Color #6E879D in popluar number systems.

HEX6E879D
Decimal110135157
Binary11011101000011110011101
Octal156207235

Shades and tints

Shades of #6E879D

#6E879D
(110,135,157)
#647B8F
(100,123,143)
#5A6F81
(90,111,129)
#506373
(80,99,115)
#465765
(70,87,101)
#3C4B57
(60,75,87)
#323F49
(50,63,73)
#28333B
(40,51,59)
#1E272D
(30,39,45)
#141B1F
(20,27,31)
#0A0F11
(10,15,17)
#000000
(0,0,0)

Tints of #6E879D

#6E879D
(110,135,157)
#7B91A5
(123,145,165)
#889BAD
(136,155,173)
#95A5B5
(149,165,181)
#A2AFBD
(162,175,189)
#AFB9C5
(175,185,197)
#BCC3CD
(188,195,205)
#C9CDD5
(201,205,213)
#D6D7DD
(214,215,221)
#E3E1E5
(227,225,229)
#F0EBED
(240,235,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6E879D color. Also use rgb(110,135,157) instead hex code.

Text Font Color

.myTextColor { color: #6E879D; }

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

This text font color is #6E879D.


Background Color

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

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

This div background color is #6E879D.


Border color

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

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

This div border color is #6E879D.


Opacity

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

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

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

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

This text has shadow with #6E879D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6E879D on black background.


Color preview on white background

This text has color #6E879D on white background.



Black color preview on #6E879D background

This text has black color on #6E879D background.


White color preview on #6E879D background

This text has white color on #6E879D background.