COLOR #678DF2

HEX: #678DF2
RGB: (103,141,242)

Color info

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

RGB color model

#678DF2 color RGB value is (103,141,242).

  • red value is 103;
  • green value is 141;
  • blue value is 242.
RGB:
(103,141,242)
(40%,55%,95%)

RGB channels and saturation

R 103 of 255 = 40%
G 141 of 255 = 55%
B 242 of 255 = 95%

103
141
242

R + G + B ~ 63%. #678DF2 is quite light color.

Portions of RGB colors in percentages

R + G + B =
103 + 141 + 242 = 486 (100%)
R 103 of 486 ~ 21.19%
G 141 of 486 ~ 29.01%
B 242 of 486 ~ 49.79%

%21.19
%29.01
%49.79

CMYK color model

#678DF2 color CMYK value is (57,42,0,5).

  • cyan value is 57.44%
  • magenta value is 41.74%
  • yellow value is 0.00%
  • key color value is 5.10%
CMYK:
(57,42,0,5)
C57M42Y0K5 
(57%,42%,0%,5%)
(0.57/0.42/0.00/0.05)	

CMYK percentages

%57.44
%41.74
%0
%5.1

Codes

Color #678DF2 in popluar color models

678DF2
RGB103141242
HSL224°84.24%67.65%
HSB/HSV224°57.44%94.90%
CMYK57.44%41.74%0.00%
5.10%

Color #678DF2 in popluar number systems.

HEX678DF2
Decimal103141242
Binary11001111000110111110010
Octal147215362

Shades and tints

Shades of #678DF2

#678DF2
(103,141,242)
#5E81DC
(94,129,220)
#5575C6
(85,117,198)
#4C69B0
(76,105,176)
#435D9A
(67,93,154)
#3A5184
(58,81,132)
#31456E
(49,69,110)
#283958
(40,57,88)
#1F2D42
(31,45,66)
#16212C
(22,33,44)
#0D1516
(13,21,22)
#000000
(0,0,0)

Tints of #678DF2

#678DF2
(103,141,242)
#7497F3
(116,151,243)
#81A1F4
(129,161,244)
#8EABF5
(142,171,245)
#9BB5F6
(155,181,246)
#A8BFF7
(168,191,247)
#B5C9F8
(181,201,248)
#C2D3F9
(194,211,249)
#CFDDFA
(207,221,250)
#DCE7FB
(220,231,251)
#E9F1FC
(233,241,252)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #678DF2 color. Also use rgb(103,141,242) instead hex code.

Text Font Color

.myTextColor { color: #678DF2; }

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

This text font color is #678DF2.


Background Color

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

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

This div background color is #678DF2.


Border color

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

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

This div border color is #678DF2.


Opacity

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

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

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

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

This text has shadow with #678DF2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #678DF2 on black background.


Color preview on white background

This text has color #678DF2 on white background.



Black color preview on #678DF2 background

This text has black color on #678DF2 background.


White color preview on #678DF2 background

This text has white color on #678DF2 background.