COLOR #6E818F

HEX: #6E818F
RGB: (110,129,143)

Color info

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

RGB color model

#6E818F color RGB value is (110,129,143).

  • red value is 110;
  • green value is 129;
  • blue value is 143.
RGB:
(110,129,143)
(43%,51%,56%)

RGB channels and saturation

R 110 of 255 = 43%
G 129 of 255 = 51%
B 143 of 255 = 56%

110
129
143

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

Portions of RGB colors in percentages

R + G + B =
110 + 129 + 143 = 382 (100%)
R 110 of 382 ~ 28.8%
G 129 of 382 ~ 33.77%
B 143 of 382 ~ 37.43%

%28.8
%33.77
%37.43

CMYK color model

#6E818F color CMYK value is (23,10,0,44).

  • cyan value is 23.08%
  • magenta value is 9.79%
  • yellow value is 0.00%
  • key color value is 43.92%
CMYK:
(23,10,0,44)
C23M10Y0K44 
(23%,10%,0%,44%)
(0.23/0.10/0.00/0.44)	

CMYK percentages

%23.08
%9.79
%0
%43.92

Codes

Color #6E818F in popluar color models

6E818F
RGB110129143
HSL205°13.04%49.61%
HSB/HSV205°23.08%56.08%
CMYK23.08%9.79%0.00%
43.92%

Color #6E818F in popluar number systems.

HEX6E818F
Decimal110129143
Binary11011101000000110001111
Octal156201217

Shades and tints

Shades of #6E818F

#6E818F
(110,129,143)
#647682
(100,118,130)
#5A6B75
(90,107,117)
#506068
(80,96,104)
#46555B
(70,85,91)
#3C4A4E
(60,74,78)
#323F41
(50,63,65)
#283434
(40,52,52)
#1E2927
(30,41,39)
#141E1A
(20,30,26)
#0A130D
(10,19,13)
#000000
(0,0,0)

Tints of #6E818F

#6E818F
(110,129,143)
#7B8C99
(123,140,153)
#8897A3
(136,151,163)
#95A2AD
(149,162,173)
#A2ADB7
(162,173,183)
#AFB8C1
(175,184,193)
#BCC3CB
(188,195,203)
#C9CED5
(201,206,213)
#D6D9DF
(214,217,223)
#E3E4E9
(227,228,233)
#F0EFF3
(240,239,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6E818F color. Also use rgb(110,129,143) instead hex code.

Text Font Color

.myTextColor { color: #6E818F; }

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

This text font color is #6E818F.


Background Color

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

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

This div background color is #6E818F.


Border color

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

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

This div border color is #6E818F.


Opacity

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

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

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

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

This text has shadow with #6E818F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6E818F on black background.


Color preview on white background

This text has color #6E818F on white background.



Black color preview on #6E818F background

This text has black color on #6E818F background.


White color preview on #6E818F background

This text has white color on #6E818F background.