COLOR #689AA6

HEX: #689AA6
RGB: (104,154,166)

Color info

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

RGB color model

#689AA6 color RGB value is (104,154,166).

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

RGB channels and saturation

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

104
154
166

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

Portions of RGB colors in percentages

R + G + B =
104 + 154 + 166 = 424 (100%)
R 104 of 424 ~ 24.53%
G 154 of 424 ~ 36.32%
B 166 of 424 ~ 39.15%

%24.53
%36.32
%39.15

CMYK color model

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

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

CMYK percentages

%37.35
%7.23
%0
%34.9

Codes

Color #689AA6 in popluar color models

689AA6
RGB104154166
HSL192°25.83%52.94%
HSB/HSV192°37.35%65.10%
CMYK37.35%7.23%0.00%
34.90%

Color #689AA6 in popluar number systems.

HEX689AA6
Decimal104154166
Binary11010001001101010100110
Octal150232246

Shades and tints

Shades of #689AA6

#689AA6
(104,154,166)
#5F8C97
(95,140,151)
#567E88
(86,126,136)
#4D7079
(77,112,121)
#44626A
(68,98,106)
#3B545B
(59,84,91)
#32464C
(50,70,76)
#29383D
(41,56,61)
#202A2E
(32,42,46)
#171C1F
(23,28,31)
#0E0E10
(14,14,16)
#000000
(0,0,0)

Tints of #689AA6

#689AA6
(104,154,166)
#75A3AE
(117,163,174)
#82ACB6
(130,172,182)
#8FB5BE
(143,181,190)
#9CBEC6
(156,190,198)
#A9C7CE
(169,199,206)
#B6D0D6
(182,208,214)
#C3D9DE
(195,217,222)
#D0E2E6
(208,226,230)
#DDEBEE
(221,235,238)
#EAF4F6
(234,244,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #689AA6; }

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

This text font color is #689AA6.


Background Color

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

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

This div background color is #689AA6.


Border color

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

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

This div border color is #689AA6.


Opacity

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

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

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

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

This text has shadow with #689AA6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #689AA6 on black background.


Color preview on white background

This text has color #689AA6 on white background.



Black color preview on #689AA6 background

This text has black color on #689AA6 background.


White color preview on #689AA6 background

This text has white color on #689AA6 background.