COLOR #689AA5

HEX: #689AA5
RGB: (104,154,165)

Color info

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

RGB color model

#689AA5 color RGB value is (104,154,165).

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

RGB channels and saturation

R 104 of 255 = 41%
G 154 of 255 = 60%
B 165 of 255 = 65%

104
154
165

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

Portions of RGB colors in percentages

R + G + B =
104 + 154 + 165 = 423 (100%)
R 104 of 423 ~ 24.59%
G 154 of 423 ~ 36.41%
B 165 of 423 ~ 39.01%

%24.59
%36.41
%39.01

CMYK color model

#689AA5 color CMYK value is (37,7,0,35).

  • cyan value is 36.97%
  • magenta value is 6.67%
  • yellow value is 0.00%
  • key color value is 35.29%
CMYK:
(37,7,0,35)
C37M7Y0K35 
(37%,7%,0%,35%)
(0.37/0.07/0.00/0.35)	

CMYK percentages

%36.97
%6.67
%0
%35.29

Codes

Color #689AA5 in popluar color models

689AA5
RGB104154165
HSL191°25.31%52.75%
HSB/HSV191°36.97%64.71%
CMYK36.97%6.67%0.00%
35.29%

Color #689AA5 in popluar number systems.

HEX689AA5
Decimal104154165
Binary11010001001101010100101
Octal150232245

Shades and tints

Shades of #689AA5

#689AA5
(104,154,165)
#5F8C96
(95,140,150)
#567E87
(86,126,135)
#4D7078
(77,112,120)
#446269
(68,98,105)
#3B545A
(59,84,90)
#32464B
(50,70,75)
#29383C
(41,56,60)
#202A2D
(32,42,45)
#171C1E
(23,28,30)
#0E0E0F
(14,14,15)
#000000
(0,0,0)

Tints of #689AA5

#689AA5
(104,154,165)
#75A3AD
(117,163,173)
#82ACB5
(130,172,181)
#8FB5BD
(143,181,189)
#9CBEC5
(156,190,197)
#A9C7CD
(169,199,205)
#B6D0D5
(182,208,213)
#C3D9DD
(195,217,221)
#D0E2E5
(208,226,229)
#DDEBED
(221,235,237)
#EAF4F5
(234,244,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #689AA5; }

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

This text font color is #689AA5.


Background Color

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

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

This div background color is #689AA5.


Border color

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

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

This div border color is #689AA5.


Opacity

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

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

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

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

This text has shadow with #689AA5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #689AA5 on black background.


Color preview on white background

This text has color #689AA5 on white background.



Black color preview on #689AA5 background

This text has black color on #689AA5 background.


White color preview on #689AA5 background

This text has white color on #689AA5 background.