COLOR #689C85

HEX: #689C85 RGB: (104,156,133)

Color info

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

RGB color model

#689C85 color RGB value is (104,156,133).

RGB: (104,156,133) (41%, 61%, 52%)

RGB channels and saturation

R 104 of 255 = 41%
G 156 of 255 = 61%
B 133 of 255 = 52%

104
156
133

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

Portions of RGB colors in percentages

R + G + B = 104 + 156 + 133 = 393 (100%)
R 104 of 393 ~ 26.46%
G 156 of 393 ~ 39.69%
B 133 of 393 ~ 33.84'%

%26.46
%39.69
%33.84

CMYK color model

#689C85 color CMYK value is (33,0,15,39).

  • cyan value is 33.33%
  • magenta value is 0.00%
  • yellow value is 14.74%
  • key color value is 38.82%

CMYK: (33,0,15,39)
C33M0Y15K39 (33%, 0%, 15%, 39%)
(0.33 / 0.00 / 0.15 / 0.39)

CMYK percentages

%33.33
%0
%14.74
%38.82

Codes

Color #689C85 in popluar color models

68 9C 85
RGB 104 156 133
HSL 153° 20.80% 50.98%
HSB/HSV 153° 33.33% 61.18%
CMYK 33.33% 0.00% 14.74%
38.82%

Color #689C85 in popluar number systems.

HEX 68 9C 85
Decimal 104 156 133
Binary 1101000 10011100 10000101
Octal 150 234 205

Shades and tints

Shades of #689C85

#689C85
(104,156,133)
#5F8E79
(95,142,121)
#56806D
(86,128,109)
#4D7261
(77,114,97)
#446455
(68,100,85)
#3B5649
(59,86,73)
#32483D
(50,72,61)
#293A31
(41,58,49)
#202C25
(32,44,37)
#171E19
(23,30,25)
#0E100D
(14,16,13)
#000000
(0,0,0)

Tints of #689C85

#689C85
(104,156,133)
#75A590
(117,165,144)
#82AE9B
(130,174,155)
#8FB7A6
(143,183,166)
#9CC0B1
(156,192,177)
#A9C9BC
(169,201,188)
#B6D2C7
(182,210,199)
#C3DBD2
(195,219,210)
#D0E4DD
(208,228,221)
#DDEDE8
(221,237,232)
#EAF6F3
(234,246,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #689C85; }

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

This text font color is #689C85.

Background Color

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

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

This div background color is #689C85.

Border color

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

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

This div border color is #689C85.

Opacity

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

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

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

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

This text has shadow with #689C85 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #689C85.

Preview

Color preview on black background

This text has color #689C85 on black background.


Color preview on white background

This text has color #689C85 on white background.


Black color preview on #689C85 background

This text has black color on #689C85 background.


White color preview on #689C85 background

This text has white color on #689C85 background.


Related colors

Complementary color

Complementary color for #hex is #97637A.


I love getcolorcode.com

Triadic colors

1 #85689C and #9C8568 with #689C85 are triadic colors.

2 #859C68 and #9C6885 with #689C85 are triadic colors.