COLOR #678CD9

HEX: #678CD9
RGB: (103,140,217)

Color info

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

RGB color model

#678CD9 color RGB value is (103,140,217).

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

RGB channels and saturation

R 103 of 255 = 40%
G 140 of 255 = 55%
B 217 of 255 = 85%

103
140
217

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

Portions of RGB colors in percentages

R + G + B =
103 + 140 + 217 = 460 (100%)
R 103 of 460 ~ 22.39%
G 140 of 460 ~ 30.43%
B 217 of 460 ~ 47.17%

%22.39
%30.43
%47.17

CMYK color model

#678CD9 color CMYK value is (53,35,0,15).

  • cyan value is 52.53%
  • magenta value is 35.48%
  • yellow value is 0.00%
  • key color value is 14.90%
CMYK:
(53,35,0,15)
C53M35Y0K15 
(53%,35%,0%,15%)
(0.53/0.35/0.00/0.15)	

CMYK percentages

%52.53
%35.48
%0
%14.9

Codes

Color #678CD9 in popluar color models

678CD9
RGB103140217
HSL221°60.00%62.75%
HSB/HSV221°52.53%85.10%
CMYK52.53%35.48%0.00%
14.90%

Color #678CD9 in popluar number systems.

HEX678CD9
Decimal103140217
Binary11001111000110011011001
Octal147214331

Shades and tints

Shades of #678CD9

#678CD9
(103,140,217)
#5E80C6
(94,128,198)
#5574B3
(85,116,179)
#4C68A0
(76,104,160)
#435C8D
(67,92,141)
#3A507A
(58,80,122)
#314467
(49,68,103)
#283854
(40,56,84)
#1F2C41
(31,44,65)
#16202E
(22,32,46)
#0D141B
(13,20,27)
#000000
(0,0,0)

Tints of #678CD9

#678CD9
(103,140,217)
#7496DC
(116,150,220)
#81A0DF
(129,160,223)
#8EAAE2
(142,170,226)
#9BB4E5
(155,180,229)
#A8BEE8
(168,190,232)
#B5C8EB
(181,200,235)
#C2D2EE
(194,210,238)
#CFDCF1
(207,220,241)
#DCE6F4
(220,230,244)
#E9F0F7
(233,240,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #678CD9; }

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

This text font color is #678CD9.


Background Color

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

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

This div background color is #678CD9.


Border color

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

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

This div border color is #678CD9.


Opacity

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

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

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

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

This text has shadow with #678CD9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #678CD9 on black background.


Color preview on white background

This text has color #678CD9 on white background.



Black color preview on #678CD9 background

This text has black color on #678CD9 background.


White color preview on #678CD9 background

This text has white color on #678CD9 background.