COLOR #689698

HEX: #689698
RGB: (104,150,152)

Color info

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

RGB color model

#689698 color RGB value is (104,150,152).

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

RGB channels and saturation

R 104 of 255 = 41%
G 150 of 255 = 59%
B 152 of 255 = 60%

104
150
152

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

Portions of RGB colors in percentages

R + G + B =
104 + 150 + 152 = 406 (100%)
R 104 of 406 ~ 25.62%
G 150 of 406 ~ 36.95%
B 152 of 406 ~ 37.44%

%25.62
%36.95
%37.44

CMYK color model

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

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

CMYK percentages

%31.58
%1.32
%0
%40.39

Codes

Color #689698 in popluar color models

689698
RGB104150152
HSL183°18.90%50.20%
HSB/HSV183°31.58%59.61%
CMYK31.58%1.32%0.00%
40.39%

Color #689698 in popluar number systems.

HEX689698
Decimal104150152
Binary11010001001011010011000
Octal150226230

Shades and tints

Shades of #689698

#689698
(104,150,152)
#5F898B
(95,137,139)
#567C7E
(86,124,126)
#4D6F71
(77,111,113)
#446264
(68,98,100)
#3B5557
(59,85,87)
#32484A
(50,72,74)
#293B3D
(41,59,61)
#202E30
(32,46,48)
#172123
(23,33,35)
#0E1416
(14,20,22)
#000000
(0,0,0)

Tints of #689698

#689698
(104,150,152)
#759FA1
(117,159,161)
#82A8AA
(130,168,170)
#8FB1B3
(143,177,179)
#9CBABC
(156,186,188)
#A9C3C5
(169,195,197)
#B6CCCE
(182,204,206)
#C3D5D7
(195,213,215)
#D0DEE0
(208,222,224)
#DDE7E9
(221,231,233)
#EAF0F2
(234,240,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #689698; }

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

This text font color is #689698.


Background Color

.myBgColor { background-color: #689698; }

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

This div background color is #689698.


Border color

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

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

This div border color is #689698.


Opacity

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

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

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

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

This text has shadow with #689698 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #689698 on black background.


Color preview on white background

This text has color #689698 on white background.



Black color preview on #689698 background

This text has black color on #689698 background.


White color preview on #689698 background

This text has white color on #689698 background.