COLOR #6E8095

HEX: #6E8095 RGB: (110,128,149)

Color info

#6E8095 contains red, green and blue colors in about the same proportion. Web safe color of #6E8095 is #666699 (or #669).

RGB color model

#6E8095 color RGB value is (110,128,149).

RGB: (110,128,149) (43%, 50%, 58%)

RGB channels and saturation

R 110 of 255 = 43%
G 128 of 255 = 50%
B 149 of 255 = 58%

110
128
149

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

Portions of RGB colors in percentages

R + G + B = 110 + 128 + 149 = 387 (100%)
R 110 of 387 ~ 28.42%
G 128 of 387 ~ 33.07%
B 149 of 387 ~ 38.5'%

%28.42
%33.07
%38.5

CMYK color model

#6E8095 color CMYK value is (26,14,0,42).

  • cyan value is 26.17%
  • magenta value is 14.09%
  • yellow value is 0.00%
  • key color value is 41.57%

CMYK: (26,14,0,42)
C26M14Y0K42 (26%, 14%, 0%, 42%)
(0.26 / 0.14 / 0.00 / 0.42)

CMYK percentages

%26.17
%14.09
%0
%41.57

Codes

Color #6E8095 in popluar color models

6E 80 95
RGB 110 128 149
HSL 212° 15.54% 50.78%
HSB/HSV 212° 26.17% 58.43%
CMYK 26.17% 14.09% 0.00%
41.57%

Color #6E8095 in popluar number systems.

HEX 6E 80 95
Decimal 110 128 149
Binary 1101110 10000000 10010101
Octal 156 200 225

Shades and tints

Shades of #6E8095

#6E8095
(110,128,149)
#647588
(100,117,136)
#5A6A7B
(90,106,123)
#505F6E
(80,95,110)
#465461
(70,84,97)
#3C4954
(60,73,84)
#323E47
(50,62,71)
#28333A
(40,51,58)
#1E282D
(30,40,45)
#141D20
(20,29,32)
#0A1213
(10,18,19)
#000000
(0,0,0)

Tints of #6E8095

#6E8095
(110,128,149)
#7B8B9E
(123,139,158)
#8896A7
(136,150,167)
#95A1B0
(149,161,176)
#A2ACB9
(162,172,185)
#AFB7C2
(175,183,194)
#BCC2CB
(188,194,203)
#C9CDD4
(201,205,212)
#D6D8DD
(214,216,221)
#E3E3E6
(227,227,230)
#F0EEEF
(240,238,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6E8095 color. Also use rgb(110,128,149) instead hex code.

Text Font Color

.myTextColor { color: #6E8095; }

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

This text font color is #6E8095.

Background Color

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

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

This div background color is #6E8095.

Border color

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

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

This div border color is #6E8095.

Opacity

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

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

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

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

This text has shadow with #6E8095 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #6E8095.

Preview

Color preview on black background

This text has color #6E8095 on black background.


Color preview on white background

This text has color #6E8095 on white background.


Black color preview on #6E8095 background

This text has black color on #6E8095 background.


White color preview on #6E8095 background

This text has white color on #6E8095 background.


Related colors

Complementary color

Complementary color for #hex is #917F6A.


I love getcolorcode.com

Triadic colors

1 #956E80 and #80956E with #6E8095 are triadic colors.

2 #95806E and #806E95 with #6E8095 are triadic colors.