COLOR #678CF5

HEX: #678CF5
RGB: (103,140,245)

Color info

#678CF5 contains mainly blue color. Web safe color of #678CF5 is #6699FF (or #69F).

RGB color model

#678CF5 color RGB value is (103,140,245).

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

RGB channels and saturation

R 103 of 255 = 40%
G 140 of 255 = 55%
B 245 of 255 = 96%

103
140
245

R + G + B ~ 64%. #678CF5 is quite light color.

Portions of RGB colors in percentages

R + G + B =
103 + 140 + 245 = 488 (100%)
R 103 of 488 ~ 21.11%
G 140 of 488 ~ 28.69%
B 245 of 488 ~ 50.2%

%21.11
%28.69
%50.2

CMYK color model

#678CF5 color CMYK value is (58,43,0,4).

  • cyan value is 57.96%
  • magenta value is 42.86%
  • yellow value is 0.00%
  • key color value is 3.92%
CMYK:
(58,43,0,4)
C58M43Y0K4 
(58%,43%,0%,4%)
(0.58/0.43/0.00/0.04)	

CMYK percentages

%57.96
%42.86
%0
%3.92

Codes

Color #678CF5 in popluar color models

678CF5
RGB103140245
HSL224°87.65%68.24%
HSB/HSV224°57.96%96.08%
CMYK57.96%42.86%0.00%
3.92%

Color #678CF5 in popluar number systems.

HEX678CF5
Decimal103140245
Binary11001111000110011110101
Octal147214365

Shades and tints

Shades of #678CF5

#678CF5
(103,140,245)
#5E80DF
(94,128,223)
#5574C9
(85,116,201)
#4C68B3
(76,104,179)
#435C9D
(67,92,157)
#3A5087
(58,80,135)
#314471
(49,68,113)
#28385B
(40,56,91)
#1F2C45
(31,44,69)
#16202F
(22,32,47)
#0D1419
(13,20,25)
#000000
(0,0,0)

Tints of #678CF5

#678CF5
(103,140,245)
#7496F5
(116,150,245)
#81A0F5
(129,160,245)
#8EAAF5
(142,170,245)
#9BB4F5
(155,180,245)
#A8BEF5
(168,190,245)
#B5C8F5
(181,200,245)
#C2D2F5
(194,210,245)
#CFDCF5
(207,220,245)
#DCE6F5
(220,230,245)
#E9F0F5
(233,240,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #678CF5; }

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

This text font color is #678CF5.


Background Color

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

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

This div background color is #678CF5.


Border color

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

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

This div border color is #678CF5.


Opacity

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

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

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

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

This text has shadow with #678CF5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #678CF5 on black background.


Color preview on white background

This text has color #678CF5 on white background.



Black color preview on #678CF5 background

This text has black color on #678CF5 background.


White color preview on #678CF5 background

This text has white color on #678CF5 background.