COLOR #6E89A5

HEX: #6E89A5
RGB: (110,137,165)

Color info

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

RGB color model

#6E89A5 color RGB value is (110,137,165).

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

RGB channels and saturation

R 110 of 255 = 43%
G 137 of 255 = 54%
B 165 of 255 = 65%

110
137
165

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

Portions of RGB colors in percentages

R + G + B =
110 + 137 + 165 = 412 (100%)
R 110 of 412 ~ 26.7%
G 137 of 412 ~ 33.25%
B 165 of 412 ~ 40.05%

%26.7
%33.25
%40.05

CMYK color model

#6E89A5 color CMYK value is (33,17,0,35).

  • cyan value is 33.33%
  • magenta value is 16.97%
  • yellow value is 0.00%
  • key color value is 35.29%
CMYK:
(33,17,0,35)
C33M17Y0K35 
(33%,17%,0%,35%)
(0.33/0.17/0.00/0.35)	

CMYK percentages

%33.33
%16.97
%0
%35.29

Codes

Color #6E89A5 in popluar color models

6E89A5
RGB110137165
HSL211°23.40%53.92%
HSB/HSV211°33.33%64.71%
CMYK33.33%16.97%0.00%
35.29%

Color #6E89A5 in popluar number systems.

HEX6E89A5
Decimal110137165
Binary11011101000100110100101
Octal156211245

Shades and tints

Shades of #6E89A5

#6E89A5
(110,137,165)
#647D96
(100,125,150)
#5A7187
(90,113,135)
#506578
(80,101,120)
#465969
(70,89,105)
#3C4D5A
(60,77,90)
#32414B
(50,65,75)
#28353C
(40,53,60)
#1E292D
(30,41,45)
#141D1E
(20,29,30)
#0A110F
(10,17,15)
#000000
(0,0,0)

Tints of #6E89A5

#6E89A5
(110,137,165)
#7B93AD
(123,147,173)
#889DB5
(136,157,181)
#95A7BD
(149,167,189)
#A2B1C5
(162,177,197)
#AFBBCD
(175,187,205)
#BCC5D5
(188,197,213)
#C9CFDD
(201,207,221)
#D6D9E5
(214,217,229)
#E3E3ED
(227,227,237)
#F0EDF5
(240,237,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6E89A5; }

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

This text font color is #6E89A5.


Background Color

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

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

This div background color is #6E89A5.


Border color

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

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

This div border color is #6E89A5.


Opacity

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

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

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

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

This text has shadow with #6E89A5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6E89A5 on black background.


Color preview on white background

This text has color #6E89A5 on white background.



Black color preview on #6E89A5 background

This text has black color on #6E89A5 background.


White color preview on #6E89A5 background

This text has white color on #6E89A5 background.