COLOR #687FC8

HEX: #687FC8
RGB: (104,127,200)

Color info

#687FC8 contains mainly blue color. Web safe color of #687FC8 is #6666CC (or #66C).

RGB color model

#687FC8 color RGB value is (104,127,200).

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

RGB channels and saturation

R 104 of 255 = 41%
G 127 of 255 = 50%
B 200 of 255 = 78%

104
127
200

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

Portions of RGB colors in percentages

R + G + B =
104 + 127 + 200 = 431 (100%)
R 104 of 431 ~ 24.13%
G 127 of 431 ~ 29.47%
B 200 of 431 ~ 46.4%

%24.13
%29.47
%46.4

CMYK color model

#687FC8 color CMYK value is (48,37,0,22).

  • cyan value is 48.00%
  • magenta value is 36.50%
  • yellow value is 0.00%
  • key color value is 21.57%
CMYK:
(48,37,0,22)
C48M37Y0K22 
(48%,37%,0%,22%)
(0.48/0.37/0.00/0.22)	

CMYK percentages

%48
%36.5
%0
%21.57

Codes

Color #687FC8 in popluar color models

687FC8
RGB104127200
HSL226°46.60%59.61%
HSB/HSV226°48.00%78.43%
CMYK48.00%36.50%0.00%
21.57%

Color #687FC8 in popluar number systems.

HEX687FC8
Decimal104127200
Binary1101000111111111001000
Octal150177310

Shades and tints

Shades of #687FC8

#687FC8
(104,127,200)
#5F74B6
(95,116,182)
#5669A4
(86,105,164)
#4D5E92
(77,94,146)
#445380
(68,83,128)
#3B486E
(59,72,110)
#323D5C
(50,61,92)
#29324A
(41,50,74)
#202738
(32,39,56)
#171C26
(23,28,38)
#0E1114
(14,17,20)
#000000
(0,0,0)

Tints of #687FC8

#687FC8
(104,127,200)
#758ACD
(117,138,205)
#8295D2
(130,149,210)
#8FA0D7
(143,160,215)
#9CABDC
(156,171,220)
#A9B6E1
(169,182,225)
#B6C1E6
(182,193,230)
#C3CCEB
(195,204,235)
#D0D7F0
(208,215,240)
#DDE2F5
(221,226,245)
#EAEDFA
(234,237,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #687FC8; }

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

This text font color is #687FC8.


Background Color

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

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

This div background color is #687FC8.


Border color

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

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

This div border color is #687FC8.


Opacity

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

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

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

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

This text has shadow with #687FC8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #687FC8 on black background.


Color preview on white background

This text has color #687FC8 on white background.



Black color preview on #687FC8 background

This text has black color on #687FC8 background.


White color preview on #687FC8 background

This text has white color on #687FC8 background.