COLOR #687FAA

HEX: #687FAA
RGB: (104,127,170)

Color info

#687FAA contains mainly green and blue colors. Web safe color of #687FAA is #666699 (or #669).

RGB color model

#687FAA color RGB value is (104,127,170).

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

RGB channels and saturation

R 104 of 255 = 41%
G 127 of 255 = 50%
B 170 of 255 = 67%

104
127
170

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

Portions of RGB colors in percentages

R + G + B =
104 + 127 + 170 = 401 (100%)
R 104 of 401 ~ 25.94%
G 127 of 401 ~ 31.67%
B 170 of 401 ~ 42.39%

%25.94
%31.67
%42.39

CMYK color model

#687FAA color CMYK value is (39,25,0,33).

  • cyan value is 38.82%
  • magenta value is 25.29%
  • yellow value is 0.00%
  • key color value is 33.33%
CMYK:
(39,25,0,33)
C39M25Y0K33 
(39%,25%,0%,33%)
(0.39/0.25/0.00/0.33)	

CMYK percentages

%38.82
%25.29
%0
%33.33

Codes

Color #687FAA in popluar color models

687FAA
RGB104127170
HSL219°27.97%53.73%
HSB/HSV219°38.82%66.67%
CMYK38.82%25.29%0.00%
33.33%

Color #687FAA in popluar number systems.

HEX687FAA
Decimal104127170
Binary1101000111111110101010
Octal150177252

Shades and tints

Shades of #687FAA

#687FAA
(104,127,170)
#5F749B
(95,116,155)
#56698C
(86,105,140)
#4D5E7D
(77,94,125)
#44536E
(68,83,110)
#3B485F
(59,72,95)
#323D50
(50,61,80)
#293241
(41,50,65)
#202732
(32,39,50)
#171C23
(23,28,35)
#0E1114
(14,17,20)
#000000
(0,0,0)

Tints of #687FAA

#687FAA
(104,127,170)
#758AB1
(117,138,177)
#8295B8
(130,149,184)
#8FA0BF
(143,160,191)
#9CABC6
(156,171,198)
#A9B6CD
(169,182,205)
#B6C1D4
(182,193,212)
#C3CCDB
(195,204,219)
#D0D7E2
(208,215,226)
#DDE2E9
(221,226,233)
#EAEDF0
(234,237,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #687FAA; }

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

This text font color is #687FAA.


Background Color

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

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

This div background color is #687FAA.


Border color

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

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

This div border color is #687FAA.


Opacity

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

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

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

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

This text has shadow with #687FAA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #687FAA on black background.


Color preview on white background

This text has color #687FAA on white background.



Black color preview on #687FAA background

This text has black color on #687FAA background.


White color preview on #687FAA background

This text has white color on #687FAA background.