COLOR #689CA2

HEX: #689CA2 RGB: (104,156,162)

Color info

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

RGB color model

#689CA2 color RGB value is (104,156,162).

RGB: (104,156,162) (41%, 61%, 64%)

RGB channels and saturation

R 104 of 255 = 41%
G 156 of 255 = 61%
B 162 of 255 = 64%

104
156
162

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

Portions of RGB colors in percentages

R + G + B = 104 + 156 + 162 = 422 (100%)
R 104 of 422 ~ 24.64%
G 156 of 422 ~ 36.97%
B 162 of 422 ~ 38.39'%

%24.64
%36.97
%38.39

CMYK color model

#689CA2 color CMYK value is (36,4,0,36).

  • cyan value is 35.80%
  • magenta value is 3.70%
  • yellow value is 0.00%
  • key color value is 36.47%

CMYK: (36,4,0,36)
C36M4Y0K36 (36%, 4%, 0%, 36%)
(0.36 / 0.04 / 0.00 / 0.36)

CMYK percentages

%35.8
%3.7
%0
%36.47

Codes

Color #689CA2 in popluar color models

68 9C A2
RGB 104 156 162
HSL 186° 23.77% 52.16%
HSB/HSV 186° 35.80% 63.53%
CMYK 35.80% 3.70% 0.00%
36.47%

Color #689CA2 in popluar number systems.

HEX 68 9C A2
Decimal 104 156 162
Binary 1101000 10011100 10100010
Octal 150 234 242

Shades and tints

Shades of #689CA2

#689CA2
(104,156,162)
#5F8E94
(95,142,148)
#568086
(86,128,134)
#4D7278
(77,114,120)
#44646A
(68,100,106)
#3B565C
(59,86,92)
#32484E
(50,72,78)
#293A40
(41,58,64)
#202C32
(32,44,50)
#171E24
(23,30,36)
#0E1016
(14,16,22)
#000000
(0,0,0)

Tints of #689CA2

#689CA2
(104,156,162)
#75A5AA
(117,165,170)
#82AEB2
(130,174,178)
#8FB7BA
(143,183,186)
#9CC0C2
(156,192,194)
#A9C9CA
(169,201,202)
#B6D2D2
(182,210,210)
#C3DBDA
(195,219,218)
#D0E4E2
(208,228,226)
#DDEDEA
(221,237,234)
#EAF6F2
(234,246,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #689CA2 color. Also use rgb(104,156,162) instead hex code.

Text Font Color

.myTextColor { color: #689CA2; }

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

This text font color is #689CA2.

Background Color

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

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

This div background color is #689CA2.

Border color

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

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

This div border color is #689CA2.

Opacity

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

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

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

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

This text has shadow with #689CA2 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #689CA2.

Preview

Color preview on black background

This text has color #689CA2 on black background.


Color preview on white background

This text has color #689CA2 on white background.


Black color preview on #689CA2 background

This text has black color on #689CA2 background.


White color preview on #689CA2 background

This text has white color on #689CA2 background.


Related colors

Complementary color

Complementary color for #hex is #97635D.


I love getcolorcode.com

Triadic colors

1 #A2689C and #9CA268 with #689CA2 are triadic colors.

2 #A29C68 and #9C68A2 with #689CA2 are triadic colors.