COLOR #6E8097

HEX: #6E8097
RGB: (110,128,151)

Color info

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

RGB color model

#6E8097 color RGB value is (110,128,151).

  • red value is 110;
  • green value is 128;
  • blue value is 151.
RGB:
(110,128,151)
(43%,50%,59%)

RGB channels and saturation

R 110 of 255 = 43%
G 128 of 255 = 50%
B 151 of 255 = 59%

110
128
151

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

Portions of RGB colors in percentages

R + G + B =
110 + 128 + 151 = 389 (100%)
R 110 of 389 ~ 28.28%
G 128 of 389 ~ 32.9%
B 151 of 389 ~ 38.82%

%28.28
%32.9
%38.82

CMYK color model

#6E8097 color CMYK value is (27,15,0,41).

  • cyan value is 27.15%
  • magenta value is 15.23%
  • yellow value is 0.00%
  • key color value is 40.78%
CMYK:
(27,15,0,41)
C27M15Y0K41 
(27%,15%,0%,41%)
(0.27/0.15/0.00/0.41)	

CMYK percentages

%27.15
%15.23
%0
%40.78

Codes

Color #6E8097 in popluar color models

6E8097
RGB110128151
HSL214°16.47%51.18%
HSB/HSV214°27.15%59.22%
CMYK27.15%15.23%0.00%
40.78%

Color #6E8097 in popluar number systems.

HEX6E8097
Decimal110128151
Binary11011101000000010010111
Octal156200227

Shades and tints

Shades of #6E8097

#6E8097
(110,128,151)
#64758A
(100,117,138)
#5A6A7D
(90,106,125)
#505F70
(80,95,112)
#465463
(70,84,99)
#3C4956
(60,73,86)
#323E49
(50,62,73)
#28333C
(40,51,60)
#1E282F
(30,40,47)
#141D22
(20,29,34)
#0A1215
(10,18,21)
#000000
(0,0,0)

Tints of #6E8097

#6E8097
(110,128,151)
#7B8BA0
(123,139,160)
#8896A9
(136,150,169)
#95A1B2
(149,161,178)
#A2ACBB
(162,172,187)
#AFB7C4
(175,183,196)
#BCC2CD
(188,194,205)
#C9CDD6
(201,205,214)
#D6D8DF
(214,216,223)
#E3E3E8
(227,227,232)
#F0EEF1
(240,238,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6E8097; }

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

This text font color is #6E8097.


Background Color

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

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

This div background color is #6E8097.


Border color

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

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

This div border color is #6E8097.


Opacity

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

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

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

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

This text has shadow with #6E8097 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6E8097 on black background.


Color preview on white background

This text has color #6E8097 on white background.



Black color preview on #6E8097 background

This text has black color on #6E8097 background.


White color preview on #6E8097 background

This text has white color on #6E8097 background.