COLOR #687BEE

HEX: #687BEE
RGB: (104,123,238)

Color info

#687BEE contains mainly blue color. Web safe color of #687BEE is #6666FF (or #66F).

RGB color model

#687BEE color RGB value is (104,123,238).

  • red value is 104;
  • green value is 123;
  • blue value is 238.
RGB:
(104,123,238)
(41%,48%,93%)

RGB channels and saturation

R 104 of 255 = 41%
G 123 of 255 = 48%
B 238 of 255 = 93%

104
123
238

R + G + B ~ 61%. #687BEE is quite light color.

Portions of RGB colors in percentages

R + G + B =
104 + 123 + 238 = 465 (100%)
R 104 of 465 ~ 22.37%
G 123 of 465 ~ 26.45%
B 238 of 465 ~ 51.18%

%22.37
%26.45
%51.18

CMYK color model

#687BEE color CMYK value is (56,48,0,7).

  • cyan value is 56.30%
  • magenta value is 48.32%
  • yellow value is 0.00%
  • key color value is 6.67%
CMYK:
(56,48,0,7)
C56M48Y0K7 
(56%,48%,0%,7%)
(0.56/0.48/0.00/0.07)	

CMYK percentages

%56.3
%48.32
%0
%6.67

Codes

Color #687BEE in popluar color models

687BEE
RGB104123238
HSL231°79.76%67.06%
HSB/HSV231°56.30%93.33%
CMYK56.30%48.32%0.00%
6.67%

Color #687BEE in popluar number systems.

HEX687BEE
Decimal104123238
Binary1101000111101111101110
Octal150173356

Shades and tints

Shades of #687BEE

#687BEE
(104,123,238)
#5F70D9
(95,112,217)
#5665C4
(86,101,196)
#4D5AAF
(77,90,175)
#444F9A
(68,79,154)
#3B4485
(59,68,133)
#323970
(50,57,112)
#292E5B
(41,46,91)
#202346
(32,35,70)
#171831
(23,24,49)
#0E0D1C
(14,13,28)
#000000
(0,0,0)

Tints of #687BEE

#687BEE
(104,123,238)
#7587EF
(117,135,239)
#8293F0
(130,147,240)
#8F9FF1
(143,159,241)
#9CABF2
(156,171,242)
#A9B7F3
(169,183,243)
#B6C3F4
(182,195,244)
#C3CFF5
(195,207,245)
#D0DBF6
(208,219,246)
#DDE7F7
(221,231,247)
#EAF3F8
(234,243,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #687BEE color. Also use rgb(104,123,238) instead hex code.

Text Font Color

.myTextColor { color: #687BEE; }

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

This text font color is #687BEE.


Background Color

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

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

This div background color is #687BEE.


Border color

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

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

This div border color is #687BEE.


Opacity

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

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

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

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

This text has shadow with #687BEE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #687BEE on black background.


Color preview on white background

This text has color #687BEE on white background.



Black color preview on #687BEE background

This text has black color on #687BEE background.


White color preview on #687BEE background

This text has white color on #687BEE background.