COLOR #687AB2

HEX: #687AB2
RGB: (104,122,178)

Color info

#687AB2 contains mainly green and blue colors. Web safe color of #687AB2 is #666699 (or #669).

RGB color model

#687AB2 color RGB value is (104,122,178).

  • red value is 104;
  • green value is 122;
  • blue value is 178.
RGB:
(104,122,178)
(41%,48%,70%)

RGB channels and saturation

R 104 of 255 = 41%
G 122 of 255 = 48%
B 178 of 255 = 70%

104
122
178

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

Portions of RGB colors in percentages

R + G + B =
104 + 122 + 178 = 404 (100%)
R 104 of 404 ~ 25.74%
G 122 of 404 ~ 30.2%
B 178 of 404 ~ 44.06%

%25.74
%30.2
%44.06

CMYK color model

#687AB2 color CMYK value is (42,31,0,30).

  • cyan value is 41.57%
  • magenta value is 31.46%
  • yellow value is 0.00%
  • key color value is 30.20%
CMYK:
(42,31,0,30)
C42M31Y0K30 
(42%,31%,0%,30%)
(0.42/0.31/0.00/0.30)	

CMYK percentages

%41.57
%31.46
%0
%30.2

Codes

Color #687AB2 in popluar color models

687AB2
RGB104122178
HSL225°32.46%55.29%
HSB/HSV225°41.57%69.80%
CMYK41.57%31.46%0.00%
30.20%

Color #687AB2 in popluar number systems.

HEX687AB2
Decimal104122178
Binary1101000111101010110010
Octal150172262

Shades and tints

Shades of #687AB2

#687AB2
(104,122,178)
#5F6FA2
(95,111,162)
#566492
(86,100,146)
#4D5982
(77,89,130)
#444E72
(68,78,114)
#3B4362
(59,67,98)
#323852
(50,56,82)
#292D42
(41,45,66)
#202232
(32,34,50)
#171722
(23,23,34)
#0E0C12
(14,12,18)
#000000
(0,0,0)

Tints of #687AB2

#687AB2
(104,122,178)
#7586B9
(117,134,185)
#8292C0
(130,146,192)
#8F9EC7
(143,158,199)
#9CAACE
(156,170,206)
#A9B6D5
(169,182,213)
#B6C2DC
(182,194,220)
#C3CEE3
(195,206,227)
#D0DAEA
(208,218,234)
#DDE6F1
(221,230,241)
#EAF2F8
(234,242,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #687AB2 color. Also use rgb(104,122,178) instead hex code.

Text Font Color

.myTextColor { color: #687AB2; }

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

This text font color is #687AB2.


Background Color

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

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

This div background color is #687AB2.


Border color

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

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

This div border color is #687AB2.


Opacity

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

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

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

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

This text has shadow with #687AB2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #687AB2 on black background.


Color preview on white background

This text has color #687AB2 on white background.



Black color preview on #687AB2 background

This text has black color on #687AB2 background.


White color preview on #687AB2 background

This text has white color on #687AB2 background.