COLOR #687FA1

HEX: #687FA1
RGB: (104,127,161)

Color info

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

RGB color model

#687FA1 color RGB value is (104,127,161).

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

RGB channels and saturation

R 104 of 255 = 41%
G 127 of 255 = 50%
B 161 of 255 = 63%

104
127
161

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

Portions of RGB colors in percentages

R + G + B =
104 + 127 + 161 = 392 (100%)
R 104 of 392 ~ 26.53%
G 127 of 392 ~ 32.4%
B 161 of 392 ~ 41.07%

%26.53
%32.4
%41.07

CMYK color model

#687FA1 color CMYK value is (35,21,0,37).

  • cyan value is 35.40%
  • magenta value is 21.12%
  • yellow value is 0.00%
  • key color value is 36.86%
CMYK:
(35,21,0,37)
C35M21Y0K37 
(35%,21%,0%,37%)
(0.35/0.21/0.00/0.37)	

CMYK percentages

%35.4
%21.12
%0
%36.86

Codes

Color #687FA1 in popluar color models

687FA1
RGB104127161
HSL216°23.27%51.96%
HSB/HSV216°35.40%63.14%
CMYK35.40%21.12%0.00%
36.86%

Color #687FA1 in popluar number systems.

HEX687FA1
Decimal104127161
Binary1101000111111110100001
Octal150177241

Shades and tints

Shades of #687FA1

#687FA1
(104,127,161)
#5F7493
(95,116,147)
#566985
(86,105,133)
#4D5E77
(77,94,119)
#445369
(68,83,105)
#3B485B
(59,72,91)
#323D4D
(50,61,77)
#29323F
(41,50,63)
#202731
(32,39,49)
#171C23
(23,28,35)
#0E1115
(14,17,21)
#000000
(0,0,0)

Tints of #687FA1

#687FA1
(104,127,161)
#758AA9
(117,138,169)
#8295B1
(130,149,177)
#8FA0B9
(143,160,185)
#9CABC1
(156,171,193)
#A9B6C9
(169,182,201)
#B6C1D1
(182,193,209)
#C3CCD9
(195,204,217)
#D0D7E1
(208,215,225)
#DDE2E9
(221,226,233)
#EAEDF1
(234,237,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #687FA1; }

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

This text font color is #687FA1.


Background Color

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

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

This div background color is #687FA1.


Border color

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

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

This div border color is #687FA1.


Opacity

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

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

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

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

This text has shadow with #687FA1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #687FA1 on black background.


Color preview on white background

This text has color #687FA1 on white background.



Black color preview on #687FA1 background

This text has black color on #687FA1 background.


White color preview on #687FA1 background

This text has white color on #687FA1 background.