COLOR #679FCC

HEX: #679FCC
RGB: (103,159,204)

Color info

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

RGB color model

#679FCC color RGB value is (103,159,204).

  • red value is 103;
  • green value is 159;
  • blue value is 204.
RGB:
(103,159,204)
(40%,62%,80%)

RGB channels and saturation

R 103 of 255 = 40%
G 159 of 255 = 62%
B 204 of 255 = 80%

103
159
204

R + G + B ~ 61%. #679FCC is quite light color.

Portions of RGB colors in percentages

R + G + B =
103 + 159 + 204 = 466 (100%)
R 103 of 466 ~ 22.1%
G 159 of 466 ~ 34.12%
B 204 of 466 ~ 43.78%

%22.1
%34.12
%43.78

CMYK color model

#679FCC color CMYK value is (50,22,0,20).

  • cyan value is 49.51%
  • magenta value is 22.06%
  • yellow value is 0.00%
  • key color value is 20.00%
CMYK:
(50,22,0,20)
C50M22Y0K20 
(50%,22%,0%,20%)
(0.50/0.22/0.00/0.20)	

CMYK percentages

%49.51
%22.06
%0
%20

Codes

Color #679FCC in popluar color models

679FCC
RGB103159204
HSL207°49.75%60.20%
HSB/HSV207°49.51%80.00%
CMYK49.51%22.06%0.00%
20.00%

Color #679FCC in popluar number systems.

HEX679FCC
Decimal103159204
Binary11001111001111111001100
Octal147237314

Shades and tints

Shades of #679FCC

#679FCC
(103,159,204)
#5E91BA
(94,145,186)
#5583A8
(85,131,168)
#4C7596
(76,117,150)
#436784
(67,103,132)
#3A5972
(58,89,114)
#314B60
(49,75,96)
#283D4E
(40,61,78)
#1F2F3C
(31,47,60)
#16212A
(22,33,42)
#0D1318
(13,19,24)
#000000
(0,0,0)

Tints of #679FCC

#679FCC
(103,159,204)
#74A7D0
(116,167,208)
#81AFD4
(129,175,212)
#8EB7D8
(142,183,216)
#9BBFDC
(155,191,220)
#A8C7E0
(168,199,224)
#B5CFE4
(181,207,228)
#C2D7E8
(194,215,232)
#CFDFEC
(207,223,236)
#DCE7F0
(220,231,240)
#E9EFF4
(233,239,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #679FCC color. Also use rgb(103,159,204) instead hex code.

Text Font Color

.myTextColor { color: #679FCC; }

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

This text font color is #679FCC.


Background Color

.myBgColor { background-color: #679FCC; }

<div style="background-color:#679FCC">Inner text</div>

This div background color is #679FCC.


Border color

.myBorderColor { border: 1px solid #679FCC; }

<div style="border:3px solid #679FCC">Div</div>

This div border color is #679FCC.


Opacity

.myOpacity80 { color: #679FCC; opacity: 0.8; }

<p style="color:#679FCC;opacity:0.8;">80%</p>

Text with #679FCC 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 #679FCC;}

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

This text has shadow with #679FCC color.

.textShadow {text-shadow: 3px 3px 1px #679FCC, 3px 3px 1px red;}

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

This text has shadow with #679FCC primary color and red secondary color.


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

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

This text has shadow with #679FCC and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #679FCC on black background.


Color preview on white background

This text has color #679FCC on white background.



Black color preview on #679FCC background

This text has black color on #679FCC background.


White color preview on #679FCC background

This text has white color on #679FCC background.