COLOR #687BC4

HEX: #687BC4
RGB: (104,123,196)

Color info

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

RGB color model

#687BC4 color RGB value is (104,123,196).

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

RGB channels and saturation

R 104 of 255 = 41%
G 123 of 255 = 48%
B 196 of 255 = 77%

104
123
196

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

Portions of RGB colors in percentages

R + G + B =
104 + 123 + 196 = 423 (100%)
R 104 of 423 ~ 24.59%
G 123 of 423 ~ 29.08%
B 196 of 423 ~ 46.34%

%24.59
%29.08
%46.34

CMYK color model

#687BC4 color CMYK value is (47,37,0,23).

  • cyan value is 46.94%
  • magenta value is 37.24%
  • yellow value is 0.00%
  • key color value is 23.14%
CMYK:
(47,37,0,23)
C47M37Y0K23 
(47%,37%,0%,23%)
(0.47/0.37/0.00/0.23)	

CMYK percentages

%46.94
%37.24
%0
%23.14

Codes

Color #687BC4 in popluar color models

687BC4
RGB104123196
HSL228°43.81%58.82%
HSB/HSV228°46.94%76.86%
CMYK46.94%37.24%0.00%
23.14%

Color #687BC4 in popluar number systems.

HEX687BC4
Decimal104123196
Binary1101000111101111000100
Octal150173304

Shades and tints

Shades of #687BC4

#687BC4
(104,123,196)
#5F70B3
(95,112,179)
#5665A2
(86,101,162)
#4D5A91
(77,90,145)
#444F80
(68,79,128)
#3B446F
(59,68,111)
#32395E
(50,57,94)
#292E4D
(41,46,77)
#20233C
(32,35,60)
#17182B
(23,24,43)
#0E0D1A
(14,13,26)
#000000
(0,0,0)

Tints of #687BC4

#687BC4
(104,123,196)
#7587C9
(117,135,201)
#8293CE
(130,147,206)
#8F9FD3
(143,159,211)
#9CABD8
(156,171,216)
#A9B7DD
(169,183,221)
#B6C3E2
(182,195,226)
#C3CFE7
(195,207,231)
#D0DBEC
(208,219,236)
#DDE7F1
(221,231,241)
#EAF3F6
(234,243,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #687BC4; }

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

This text font color is #687BC4.


Background Color

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

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

This div background color is #687BC4.


Border color

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

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

This div border color is #687BC4.


Opacity

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

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

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

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

This text has shadow with #687BC4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #687BC4 on black background.


Color preview on white background

This text has color #687BC4 on white background.



Black color preview on #687BC4 background

This text has black color on #687BC4 background.


White color preview on #687BC4 background

This text has white color on #687BC4 background.