COLOR #678CC1

HEX: #678CC1
RGB: (103,140,193)

Color info

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

RGB color model

#678CC1 color RGB value is (103,140,193).

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

RGB channels and saturation

R 103 of 255 = 40%
G 140 of 255 = 55%
B 193 of 255 = 76%

103
140
193

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

Portions of RGB colors in percentages

R + G + B =
103 + 140 + 193 = 436 (100%)
R 103 of 436 ~ 23.62%
G 140 of 436 ~ 32.11%
B 193 of 436 ~ 44.27%

%23.62
%32.11
%44.27

CMYK color model

#678CC1 color CMYK value is (47,27,0,24).

  • cyan value is 46.63%
  • magenta value is 27.46%
  • yellow value is 0.00%
  • key color value is 24.31%
CMYK:
(47,27,0,24)
C47M27Y0K24 
(47%,27%,0%,24%)
(0.47/0.27/0.00/0.24)	

CMYK percentages

%46.63
%27.46
%0
%24.31

Codes

Color #678CC1 in popluar color models

678CC1
RGB103140193
HSL215°42.06%58.04%
HSB/HSV215°46.63%75.69%
CMYK46.63%27.46%0.00%
24.31%

Color #678CC1 in popluar number systems.

HEX678CC1
Decimal103140193
Binary11001111000110011000001
Octal147214301

Shades and tints

Shades of #678CC1

#678CC1
(103,140,193)
#5E80B0
(94,128,176)
#55749F
(85,116,159)
#4C688E
(76,104,142)
#435C7D
(67,92,125)
#3A506C
(58,80,108)
#31445B
(49,68,91)
#28384A
(40,56,74)
#1F2C39
(31,44,57)
#162028
(22,32,40)
#0D1417
(13,20,23)
#000000
(0,0,0)

Tints of #678CC1

#678CC1
(103,140,193)
#7496C6
(116,150,198)
#81A0CB
(129,160,203)
#8EAAD0
(142,170,208)
#9BB4D5
(155,180,213)
#A8BEDA
(168,190,218)
#B5C8DF
(181,200,223)
#C2D2E4
(194,210,228)
#CFDCE9
(207,220,233)
#DCE6EE
(220,230,238)
#E9F0F3
(233,240,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #678CC1; }

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

This text font color is #678CC1.


Background Color

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

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

This div background color is #678CC1.


Border color

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

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

This div border color is #678CC1.


Opacity

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

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

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

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

This text has shadow with #678CC1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #678CC1 on black background.


Color preview on white background

This text has color #678CC1 on white background.



Black color preview on #678CC1 background

This text has black color on #678CC1 background.


White color preview on #678CC1 background

This text has white color on #678CC1 background.