COLOR #689899

HEX: #689899
RGB: (104,152,153)

Color info

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

RGB color model

#689899 color RGB value is (104,152,153).

  • red value is 104;
  • green value is 152;
  • blue value is 153.
RGB:
(104,152,153)
(41%,60%,60%)

RGB channels and saturation

R 104 of 255 = 41%
G 152 of 255 = 60%
B 153 of 255 = 60%

104
152
153

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

Portions of RGB colors in percentages

R + G + B =
104 + 152 + 153 = 409 (100%)
R 104 of 409 ~ 25.43%
G 152 of 409 ~ 37.16%
B 153 of 409 ~ 37.41%

%25.43
%37.16
%37.41

CMYK color model

#689899 color CMYK value is (32,1,0,40).

  • cyan value is 32.03%
  • magenta value is 0.65%
  • yellow value is 0.00%
  • key color value is 40.00%
CMYK:
(32,1,0,40)
C32M1Y0K40 
(32%,1%,0%,40%)
(0.32/0.01/0.00/0.40)	

CMYK percentages

%32.03
%0.65
%0
%40

Codes

Color #689899 in popluar color models

689899
RGB104152153
HSL181°19.37%50.39%
HSB/HSV181°32.03%60.00%
CMYK32.03%0.65%0.00%
40.00%

Color #689899 in popluar number systems.

HEX689899
Decimal104152153
Binary11010001001100010011001
Octal150230231

Shades and tints

Shades of #689899

#689899
(104,152,153)
#5F8B8C
(95,139,140)
#567E7F
(86,126,127)
#4D7172
(77,113,114)
#446465
(68,100,101)
#3B5758
(59,87,88)
#324A4B
(50,74,75)
#293D3E
(41,61,62)
#203031
(32,48,49)
#172324
(23,35,36)
#0E1617
(14,22,23)
#000000
(0,0,0)

Tints of #689899

#689899
(104,152,153)
#75A1A2
(117,161,162)
#82AAAB
(130,170,171)
#8FB3B4
(143,179,180)
#9CBCBD
(156,188,189)
#A9C5C6
(169,197,198)
#B6CECF
(182,206,207)
#C3D7D8
(195,215,216)
#D0E0E1
(208,224,225)
#DDE9EA
(221,233,234)
#EAF2F3
(234,242,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #689899 color. Also use rgb(104,152,153) instead hex code.

Text Font Color

.myTextColor { color: #689899; }

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

This text font color is #689899.


Background Color

.myBgColor { background-color: #689899; }

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

This div background color is #689899.


Border color

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

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

This div border color is #689899.


Opacity

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

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

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

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

This text has shadow with #689899 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #689899 on black background.


Color preview on white background

This text has color #689899 on white background.



Black color preview on #689899 background

This text has black color on #689899 background.


White color preview on #689899 background

This text has white color on #689899 background.