COLOR #678CD2

HEX: #678CD2
RGB: (103,140,210)

Color info

#678CD2 contains mainly blue color. Web safe color of #678CD2 is #6699CC (or #69C).

RGB color model

#678CD2 color RGB value is (103,140,210).

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

RGB channels and saturation

R 103 of 255 = 40%
G 140 of 255 = 55%
B 210 of 255 = 82%

103
140
210

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

Portions of RGB colors in percentages

R + G + B =
103 + 140 + 210 = 453 (100%)
R 103 of 453 ~ 22.74%
G 140 of 453 ~ 30.91%
B 210 of 453 ~ 46.36%

%22.74
%30.91
%46.36

CMYK color model

#678CD2 color CMYK value is (51,33,0,18).

  • cyan value is 50.95%
  • magenta value is 33.33%
  • yellow value is 0.00%
  • key color value is 17.65%
CMYK:
(51,33,0,18)
C51M33Y0K18 
(51%,33%,0%,18%)
(0.51/0.33/0.00/0.18)	

CMYK percentages

%50.95
%33.33
%0
%17.65

Codes

Color #678CD2 in popluar color models

678CD2
RGB103140210
HSL219°54.31%61.37%
HSB/HSV219°50.95%82.35%
CMYK50.95%33.33%0.00%
17.65%

Color #678CD2 in popluar number systems.

HEX678CD2
Decimal103140210
Binary11001111000110011010010
Octal147214322

Shades and tints

Shades of #678CD2

#678CD2
(103,140,210)
#5E80BF
(94,128,191)
#5574AC
(85,116,172)
#4C6899
(76,104,153)
#435C86
(67,92,134)
#3A5073
(58,80,115)
#314460
(49,68,96)
#28384D
(40,56,77)
#1F2C3A
(31,44,58)
#162027
(22,32,39)
#0D1414
(13,20,20)
#000000
(0,0,0)

Tints of #678CD2

#678CD2
(103,140,210)
#7496D6
(116,150,214)
#81A0DA
(129,160,218)
#8EAADE
(142,170,222)
#9BB4E2
(155,180,226)
#A8BEE6
(168,190,230)
#B5C8EA
(181,200,234)
#C2D2EE
(194,210,238)
#CFDCF2
(207,220,242)
#DCE6F6
(220,230,246)
#E9F0FA
(233,240,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #678CD2; }

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

This text font color is #678CD2.


Background Color

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

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

This div background color is #678CD2.


Border color

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

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

This div border color is #678CD2.


Opacity

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

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

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

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

This text has shadow with #678CD2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #678CD2 on black background.


Color preview on white background

This text has color #678CD2 on white background.



Black color preview on #678CD2 background

This text has black color on #678CD2 background.


White color preview on #678CD2 background

This text has white color on #678CD2 background.