COLOR #687FA3

HEX: #687FA3
RGB: (104,127,163)

Color info

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

RGB color model

#687FA3 color RGB value is (104,127,163).

  • red value is 104;
  • green value is 127;
  • blue value is 163.
RGB:
(104,127,163)
(41%,50%,64%)

RGB channels and saturation

R 104 of 255 = 41%
G 127 of 255 = 50%
B 163 of 255 = 64%

104
127
163

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

Portions of RGB colors in percentages

R + G + B =
104 + 127 + 163 = 394 (100%)
R 104 of 394 ~ 26.4%
G 127 of 394 ~ 32.23%
B 163 of 394 ~ 41.37%

%26.4
%32.23
%41.37

CMYK color model

#687FA3 color CMYK value is (36,22,0,36).

  • cyan value is 36.20%
  • magenta value is 22.09%
  • yellow value is 0.00%
  • key color value is 36.08%
CMYK:
(36,22,0,36)
C36M22Y0K36 
(36%,22%,0%,36%)
(0.36/0.22/0.00/0.36)	

CMYK percentages

%36.2
%22.09
%0
%36.08

Codes

Color #687FA3 in popluar color models

687FA3
RGB104127163
HSL217°24.28%52.35%
HSB/HSV217°36.20%63.92%
CMYK36.20%22.09%0.00%
36.08%

Color #687FA3 in popluar number systems.

HEX687FA3
Decimal104127163
Binary1101000111111110100011
Octal150177243

Shades and tints

Shades of #687FA3

#687FA3
(104,127,163)
#5F7495
(95,116,149)
#566987
(86,105,135)
#4D5E79
(77,94,121)
#44536B
(68,83,107)
#3B485D
(59,72,93)
#323D4F
(50,61,79)
#293241
(41,50,65)
#202733
(32,39,51)
#171C25
(23,28,37)
#0E1117
(14,17,23)
#000000
(0,0,0)

Tints of #687FA3

#687FA3
(104,127,163)
#758AAB
(117,138,171)
#8295B3
(130,149,179)
#8FA0BB
(143,160,187)
#9CABC3
(156,171,195)
#A9B6CB
(169,182,203)
#B6C1D3
(182,193,211)
#C3CCDB
(195,204,219)
#D0D7E3
(208,215,227)
#DDE2EB
(221,226,235)
#EAEDF3
(234,237,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #687FA3 color. Also use rgb(104,127,163) instead hex code.

Text Font Color

.myTextColor { color: #687FA3; }

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

This text font color is #687FA3.


Background Color

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

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

This div background color is #687FA3.


Border color

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

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

This div border color is #687FA3.


Opacity

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

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

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

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

This text has shadow with #687FA3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #687FA3 on black background.


Color preview on white background

This text has color #687FA3 on white background.



Black color preview on #687FA3 background

This text has black color on #687FA3 background.


White color preview on #687FA3 background

This text has white color on #687FA3 background.