COLOR #689DAA

HEX: #689DAA
RGB: (104,157,170)

Color info

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

RGB color model

#689DAA color RGB value is (104,157,170).

  • red value is 104;
  • green value is 157;
  • blue value is 170.
RGB:
(104,157,170)
(41%,62%,67%)

RGB channels and saturation

R 104 of 255 = 41%
G 157 of 255 = 62%
B 170 of 255 = 67%

104
157
170

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

Portions of RGB colors in percentages

R + G + B =
104 + 157 + 170 = 431 (100%)
R 104 of 431 ~ 24.13%
G 157 of 431 ~ 36.43%
B 170 of 431 ~ 39.44%

%24.13
%36.43
%39.44

CMYK color model

#689DAA color CMYK value is (39,8,0,33).

  • cyan value is 38.82%
  • magenta value is 7.65%
  • yellow value is 0.00%
  • key color value is 33.33%
CMYK:
(39,8,0,33)
C39M8Y0K33 
(39%,8%,0%,33%)
(0.39/0.08/0.00/0.33)	

CMYK percentages

%38.82
%7.65
%0
%33.33

Codes

Color #689DAA in popluar color models

689DAA
RGB104157170
HSL192°27.97%53.73%
HSB/HSV192°38.82%66.67%
CMYK38.82%7.65%0.00%
33.33%

Color #689DAA in popluar number systems.

HEX689DAA
Decimal104157170
Binary11010001001110110101010
Octal150235252

Shades and tints

Shades of #689DAA

#689DAA
(104,157,170)
#5F8F9B
(95,143,155)
#56818C
(86,129,140)
#4D737D
(77,115,125)
#44656E
(68,101,110)
#3B575F
(59,87,95)
#324950
(50,73,80)
#293B41
(41,59,65)
#202D32
(32,45,50)
#171F23
(23,31,35)
#0E1114
(14,17,20)
#000000
(0,0,0)

Tints of #689DAA

#689DAA
(104,157,170)
#75A5B1
(117,165,177)
#82ADB8
(130,173,184)
#8FB5BF
(143,181,191)
#9CBDC6
(156,189,198)
#A9C5CD
(169,197,205)
#B6CDD4
(182,205,212)
#C3D5DB
(195,213,219)
#D0DDE2
(208,221,226)
#DDE5E9
(221,229,233)
#EAEDF0
(234,237,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #689DAA color. Also use rgb(104,157,170) instead hex code.

Text Font Color

.myTextColor { color: #689DAA; }

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

This text font color is #689DAA.


Background Color

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

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

This div background color is #689DAA.


Border color

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

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

This div border color is #689DAA.


Opacity

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

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

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

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

This text has shadow with #689DAA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #689DAA on black background.


Color preview on white background

This text has color #689DAA on white background.



Black color preview on #689DAA background

This text has black color on #689DAA background.


White color preview on #689DAA background

This text has white color on #689DAA background.