COLOR #6E839B

HEX: #6E839B
RGB: (110,131,155)

Color info

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

RGB color model

#6E839B color RGB value is (110,131,155).

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

RGB channels and saturation

R 110 of 255 = 43%
G 131 of 255 = 51%
B 155 of 255 = 61%

110
131
155

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

Portions of RGB colors in percentages

R + G + B =
110 + 131 + 155 = 396 (100%)
R 110 of 396 ~ 27.78%
G 131 of 396 ~ 33.08%
B 155 of 396 ~ 39.14%

%27.78
%33.08
%39.14

CMYK color model

#6E839B color CMYK value is (29,15,0,39).

  • cyan value is 29.03%
  • magenta value is 15.48%
  • yellow value is 0.00%
  • key color value is 39.22%
CMYK:
(29,15,0,39)
C29M15Y0K39 
(29%,15%,0%,39%)
(0.29/0.15/0.00/0.39)	

CMYK percentages

%29.03
%15.48
%0
%39.22

Codes

Color #6E839B in popluar color models

6E839B
RGB110131155
HSL212°18.37%51.96%
HSB/HSV212°29.03%60.78%
CMYK29.03%15.48%0.00%
39.22%

Color #6E839B in popluar number systems.

HEX6E839B
Decimal110131155
Binary11011101000001110011011
Octal156203233

Shades and tints

Shades of #6E839B

#6E839B
(110,131,155)
#64788D
(100,120,141)
#5A6D7F
(90,109,127)
#506271
(80,98,113)
#465763
(70,87,99)
#3C4C55
(60,76,85)
#324147
(50,65,71)
#283639
(40,54,57)
#1E2B2B
(30,43,43)
#14201D
(20,32,29)
#0A150F
(10,21,15)
#000000
(0,0,0)

Tints of #6E839B

#6E839B
(110,131,155)
#7B8EA4
(123,142,164)
#8899AD
(136,153,173)
#95A4B6
(149,164,182)
#A2AFBF
(162,175,191)
#AFBAC8
(175,186,200)
#BCC5D1
(188,197,209)
#C9D0DA
(201,208,218)
#D6DBE3
(214,219,227)
#E3E6EC
(227,230,236)
#F0F1F5
(240,241,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6E839B; }

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

This text font color is #6E839B.


Background Color

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

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

This div background color is #6E839B.


Border color

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

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

This div border color is #6E839B.


Opacity

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

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

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

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

This text has shadow with #6E839B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6E839B on black background.


Color preview on white background

This text has color #6E839B on white background.



Black color preview on #6E839B background

This text has black color on #6E839B background.


White color preview on #6E839B background

This text has white color on #6E839B background.