COLOR #678CB5

HEX: #678CB5
RGB: (103,140,181)

Color info

#678CB5 contains mainly green and blue colors. Web safe color of #678CB5 is #6699CC (or #69C).

RGB color model

#678CB5 color RGB value is (103,140,181).

  • red value is 103;
  • green value is 140;
  • blue value is 181.
RGB:
(103,140,181)
(40%,55%,71%)

RGB channels and saturation

R 103 of 255 = 40%
G 140 of 255 = 55%
B 181 of 255 = 71%

103
140
181

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

Portions of RGB colors in percentages

R + G + B =
103 + 140 + 181 = 424 (100%)
R 103 of 424 ~ 24.29%
G 140 of 424 ~ 33.02%
B 181 of 424 ~ 42.69%

%24.29
%33.02
%42.69

CMYK color model

#678CB5 color CMYK value is (43,23,0,29).

  • cyan value is 43.09%
  • magenta value is 22.65%
  • yellow value is 0.00%
  • key color value is 29.02%
CMYK:
(43,23,0,29)
C43M23Y0K29 
(43%,23%,0%,29%)
(0.43/0.23/0.00/0.29)	

CMYK percentages

%43.09
%22.65
%0
%29.02

Codes

Color #678CB5 in popluar color models

678CB5
RGB103140181
HSL212°34.51%55.69%
HSB/HSV212°43.09%70.98%
CMYK43.09%22.65%0.00%
29.02%

Color #678CB5 in popluar number systems.

HEX678CB5
Decimal103140181
Binary11001111000110010110101
Octal147214265

Shades and tints

Shades of #678CB5

#678CB5
(103,140,181)
#5E80A5
(94,128,165)
#557495
(85,116,149)
#4C6885
(76,104,133)
#435C75
(67,92,117)
#3A5065
(58,80,101)
#314455
(49,68,85)
#283845
(40,56,69)
#1F2C35
(31,44,53)
#162025
(22,32,37)
#0D1415
(13,20,21)
#000000
(0,0,0)

Tints of #678CB5

#678CB5
(103,140,181)
#7496BB
(116,150,187)
#81A0C1
(129,160,193)
#8EAAC7
(142,170,199)
#9BB4CD
(155,180,205)
#A8BED3
(168,190,211)
#B5C8D9
(181,200,217)
#C2D2DF
(194,210,223)
#CFDCE5
(207,220,229)
#DCE6EB
(220,230,235)
#E9F0F1
(233,240,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #678CB5 color. Also use rgb(103,140,181) instead hex code.

Text Font Color

.myTextColor { color: #678CB5; }

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

This text font color is #678CB5.


Background Color

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

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

This div background color is #678CB5.


Border color

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

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

This div border color is #678CB5.


Opacity

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

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

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

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

This text has shadow with #678CB5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #678CB5 on black background.


Color preview on white background

This text has color #678CB5 on white background.



Black color preview on #678CB5 background

This text has black color on #678CB5 background.


White color preview on #678CB5 background

This text has white color on #678CB5 background.