COLOR #678FDC

HEX: #678FDC
RGB: (103,143,220)

Color info

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

RGB color model

#678FDC color RGB value is (103,143,220).

  • red value is 103;
  • green value is 143;
  • blue value is 220.
RGB:
(103,143,220)
(40%,56%,86%)

RGB channels and saturation

R 103 of 255 = 40%
G 143 of 255 = 56%
B 220 of 255 = 86%

103
143
220

R + G + B ~ 61%. #678FDC is quite light color.

Portions of RGB colors in percentages

R + G + B =
103 + 143 + 220 = 466 (100%)
R 103 of 466 ~ 22.1%
G 143 of 466 ~ 30.69%
B 220 of 466 ~ 47.21%

%22.1
%30.69
%47.21

CMYK color model

#678FDC color CMYK value is (53,35,0,14).

  • cyan value is 53.18%
  • magenta value is 35.00%
  • yellow value is 0.00%
  • key color value is 13.73%
CMYK:
(53,35,0,14)
C53M35Y0K14 
(53%,35%,0%,14%)
(0.53/0.35/0.00/0.14)	

CMYK percentages

%53.18
%35
%0
%13.73

Codes

Color #678FDC in popluar color models

678FDC
RGB103143220
HSL219°62.57%63.33%
HSB/HSV219°53.18%86.27%
CMYK53.18%35.00%0.00%
13.73%

Color #678FDC in popluar number systems.

HEX678FDC
Decimal103143220
Binary11001111000111111011100
Octal147217334

Shades and tints

Shades of #678FDC

#678FDC
(103,143,220)
#5E82C8
(94,130,200)
#5575B4
(85,117,180)
#4C68A0
(76,104,160)
#435B8C
(67,91,140)
#3A4E78
(58,78,120)
#314164
(49,65,100)
#283450
(40,52,80)
#1F273C
(31,39,60)
#161A28
(22,26,40)
#0D0D14
(13,13,20)
#000000
(0,0,0)

Tints of #678FDC

#678FDC
(103,143,220)
#7499DF
(116,153,223)
#81A3E2
(129,163,226)
#8EADE5
(142,173,229)
#9BB7E8
(155,183,232)
#A8C1EB
(168,193,235)
#B5CBEE
(181,203,238)
#C2D5F1
(194,213,241)
#CFDFF4
(207,223,244)
#DCE9F7
(220,233,247)
#E9F3FA
(233,243,250)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #678FDC color. Also use rgb(103,143,220) instead hex code.

Text Font Color

.myTextColor { color: #678FDC; }

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

This text font color is #678FDC.


Background Color

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

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

This div background color is #678FDC.


Border color

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

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

This div border color is #678FDC.


Opacity

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

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

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

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

This text has shadow with #678FDC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #678FDC on black background.


Color preview on white background

This text has color #678FDC on white background.



Black color preview on #678FDC background

This text has black color on #678FDC background.


White color preview on #678FDC background

This text has white color on #678FDC background.