COLOR #679ED2

HEX: #679ED2 RGB: (103,158,210)

Color info

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

RGB color model

#679ED2 color RGB value is (103,158,210).

RGB: (103,158,210) (40%, 62%, 82%)

RGB channels and saturation

R 103 of 255 = 40%
G 158 of 255 = 62%
B 210 of 255 = 82%

103
158
210

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

Portions of RGB colors in percentages

R + G + B = 103 + 158 + 210 = 471 (100%)
R 103 of 471 ~ 21.87%
G 158 of 471 ~ 33.55%
B 210 of 471 ~ 44.59'%

%21.87
%33.55
%44.59

CMYK color model

#679ED2 color CMYK value is (51,25,0,18).

  • cyan value is 50.95%
  • magenta value is 24.76%
  • yellow value is 0.00%
  • key color value is 17.65%

CMYK: (51,25,0,18)
C51M25Y0K18 (51%, 25%, 0%, 18%)
(0.51 / 0.25 / 0.00 / 0.18)

CMYK percentages

%50.95
%24.76
%0
%17.65

Codes

Color #679ED2 in popluar color models

67 9E D2
RGB 103 158 210
HSL 209° 54.31% 61.37%
HSB/HSV 209° 50.95% 82.35%
CMYK 50.95% 24.76% 0.00%
17.65%

Color #679ED2 in popluar number systems.

HEX 67 9E D2
Decimal 103 158 210
Binary 1100111 10011110 11010010
Octal 147 236 322

Shades and tints

Shades of #679ED2

#679ED2
(103,158,210)
#5E90BF
(94,144,191)
#5582AC
(85,130,172)
#4C7499
(76,116,153)
#436686
(67,102,134)
#3A5873
(58,88,115)
#314A60
(49,74,96)
#283C4D
(40,60,77)
#1F2E3A
(31,46,58)
#162027
(22,32,39)
#0D1214
(13,18,20)
#000000
(0,0,0)

Tints of #679ED2

#679ED2
(103,158,210)
#74A6D6
(116,166,214)
#81AEDA
(129,174,218)
#8EB6DE
(142,182,222)
#9BBEE2
(155,190,226)
#A8C6E6
(168,198,230)
#B5CEEA
(181,206,234)
#C2D6EE
(194,214,238)
#CFDEF2
(207,222,242)
#DCE6F6
(220,230,246)
#E9EEFA
(233,238,250)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #679ED2 color. Also use rgb(103,158,210) instead hex code.

Text Font Color

.myTextColor { color: #679ED2; }

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

This text font color is #679ED2.

Background Color

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

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

This div background color is #679ED2.

Border color

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

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

This div border color is #679ED2.

Opacity

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

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

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

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

This text has shadow with #679ED2 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #679ED2.

Preview

Color preview on black background

This text has color #679ED2 on black background.


Color preview on white background

This text has color #679ED2 on white background.


Black color preview on #679ED2 background

This text has black color on #679ED2 background.


White color preview on #679ED2 background

This text has white color on #679ED2 background.


Related colors

Complementary color

Complementary color for #hex is #98612D.


I love getcolorcode.com

Triadic colors

1 #D2679E and #9ED267 with #679ED2 are triadic colors.

2 #D29E67 and #9E67D2 with #679ED2 are triadic colors.