COLOR #6E8694

HEX: #6E8694
RGB: (110,134,148)

Color info

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

RGB color model

#6E8694 color RGB value is (110,134,148).

  • red value is 110;
  • green value is 134;
  • blue value is 148.
RGB:
(110,134,148)
(43%,53%,58%)

RGB channels and saturation

R 110 of 255 = 43%
G 134 of 255 = 53%
B 148 of 255 = 58%

110
134
148

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

Portions of RGB colors in percentages

R + G + B =
110 + 134 + 148 = 392 (100%)
R 110 of 392 ~ 28.06%
G 134 of 392 ~ 34.18%
B 148 of 392 ~ 37.76%

%28.06
%34.18
%37.76

CMYK color model

#6E8694 color CMYK value is (26,9,0,42).

  • cyan value is 25.68%
  • magenta value is 9.46%
  • yellow value is 0.00%
  • key color value is 41.96%
CMYK:
(26,9,0,42)
C26M9Y0K42 
(26%,9%,0%,42%)
(0.26/0.09/0.00/0.42)	

CMYK percentages

%25.68
%9.46
%0
%41.96

Codes

Color #6E8694 in popluar color models

6E8694
RGB110134148
HSL202°15.08%50.59%
HSB/HSV202°25.68%58.04%
CMYK25.68%9.46%0.00%
41.96%

Color #6E8694 in popluar number systems.

HEX6E8694
Decimal110134148
Binary11011101000011010010100
Octal156206224

Shades and tints

Shades of #6E8694

#6E8694
(110,134,148)
#647A87
(100,122,135)
#5A6E7A
(90,110,122)
#50626D
(80,98,109)
#465660
(70,86,96)
#3C4A53
(60,74,83)
#323E46
(50,62,70)
#283239
(40,50,57)
#1E262C
(30,38,44)
#141A1F
(20,26,31)
#0A0E12
(10,14,18)
#000000
(0,0,0)

Tints of #6E8694

#6E8694
(110,134,148)
#7B919D
(123,145,157)
#889CA6
(136,156,166)
#95A7AF
(149,167,175)
#A2B2B8
(162,178,184)
#AFBDC1
(175,189,193)
#BCC8CA
(188,200,202)
#C9D3D3
(201,211,211)
#D6DEDC
(214,222,220)
#E3E9E5
(227,233,229)
#F0F4EE
(240,244,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6E8694 color. Also use rgb(110,134,148) instead hex code.

Text Font Color

.myTextColor { color: #6E8694; }

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

This text font color is #6E8694.


Background Color

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

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

This div background color is #6E8694.


Border color

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

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

This div border color is #6E8694.


Opacity

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

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

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

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

This text has shadow with #6E8694 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6E8694 on black background.


Color preview on white background

This text has color #6E8694 on white background.



Black color preview on #6E8694 background

This text has black color on #6E8694 background.


White color preview on #6E8694 background

This text has white color on #6E8694 background.