COLOR #678BA0

HEX: #678BA0 RGB: (103,139,160)

Color info

#678BA0 contains red, green and blue colors in about the same proportion. Web safe color of #678BA0 is #669999 (or #699).

RGB color model

#678BA0 color RGB value is (103,139,160).

RGB: (103,139,160) (40%, 55%, 63%)

RGB channels and saturation

R 103 of 255 = 40%
G 139 of 255 = 55%
B 160 of 255 = 63%

103
139
160

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

Portions of RGB colors in percentages

R + G + B = 103 + 139 + 160 = 402 (100%)
R 103 of 402 ~ 25.62%
G 139 of 402 ~ 34.58%
B 160 of 402 ~ 39.8'%

%25.62
%34.58
%39.8

CMYK color model

#678BA0 color CMYK value is (36,13,0,37).

  • cyan value is 35.63%
  • magenta value is 13.13%
  • yellow value is 0.00%
  • key color value is 37.25%

CMYK: (36,13,0,37)
C36M13Y0K37 (36%, 13%, 0%, 37%)
(0.36 / 0.13 / 0.00 / 0.37)

CMYK percentages

%35.63
%13.13
%0
%37.25

Codes

Color #678BA0 in popluar color models

67 8B A0
RGB 103 139 160
HSL 202° 23.08% 51.57%
HSB/HSV 202° 35.63% 62.75%
CMYK 35.63% 13.13% 0.00%
37.25%

Color #678BA0 in popluar number systems.

HEX 67 8B A0
Decimal 103 139 160
Binary 1100111 10001011 10100000
Octal 147 213 240

Shades and tints

Shades of #678BA0

#678BA0
(103,139,160)
#5E7F92
(94,127,146)
#557384
(85,115,132)
#4C6776
(76,103,118)
#435B68
(67,91,104)
#3A4F5A
(58,79,90)
#31434C
(49,67,76)
#28373E
(40,55,62)
#1F2B30
(31,43,48)
#161F22
(22,31,34)
#0D1314
(13,19,20)
#000000
(0,0,0)

Tints of #678BA0

#678BA0
(103,139,160)
#7495A8
(116,149,168)
#819FB0
(129,159,176)
#8EA9B8
(142,169,184)
#9BB3C0
(155,179,192)
#A8BDC8
(168,189,200)
#B5C7D0
(181,199,208)
#C2D1D8
(194,209,216)
#CFDBE0
(207,219,224)
#DCE5E8
(220,229,232)
#E9EFF0
(233,239,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #678BA0 color. Also use rgb(103,139,160) instead hex code.

Text Font Color

.myTextColor { color: #678BA0; }

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

This text font color is #678BA0.

Background Color

.myBgColor { background-color: #678BA0; }

<div style="background-color:#678BA0">Inner text</div>

This div background color is #678BA0.

Border color

.myBorderColor { border: 1px solid #678BA0; }

<div style="border:3px solid #678BA0">Div</div>

This div border color is #678BA0.

Opacity

.myOpacity80 { color: #678BA0; opacity: 0.8; }

<p style="color:#678BA0;opacity:0.8;">80%</p>

Text with #678BA0 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 #678BA0;}

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

This text has shadow with #678BA0 color.


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

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

This text has shadow with #678BA0 primary color and red secondary color.


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

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

This text has shadow with #678BA0 and red colors in old Internet Explorer.

Div box shadow color

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

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

This div box has shadow with color #678BA0.

Preview

Color preview on black background

This text has color #678BA0 on black background.


Color preview on white background

This text has color #678BA0 on white background.


Black color preview on #678BA0 background

This text has black color on #678BA0 background.


White color preview on #678BA0 background

This text has white color on #678BA0 background.


Related colors

Complementary color

Complementary color for #hex is #98745F.


I love getcolorcode.com

Triadic colors

1 #A0678B and #8BA067 with #678BA0 are triadic colors.

2 #A08B67 and #8B67A0 with #678BA0 are triadic colors.