COLOR #6E7B89

HEX: #6E7B89
RGB: (110,123,137)

Color info

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

RGB color model

#6E7B89 color RGB value is (110,123,137).

  • red value is 110;
  • green value is 123;
  • blue value is 137.
RGB:
(110,123,137)
(43%,48%,54%)

RGB channels and saturation

R 110 of 255 = 43%
G 123 of 255 = 48%
B 137 of 255 = 54%

110
123
137

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

Portions of RGB colors in percentages

R + G + B =
110 + 123 + 137 = 370 (100%)
R 110 of 370 ~ 29.73%
G 123 of 370 ~ 33.24%
B 137 of 370 ~ 37.03%

%29.73
%33.24
%37.03

CMYK color model

#6E7B89 color CMYK value is (20,10,0,46).

  • cyan value is 19.71%
  • magenta value is 10.22%
  • yellow value is 0.00%
  • key color value is 46.27%
CMYK:
(20,10,0,46)
C20M10Y0K46 
(20%,10%,0%,46%)
(0.20/0.10/0.00/0.46)	

CMYK percentages

%19.71
%10.22
%0
%46.27

Codes

Color #6E7B89 in popluar color models

6E7B89
RGB110123137
HSL211°10.93%48.43%
HSB/HSV211°19.71%53.73%
CMYK19.71%10.22%0.00%
46.27%

Color #6E7B89 in popluar number systems.

HEX6E7B89
Decimal110123137
Binary1101110111101110001001
Octal156173211

Shades and tints

Shades of #6E7B89

#6E7B89
(110,123,137)
#64707D
(100,112,125)
#5A6571
(90,101,113)
#505A65
(80,90,101)
#464F59
(70,79,89)
#3C444D
(60,68,77)
#323941
(50,57,65)
#282E35
(40,46,53)
#1E2329
(30,35,41)
#14181D
(20,24,29)
#0A0D11
(10,13,17)
#000000
(0,0,0)

Tints of #6E7B89

#6E7B89
(110,123,137)
#7B8793
(123,135,147)
#88939D
(136,147,157)
#959FA7
(149,159,167)
#A2ABB1
(162,171,177)
#AFB7BB
(175,183,187)
#BCC3C5
(188,195,197)
#C9CFCF
(201,207,207)
#D6DBD9
(214,219,217)
#E3E7E3
(227,231,227)
#F0F3ED
(240,243,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6E7B89 color. Also use rgb(110,123,137) instead hex code.

Text Font Color

.myTextColor { color: #6E7B89; }

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

This text font color is #6E7B89.


Background Color

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

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

This div background color is #6E7B89.


Border color

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

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

This div border color is #6E7B89.


Opacity

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

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

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

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

This text has shadow with #6E7B89 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6E7B89 on black background.


Color preview on white background

This text has color #6E7B89 on white background.



Black color preview on #6E7B89 background

This text has black color on #6E7B89 background.


White color preview on #6E7B89 background

This text has white color on #6E7B89 background.