COLOR #689EA5

HEX: #689EA5
RGB: (104,158,165)

Color info

#689EA5 contains mainly green and blue colors. Web safe color of #689EA5 is #669999 (or #699).

RGB color model

#689EA5 color RGB value is (104,158,165).

  • red value is 104;
  • green value is 158;
  • blue value is 165.
RGB:
(104,158,165)
(41%,62%,65%)

RGB channels and saturation

R 104 of 255 = 41%
G 158 of 255 = 62%
B 165 of 255 = 65%

104
158
165

R + G + B ~ 56%. #689EA5 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
104 + 158 + 165 = 427 (100%)
R 104 of 427 ~ 24.36%
G 158 of 427 ~ 37%
B 165 of 427 ~ 38.64%

%24.36
%37
%38.64

CMYK color model

#689EA5 color CMYK value is (37,4,0,35).

  • cyan value is 36.97%
  • magenta value is 4.24%
  • yellow value is 0.00%
  • key color value is 35.29%
CMYK:
(37,4,0,35)
C37M4Y0K35 
(37%,4%,0%,35%)
(0.37/0.04/0.00/0.35)	

CMYK percentages

%36.97
%4.24
%0
%35.29

Codes

Color #689EA5 in popluar color models

689EA5
RGB104158165
HSL187°25.31%52.75%
HSB/HSV187°36.97%64.71%
CMYK36.97%4.24%0.00%
35.29%

Color #689EA5 in popluar number systems.

HEX689EA5
Decimal104158165
Binary11010001001111010100101
Octal150236245

Shades and tints

Shades of #689EA5

#689EA5
(104,158,165)
#5F9096
(95,144,150)
#568287
(86,130,135)
#4D7478
(77,116,120)
#446669
(68,102,105)
#3B585A
(59,88,90)
#324A4B
(50,74,75)
#293C3C
(41,60,60)
#202E2D
(32,46,45)
#17201E
(23,32,30)
#0E120F
(14,18,15)
#000000
(0,0,0)

Tints of #689EA5

#689EA5
(104,158,165)
#75A6AD
(117,166,173)
#82AEB5
(130,174,181)
#8FB6BD
(143,182,189)
#9CBEC5
(156,190,197)
#A9C6CD
(169,198,205)
#B6CED5
(182,206,213)
#C3D6DD
(195,214,221)
#D0DEE5
(208,222,229)
#DDE6ED
(221,230,237)
#EAEEF5
(234,238,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #689EA5 color. Also use rgb(104,158,165) instead hex code.

Text Font Color

.myTextColor { color: #689EA5; }

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

This text font color is #689EA5.


Background Color

.myBgColor { background-color: #689EA5; }

<div style="background-color:#689EA5">Inner text</div>

This div background color is #689EA5.


Border color

.myBorderColor { border: 1px solid #689EA5; }

<div style="border:3px solid #689EA5">Div</div>

This div border color is #689EA5.


Opacity

.myOpacity80 { color: #689EA5; opacity: 0.8; }

<p style="color:#689EA5;opacity:0.8;">80%</p>

Text with #689EA5 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 #689EA5;}

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

This text has shadow with #689EA5 color.

.textShadow {text-shadow: 3px 3px 1px #689EA5, 3px 3px 1px red;}

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

This text has shadow with #689EA5 primary color and red secondary color.


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

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

This text has shadow with #689EA5 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #689EA5 on black background.


Color preview on white background

This text has color #689EA5 on white background.



Black color preview on #689EA5 background

This text has black color on #689EA5 background.


White color preview on #689EA5 background

This text has white color on #689EA5 background.