COLOR #687ED2

HEX: #687ED2
RGB: (104,126,210)

Color info

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

RGB color model

#687ED2 color RGB value is (104,126,210).

  • red value is 104;
  • green value is 126;
  • blue value is 210.
RGB:
(104,126,210)
(41%,49%,82%)

RGB channels and saturation

R 104 of 255 = 41%
G 126 of 255 = 49%
B 210 of 255 = 82%

104
126
210

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

Portions of RGB colors in percentages

R + G + B =
104 + 126 + 210 = 440 (100%)
R 104 of 440 ~ 23.64%
G 126 of 440 ~ 28.64%
B 210 of 440 ~ 47.73%

%23.64
%28.64
%47.73

CMYK color model

#687ED2 color CMYK value is (50,40,0,18).

  • cyan value is 50.48%
  • magenta value is 40.00%
  • yellow value is 0.00%
  • key color value is 17.65%
CMYK:
(50,40,0,18)
C50M40Y0K18 
(50%,40%,0%,18%)
(0.50/0.40/0.00/0.18)	

CMYK percentages

%50.48
%40
%0
%17.65

Codes

Color #687ED2 in popluar color models

687ED2
RGB104126210
HSL228°54.08%61.57%
HSB/HSV228°50.48%82.35%
CMYK50.48%40.00%0.00%
17.65%

Color #687ED2 in popluar number systems.

HEX687ED2
Decimal104126210
Binary1101000111111011010010
Octal150176322

Shades and tints

Shades of #687ED2

#687ED2
(104,126,210)
#5F73BF
(95,115,191)
#5668AC
(86,104,172)
#4D5D99
(77,93,153)
#445286
(68,82,134)
#3B4773
(59,71,115)
#323C60
(50,60,96)
#29314D
(41,49,77)
#20263A
(32,38,58)
#171B27
(23,27,39)
#0E1014
(14,16,20)
#000000
(0,0,0)

Tints of #687ED2

#687ED2
(104,126,210)
#7589D6
(117,137,214)
#8294DA
(130,148,218)
#8F9FDE
(143,159,222)
#9CAAE2
(156,170,226)
#A9B5E6
(169,181,230)
#B6C0EA
(182,192,234)
#C3CBEE
(195,203,238)
#D0D6F2
(208,214,242)
#DDE1F6
(221,225,246)
#EAECFA
(234,236,250)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #687ED2 color. Also use rgb(104,126,210) instead hex code.

Text Font Color

.myTextColor { color: #687ED2; }

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

This text font color is #687ED2.


Background Color

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

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

This div background color is #687ED2.


Border color

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

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

This div border color is #687ED2.


Opacity

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

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

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

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

This text has shadow with #687ED2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #687ED2 on black background.


Color preview on white background

This text has color #687ED2 on white background.



Black color preview on #687ED2 background

This text has black color on #687ED2 background.


White color preview on #687ED2 background

This text has white color on #687ED2 background.