COLOR #689D9D

HEX: #689D9D RGB: (104,157,157)

Color info

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

RGB color model

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

RGB: (104,157,157) (41%, 62%, 62%)

RGB channels and saturation

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

104
157
157

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

Portions of RGB colors in percentages

R + G + B = 104 + 157 + 157 = 418 (100%)
R 104 of 418 ~ 24.88%
G 157 of 418 ~ 37.56%
B 157 of 418 ~ 37.56'%

%24.88
%37.56
%37.56

CMYK color model

#689D9D color CMYK value is (34,0,0,38).

  • cyan value is 33.76%
  • magenta value is 0.00%
  • yellow value is 0.00%
  • key color value is 38.43%

CMYK: (34,0,0,38)
C34M0Y0K38 (34%, 0%, 0%, 38%)
(0.34 / 0.00 / 0.00 / 0.38)

CMYK percentages

%33.76
%0
%0
%38.43

Codes

Color #689D9D in popluar color models

68 9D 9D
RGB 104 157 157
HSL 180° 21.29% 51.18%
HSB/HSV 180° 33.76% 61.57%
CMYK 33.76% 0.00% 0.00%
38.43%

Color #689D9D in popluar number systems.

HEX 68 9D 9D
Decimal 104 157 157
Binary 1101000 10011101 10011101
Octal 150 235 235

Shades and tints

Shades of #689D9D

#689D9D
(104,157,157)
#5F8F8F
(95,143,143)
#568181
(86,129,129)
#4D7373
(77,115,115)
#446565
(68,101,101)
#3B5757
(59,87,87)
#324949
(50,73,73)
#293B3B
(41,59,59)
#202D2D
(32,45,45)
#171F1F
(23,31,31)
#0E1111
(14,17,17)
#000000
(0,0,0)

Tints of #689D9D

#689D9D
(104,157,157)
#75A5A5
(117,165,165)
#82ADAD
(130,173,173)
#8FB5B5
(143,181,181)
#9CBDBD
(156,189,189)
#A9C5C5
(169,197,197)
#B6CDCD
(182,205,205)
#C3D5D5
(195,213,213)
#D0DDDD
(208,221,221)
#DDE5E5
(221,229,229)
#EAEDED
(234,237,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #689D9D; }

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

This text font color is #689D9D.

Background Color

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

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

This div background color is #689D9D.

Border color

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

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

This div border color is #689D9D.

Opacity

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

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

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

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

This text has shadow with #689D9D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #689D9D.

Preview

Color preview on black background

This text has color #689D9D on black background.


Color preview on white background

This text has color #689D9D on white background.


Black color preview on #689D9D background

This text has black color on #689D9D background.


White color preview on #689D9D background

This text has white color on #689D9D background.


Related colors

Complementary color

Complementary color for #hex is #976262.


I love getcolorcode.com