COLOR #678BAE

HEX: #678BAE RGB: (103,139,174)

Color info

#678BAE contains mainly green and blue colors. Web safe color of #678BAE is #669999 (or #699).

RGB color model

#678BAE color RGB value is (103,139,174).

RGB: (103,139,174) (40%, 55%, 68%)

RGB channels and saturation

R 103 of 255 = 40%
G 139 of 255 = 55%
B 174 of 255 = 68%

103
139
174

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

Portions of RGB colors in percentages

R + G + B = 103 + 139 + 174 = 416 (100%)
R 103 of 416 ~ 24.76%
G 139 of 416 ~ 33.41%
B 174 of 416 ~ 41.83'%

%24.76
%33.41
%41.83

CMYK color model

#678BAE color CMYK value is (41,20,0,32).

  • cyan value is 40.80%
  • magenta value is 20.11%
  • yellow value is 0.00%
  • key color value is 31.76%
CMYK: (41,20,0,32) C41M20Y0K32 (41%,20%,0%,32%) (0.41/0.20/0.00/0.32) 

CMYK percentages

%40.8
%20.11
%0
%31.76

Codes

Color #678BAE in popluar color models

67 8B AE
RGB 103 139 174
HSL 210° 30.47% 54.31%
HSB/HSV 210° 40.80% 68.24%
CMYK 40.80% 20.11% 0.00%
31.76%

Color #678BAE in popluar number systems.

HEX 67 8B AE
Decimal 103 139 174
Binary 1100111 10001011 10101110
Octal 147 213 256

Shades and tints

Shades of #678BAE

#678BAE
(103,139,174)
#5E7F9F
(94,127,159)
#557390
(85,115,144)
#4C6781
(76,103,129)
#435B72
(67,91,114)
#3A4F63
(58,79,99)
#314354
(49,67,84)
#283745
(40,55,69)
#1F2B36
(31,43,54)
#161F27
(22,31,39)
#0D1318
(13,19,24)
#000000
(0,0,0)

Tints of #678BAE

#678BAE
(103,139,174)
#7495B5
(116,149,181)
#819FBC
(129,159,188)
#8EA9C3
(142,169,195)
#9BB3CA
(155,179,202)
#A8BDD1
(168,189,209)
#B5C7D8
(181,199,216)
#C2D1DF
(194,209,223)
#CFDBE6
(207,219,230)
#DCE5ED
(220,229,237)
#E9EFF4
(233,239,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #678BAE; }

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

This text font color is #678BAE.

Background Color

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

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

This div background color is #678BAE.

Border color

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

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

This div border color is #678BAE.

Opacity

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

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

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

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

This text has shadow with #678BAE color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #678BAE.

Preview

Color preview on black background

This text has color #678BAE on black background.


Color preview on white background

This text has color #678BAE on white background.


Black color preview on #678BAE background

This text has black color on #678BAE background.


White color preview on #678BAE background

This text has white color on #678BAE background.


Related colors

Complementary color

Complementary color for #hex is #987451.


I love getcolorcode.com

Triadic colors

1 #AE678B and #8BAE67 with #678BAE are triadic colors.

2 #AE8B67 and #8B67AE with #678BAE are triadic colors.