COLOR #687D90

HEX: #687D90
RGB: (104,125,144)

Color info

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

RGB color model

#687D90 color RGB value is (104,125,144).

  • red value is 104;
  • green value is 125;
  • blue value is 144.
RGB:
(104,125,144)
(41%,49%,56%)

RGB channels and saturation

R 104 of 255 = 41%
G 125 of 255 = 49%
B 144 of 255 = 56%

104
125
144

R + G + B ~ 49%. #687D90 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
104 + 125 + 144 = 373 (100%)
R 104 of 373 ~ 27.88%
G 125 of 373 ~ 33.51%
B 144 of 373 ~ 38.61%

%27.88
%33.51
%38.61

CMYK color model

#687D90 color CMYK value is (28,13,0,44).

  • cyan value is 27.78%
  • magenta value is 13.19%
  • yellow value is 0.00%
  • key color value is 43.53%
CMYK:
(28,13,0,44)
C28M13Y0K44 
(28%,13%,0%,44%)
(0.28/0.13/0.00/0.44)	

CMYK percentages

%27.78
%13.19
%0
%43.53

Codes

Color #687D90 in popluar color models

687D90
RGB104125144
HSL209°16.13%48.63%
HSB/HSV209°27.78%56.47%
CMYK27.78%13.19%0.00%
43.53%

Color #687D90 in popluar number systems.

HEX687D90
Decimal104125144
Binary1101000111110110010000
Octal150175220

Shades and tints

Shades of #687D90

#687D90
(104,125,144)
#5F7283
(95,114,131)
#566776
(86,103,118)
#4D5C69
(77,92,105)
#44515C
(68,81,92)
#3B464F
(59,70,79)
#323B42
(50,59,66)
#293035
(41,48,53)
#202528
(32,37,40)
#171A1B
(23,26,27)
#0E0F0E
(14,15,14)
#000000
(0,0,0)

Tints of #687D90

#687D90
(104,125,144)
#75889A
(117,136,154)
#8293A4
(130,147,164)
#8F9EAE
(143,158,174)
#9CA9B8
(156,169,184)
#A9B4C2
(169,180,194)
#B6BFCC
(182,191,204)
#C3CAD6
(195,202,214)
#D0D5E0
(208,213,224)
#DDE0EA
(221,224,234)
#EAEBF4
(234,235,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #687D90 color. Also use rgb(104,125,144) instead hex code.

Text Font Color

.myTextColor { color: #687D90; }

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

This text font color is #687D90.


Background Color

.myBgColor { background-color: #687D90; }

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

This div background color is #687D90.


Border color

.myBorderColor { border: 1px solid #687D90; }

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

This div border color is #687D90.


Opacity

.myOpacity80 { color: #687D90; opacity: 0.8; }

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

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

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

This text has shadow with #687D90 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #687D90 on black background.


Color preview on white background

This text has color #687D90 on white background.



Black color preview on #687D90 background

This text has black color on #687D90 background.


White color preview on #687D90 background

This text has white color on #687D90 background.