COLOR #6E829B

HEX: #6E829B
RGB: (110,130,155)

Color info

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

RGB color model

#6E829B color RGB value is (110,130,155).

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

RGB channels and saturation

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

110
130
155

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

Portions of RGB colors in percentages

R + G + B =
110 + 130 + 155 = 395 (100%)
R 110 of 395 ~ 27.85%
G 130 of 395 ~ 32.91%
B 155 of 395 ~ 39.24%

%27.85
%32.91
%39.24

CMYK color model

#6E829B color CMYK value is (29,16,0,39).

  • cyan value is 29.03%
  • magenta value is 16.13%
  • yellow value is 0.00%
  • key color value is 39.22%
CMYK:
(29,16,0,39)
C29M16Y0K39 
(29%,16%,0%,39%)
(0.29/0.16/0.00/0.39)	

CMYK percentages

%29.03
%16.13
%0
%39.22

Codes

Color #6E829B in popluar color models

6E829B
RGB110130155
HSL213°18.37%51.96%
HSB/HSV213°29.03%60.78%
CMYK29.03%16.13%0.00%
39.22%

Color #6E829B in popluar number systems.

HEX6E829B
Decimal110130155
Binary11011101000001010011011
Octal156202233

Shades and tints

Shades of #6E829B

#6E829B
(110,130,155)
#64778D
(100,119,141)
#5A6C7F
(90,108,127)
#506171
(80,97,113)
#465663
(70,86,99)
#3C4B55
(60,75,85)
#324047
(50,64,71)
#283539
(40,53,57)
#1E2A2B
(30,42,43)
#141F1D
(20,31,29)
#0A140F
(10,20,15)
#000000
(0,0,0)

Tints of #6E829B

#6E829B
(110,130,155)
#7B8DA4
(123,141,164)
#8898AD
(136,152,173)
#95A3B6
(149,163,182)
#A2AEBF
(162,174,191)
#AFB9C8
(175,185,200)
#BCC4D1
(188,196,209)
#C9CFDA
(201,207,218)
#D6DAE3
(214,218,227)
#E3E5EC
(227,229,236)
#F0F0F5
(240,240,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6E829B; }

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

This text font color is #6E829B.


Background Color

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

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

This div background color is #6E829B.


Border color

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

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

This div border color is #6E829B.


Opacity

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

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

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

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

This text has shadow with #6E829B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6E829B on black background.


Color preview on white background

This text has color #6E829B on white background.



Black color preview on #6E829B background

This text has black color on #6E829B background.


White color preview on #6E829B background

This text has white color on #6E829B background.