COLOR #689591

HEX: #689591
RGB: (104,149,145)

Color info

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

RGB color model

#689591 color RGB value is (104,149,145).

  • red value is 104;
  • green value is 149;
  • blue value is 145.
RGB:
(104,149,145)
(41%,58%,57%)

RGB channels and saturation

R 104 of 255 = 41%
G 149 of 255 = 58%
B 145 of 255 = 57%

104
149
145

R + G + B ~ 52%. #689591 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
104 + 149 + 145 = 398 (100%)
R 104 of 398 ~ 26.13%
G 149 of 398 ~ 37.44%
B 145 of 398 ~ 36.43%

%26.13
%37.44
%36.43

CMYK color model

#689591 color CMYK value is (30,0,3,42).

  • cyan value is 30.20%
  • magenta value is 0.00%
  • yellow value is 2.68%
  • key color value is 41.57%
CMYK:
(30,0,3,42)
C30M0Y3K42 
(30%,0%,3%,42%)
(0.30/0.00/0.03/0.42)	

CMYK percentages

%30.2
%0
%2.68
%41.57

Codes

Color #689591 in popluar color models

689591
RGB104149145
HSL175°17.79%49.61%
HSB/HSV175°30.20%58.43%
CMYK30.20%0.00%2.68%
41.57%

Color #689591 in popluar number systems.

HEX689591
Decimal104149145
Binary11010001001010110010001
Octal150225221

Shades and tints

Shades of #689591

#689591
(104,149,145)
#5F8884
(95,136,132)
#567B77
(86,123,119)
#4D6E6A
(77,110,106)
#44615D
(68,97,93)
#3B5450
(59,84,80)
#324743
(50,71,67)
#293A36
(41,58,54)
#202D29
(32,45,41)
#17201C
(23,32,28)
#0E130F
(14,19,15)
#000000
(0,0,0)

Tints of #689591

#689591
(104,149,145)
#759E9B
(117,158,155)
#82A7A5
(130,167,165)
#8FB0AF
(143,176,175)
#9CB9B9
(156,185,185)
#A9C2C3
(169,194,195)
#B6CBCD
(182,203,205)
#C3D4D7
(195,212,215)
#D0DDE1
(208,221,225)
#DDE6EB
(221,230,235)
#EAEFF5
(234,239,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #689591 color. Also use rgb(104,149,145) instead hex code.

Text Font Color

.myTextColor { color: #689591; }

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

This text font color is #689591.


Background Color

.myBgColor { background-color: #689591; }

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

This div background color is #689591.


Border color

.myBorderColor { border: 1px solid #689591; }

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

This div border color is #689591.


Opacity

.myOpacity80 { color: #689591; opacity: 0.8; }

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

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

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

This text has shadow with #689591 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #689591 on black background.


Color preview on white background

This text has color #689591 on white background.



Black color preview on #689591 background

This text has black color on #689591 background.


White color preview on #689591 background

This text has white color on #689591 background.