COLOR #687489

HEX: #687489
RGB: (104,116,137)

Color info

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

RGB color model

#687489 color RGB value is (104,116,137).

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

RGB channels and saturation

R 104 of 255 = 41%
G 116 of 255 = 45%
B 137 of 255 = 54%

104
116
137

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

Portions of RGB colors in percentages

R + G + B =
104 + 116 + 137 = 357 (100%)
R 104 of 357 ~ 29.13%
G 116 of 357 ~ 32.49%
B 137 of 357 ~ 38.38%

%29.13
%32.49
%38.38

CMYK color model

#687489 color CMYK value is (24,15,0,46).

  • cyan value is 24.09%
  • magenta value is 15.33%
  • yellow value is 0.00%
  • key color value is 46.27%
CMYK:
(24,15,0,46)
C24M15Y0K46 
(24%,15%,0%,46%)
(0.24/0.15/0.00/0.46)	

CMYK percentages

%24.09
%15.33
%0
%46.27

Codes

Color #687489 in popluar color models

687489
RGB104116137
HSL218°13.69%47.25%
HSB/HSV218°24.09%53.73%
CMYK24.09%15.33%0.00%
46.27%

Color #687489 in popluar number systems.

HEX687489
Decimal104116137
Binary1101000111010010001001
Octal150164211

Shades and tints

Shades of #687489

#687489
(104,116,137)
#5F6A7D
(95,106,125)
#566071
(86,96,113)
#4D5665
(77,86,101)
#444C59
(68,76,89)
#3B424D
(59,66,77)
#323841
(50,56,65)
#292E35
(41,46,53)
#202429
(32,36,41)
#171A1D
(23,26,29)
#0E1011
(14,16,17)
#000000
(0,0,0)

Tints of #687489

#687489
(104,116,137)
#758093
(117,128,147)
#828C9D
(130,140,157)
#8F98A7
(143,152,167)
#9CA4B1
(156,164,177)
#A9B0BB
(169,176,187)
#B6BCC5
(182,188,197)
#C3C8CF
(195,200,207)
#D0D4D9
(208,212,217)
#DDE0E3
(221,224,227)
#EAECED
(234,236,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #687489; }

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

This text font color is #687489.


Background Color

.myBgColor { background-color: #687489; }

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

This div background color is #687489.


Border color

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

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

This div border color is #687489.


Opacity

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

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

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

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

This text has shadow with #687489 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #687489 on black background.


Color preview on white background

This text has color #687489 on white background.



Black color preview on #687489 background

This text has black color on #687489 background.


White color preview on #687489 background

This text has white color on #687489 background.