COLOR #687BCB

HEX: #687BCB RGB: (104,123,203)

Color info

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

RGB color model

#687BCB color RGB value is (104,123,203).

RGB: (104,123,203) (41%, 48%, 80%)

RGB channels and saturation

R 104 of 255 = 41%
G 123 of 255 = 48%
B 203 of 255 = 80%

104
123
203

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

Portions of RGB colors in percentages

R + G + B = 104 + 123 + 203 = 430 (100%)
R 104 of 430 ~ 24.19%
G 123 of 430 ~ 28.6%
B 203 of 430 ~ 47.21'%

%24.19
%28.6
%47.21

CMYK color model

#687BCB color CMYK value is (49,39,0,20).

  • cyan value is 48.77%
  • magenta value is 39.41%
  • yellow value is 0.00%
  • key color value is 20.39%

CMYK: (49,39,0,20)
C49M39Y0K20 (49%, 39%, 0%, 20%)
(0.49 / 0.39 / 0.00 / 0.20)

CMYK percentages

%48.77
%39.41
%0
%20.39

Codes

Color #687BCB in popluar color models

68 7B CB
RGB 104 123 203
HSL 228° 48.77% 60.20%
HSB/HSV 228° 48.77% 79.61%
CMYK 48.77% 39.41% 0.00%
20.39%

Color #687BCB in popluar number systems.

HEX 68 7B CB
Decimal 104 123 203
Binary 1101000 1111011 11001011
Octal 150 173 313

Shades and tints

Shades of #687BCB

#687BCB
(104,123,203)
#5F70B9
(95,112,185)
#5665A7
(86,101,167)
#4D5A95
(77,90,149)
#444F83
(68,79,131)
#3B4471
(59,68,113)
#32395F
(50,57,95)
#292E4D
(41,46,77)
#20233B
(32,35,59)
#171829
(23,24,41)
#0E0D17
(14,13,23)
#000000
(0,0,0)

Tints of #687BCB

#687BCB
(104,123,203)
#7587CF
(117,135,207)
#8293D3
(130,147,211)
#8F9FD7
(143,159,215)
#9CABDB
(156,171,219)
#A9B7DF
(169,183,223)
#B6C3E3
(182,195,227)
#C3CFE7
(195,207,231)
#D0DBEB
(208,219,235)
#DDE7EF
(221,231,239)
#EAF3F3
(234,243,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #687BCB; }

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

This text font color is #687BCB.

Background Color

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

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

This div background color is #687BCB.

Border color

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

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

This div border color is #687BCB.

Opacity

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

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

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

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

This text has shadow with #687BCB color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #687BCB.

Preview

Color preview on black background

This text has color #687BCB on black background.


Color preview on white background

This text has color #687BCB on white background.


Black color preview on #687BCB background

This text has black color on #687BCB background.


White color preview on #687BCB background

This text has white color on #687BCB background.


Related colors

Complementary color

Complementary color for #hex is #978434.


I love getcolorcode.com

Triadic colors

1 #CB687B and #7BCB68 with #687BCB are triadic colors.

2 #CB7B68 and #7B68CB with #687BCB are triadic colors.