COLOR #689BA4

HEX: #689BA4 RGB: (104,155,164)

Color info

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

RGB color model

#689BA4 color RGB value is (104,155,164).

RGB: (104,155,164) (41%, 61%, 64%)

RGB channels and saturation

R 104 of 255 = 41%
G 155 of 255 = 61%
B 164 of 255 = 64%

104
155
164

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

Portions of RGB colors in percentages

R + G + B = 104 + 155 + 164 = 423 (100%)
R 104 of 423 ~ 24.59%
G 155 of 423 ~ 36.64%
B 164 of 423 ~ 38.77'%

%24.59
%36.64
%38.77

CMYK color model

#689BA4 color CMYK value is (37,5,0,36).

  • cyan value is 36.59%
  • magenta value is 5.49%
  • yellow value is 0.00%
  • key color value is 35.69%

CMYK: (37,5,0,36)
C37M5Y0K36 (37%, 5%, 0%, 36%)
(0.37 / 0.05 / 0.00 / 0.36)

CMYK percentages

%36.59
%5.49
%0
%35.69

Codes

Color #689BA4 in popluar color models

68 9B A4
RGB 104 155 164
HSL 189° 24.79% 52.55%
HSB/HSV 189° 36.59% 64.31%
CMYK 36.59% 5.49% 0.00%
35.69%

Color #689BA4 in popluar number systems.

HEX 68 9B A4
Decimal 104 155 164
Binary 1101000 10011011 10100100
Octal 150 233 244

Shades and tints

Shades of #689BA4

#689BA4
(104,155,164)
#5F8D96
(95,141,150)
#567F88
(86,127,136)
#4D717A
(77,113,122)
#44636C
(68,99,108)
#3B555E
(59,85,94)
#324750
(50,71,80)
#293942
(41,57,66)
#202B34
(32,43,52)
#171D26
(23,29,38)
#0E0F18
(14,15,24)
#000000
(0,0,0)

Tints of #689BA4

#689BA4
(104,155,164)
#75A4AC
(117,164,172)
#82ADB4
(130,173,180)
#8FB6BC
(143,182,188)
#9CBFC4
(156,191,196)
#A9C8CC
(169,200,204)
#B6D1D4
(182,209,212)
#C3DADC
(195,218,220)
#D0E3E4
(208,227,228)
#DDECEC
(221,236,236)
#EAF5F4
(234,245,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #689BA4 color. Also use rgb(104,155,164) instead hex code.

Text Font Color

.myTextColor { color: #689BA4; }

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

This text font color is #689BA4.

Background Color

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

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

This div background color is #689BA4.

Border color

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

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

This div border color is #689BA4.

Opacity

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

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

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

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

This text has shadow with #689BA4 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #689BA4.

Preview

Color preview on black background

This text has color #689BA4 on black background.


Color preview on white background

This text has color #689BA4 on white background.


Black color preview on #689BA4 background

This text has black color on #689BA4 background.


White color preview on #689BA4 background

This text has white color on #689BA4 background.


Related colors

Complementary color

Complementary color for #hex is #97645B.


I love getcolorcode.com

Triadic colors

1 #A4689B and #9BA468 with #689BA4 are triadic colors.

2 #A49B68 and #9B68A4 with #689BA4 are triadic colors.