COLOR #678FC4

HEX: #678FC4
RGB: (103,143,196)

Color info

#678FC4 contains mainly green and blue colors. Web safe color of #678FC4 is #6699CC (or #69C).

RGB color model

#678FC4 color RGB value is (103,143,196).

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

RGB channels and saturation

R 103 of 255 = 40%
G 143 of 255 = 56%
B 196 of 255 = 77%

103
143
196

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

Portions of RGB colors in percentages

R + G + B =
103 + 143 + 196 = 442 (100%)
R 103 of 442 ~ 23.3%
G 143 of 442 ~ 32.35%
B 196 of 442 ~ 44.34%

%23.3
%32.35
%44.34

CMYK color model

#678FC4 color CMYK value is (47,27,0,23).

  • cyan value is 47.45%
  • magenta value is 27.04%
  • yellow value is 0.00%
  • key color value is 23.14%
CMYK:
(47,27,0,23)
C47M27Y0K23 
(47%,27%,0%,23%)
(0.47/0.27/0.00/0.23)	

CMYK percentages

%47.45
%27.04
%0
%23.14

Codes

Color #678FC4 in popluar color models

678FC4
RGB103143196
HSL214°44.08%58.63%
HSB/HSV214°47.45%76.86%
CMYK47.45%27.04%0.00%
23.14%

Color #678FC4 in popluar number systems.

HEX678FC4
Decimal103143196
Binary11001111000111111000100
Octal147217304

Shades and tints

Shades of #678FC4

#678FC4
(103,143,196)
#5E82B3
(94,130,179)
#5575A2
(85,117,162)
#4C6891
(76,104,145)
#435B80
(67,91,128)
#3A4E6F
(58,78,111)
#31415E
(49,65,94)
#28344D
(40,52,77)
#1F273C
(31,39,60)
#161A2B
(22,26,43)
#0D0D1A
(13,13,26)
#000000
(0,0,0)

Tints of #678FC4

#678FC4
(103,143,196)
#7499C9
(116,153,201)
#81A3CE
(129,163,206)
#8EADD3
(142,173,211)
#9BB7D8
(155,183,216)
#A8C1DD
(168,193,221)
#B5CBE2
(181,203,226)
#C2D5E7
(194,213,231)
#CFDFEC
(207,223,236)
#DCE9F1
(220,233,241)
#E9F3F6
(233,243,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #678FC4; }

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

This text font color is #678FC4.


Background Color

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

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

This div background color is #678FC4.


Border color

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

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

This div border color is #678FC4.


Opacity

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

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

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

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

This text has shadow with #678FC4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #678FC4 on black background.


Color preview on white background

This text has color #678FC4 on white background.



Black color preview on #678FC4 background

This text has black color on #678FC4 background.


White color preview on #678FC4 background

This text has white color on #678FC4 background.