COLOR #687789

HEX: #687789
RGB: (104,119,137)

Color info

#687789 contains red, green and blue colors in about the same proportion. Web safe color of #687789 is #666699 (or #669).

RGB color model

#687789 color RGB value is (104,119,137).

  • red value is 104;
  • green value is 119;
  • blue value is 137.
RGB:
(104,119,137)
(41%,47%,54%)

RGB channels and saturation

R 104 of 255 = 41%
G 119 of 255 = 47%
B 137 of 255 = 54%

104
119
137

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

Portions of RGB colors in percentages

R + G + B =
104 + 119 + 137 = 360 (100%)
R 104 of 360 ~ 28.89%
G 119 of 360 ~ 33.06%
B 137 of 360 ~ 38.06%

%28.89
%33.06
%38.06

CMYK color model

#687789 color CMYK value is (24,13,0,46).

  • cyan value is 24.09%
  • magenta value is 13.14%
  • yellow value is 0.00%
  • key color value is 46.27%
CMYK:
(24,13,0,46)
C24M13Y0K46 
(24%,13%,0%,46%)
(0.24/0.13/0.00/0.46)	

CMYK percentages

%24.09
%13.14
%0
%46.27

Codes

Color #687789 in popluar color models

687789
RGB104119137
HSL213°13.69%47.25%
HSB/HSV213°24.09%53.73%
CMYK24.09%13.14%0.00%
46.27%

Color #687789 in popluar number systems.

HEX687789
Decimal104119137
Binary1101000111011110001001
Octal150167211

Shades and tints

Shades of #687789

#687789
(104,119,137)
#5F6D7D
(95,109,125)
#566371
(86,99,113)
#4D5965
(77,89,101)
#444F59
(68,79,89)
#3B454D
(59,69,77)
#323B41
(50,59,65)
#293135
(41,49,53)
#202729
(32,39,41)
#171D1D
(23,29,29)
#0E1311
(14,19,17)
#000000
(0,0,0)

Tints of #687789

#687789
(104,119,137)
#758393
(117,131,147)
#828F9D
(130,143,157)
#8F9BA7
(143,155,167)
#9CA7B1
(156,167,177)
#A9B3BB
(169,179,187)
#B6BFC5
(182,191,197)
#C3CBCF
(195,203,207)
#D0D7D9
(208,215,217)
#DDE3E3
(221,227,227)
#EAEFED
(234,239,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #687789 color. Also use rgb(104,119,137) instead hex code.

Text Font Color

.myTextColor { color: #687789; }

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

This text font color is #687789.


Background Color

.myBgColor { background-color: #687789; }

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

This div background color is #687789.


Border color

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

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

This div border color is #687789.


Opacity

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

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

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

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

This text has shadow with #687789 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #687789 on black background.


Color preview on white background

This text has color #687789 on white background.



Black color preview on #687789 background

This text has black color on #687789 background.


White color preview on #687789 background

This text has white color on #687789 background.