COLOR #6E879C

HEX: #6E879C
RGB: (110,135,156)

Color info

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

RGB color model

#6E879C color RGB value is (110,135,156).

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

RGB channels and saturation

R 110 of 255 = 43%
G 135 of 255 = 53%
B 156 of 255 = 61%

110
135
156

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

Portions of RGB colors in percentages

R + G + B =
110 + 135 + 156 = 401 (100%)
R 110 of 401 ~ 27.43%
G 135 of 401 ~ 33.67%
B 156 of 401 ~ 38.9%

%27.43
%33.67
%38.9

CMYK color model

#6E879C color CMYK value is (29,13,0,39).

  • cyan value is 29.49%
  • magenta value is 13.46%
  • yellow value is 0.00%
  • key color value is 38.82%
CMYK:
(29,13,0,39)
C29M13Y0K39 
(29%,13%,0%,39%)
(0.29/0.13/0.00/0.39)	

CMYK percentages

%29.49
%13.46
%0
%38.82

Codes

Color #6E879C in popluar color models

6E879C
RGB110135156
HSL207°18.85%52.16%
HSB/HSV207°29.49%61.18%
CMYK29.49%13.46%0.00%
38.82%

Color #6E879C in popluar number systems.

HEX6E879C
Decimal110135156
Binary11011101000011110011100
Octal156207234

Shades and tints

Shades of #6E879C

#6E879C
(110,135,156)
#647B8E
(100,123,142)
#5A6F80
(90,111,128)
#506372
(80,99,114)
#465764
(70,87,100)
#3C4B56
(60,75,86)
#323F48
(50,63,72)
#28333A
(40,51,58)
#1E272C
(30,39,44)
#141B1E
(20,27,30)
#0A0F10
(10,15,16)
#000000
(0,0,0)

Tints of #6E879C

#6E879C
(110,135,156)
#7B91A5
(123,145,165)
#889BAE
(136,155,174)
#95A5B7
(149,165,183)
#A2AFC0
(162,175,192)
#AFB9C9
(175,185,201)
#BCC3D2
(188,195,210)
#C9CDDB
(201,205,219)
#D6D7E4
(214,215,228)
#E3E1ED
(227,225,237)
#F0EBF6
(240,235,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6E879C; }

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

This text font color is #6E879C.


Background Color

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

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

This div background color is #6E879C.


Border color

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

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

This div border color is #6E879C.


Opacity

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

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

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

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

This text has shadow with #6E879C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6E879C on black background.


Color preview on white background

This text has color #6E879C on white background.



Black color preview on #6E879C background

This text has black color on #6E879C background.


White color preview on #6E879C background

This text has white color on #6E879C background.