COLOR #679FD8

HEX: #679FD8 RGB: (103,159,216)

Color info

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

RGB color model

#679FD8 color RGB value is (103,159,216).

RGB: (103,159,216) (40%, 62%, 85%)

RGB channels and saturation

R 103 of 255 = 40%
G 159 of 255 = 62%
B 216 of 255 = 85%

103
159
216

R + G + B ~ 62%. #679FD8 is quite light color.

Portions of RGB colors in percentages

R + G + B = 103 + 159 + 216 = 478 (100%)
R 103 of 478 ~ 21.55%
G 159 of 478 ~ 33.26%
B 216 of 478 ~ 45.19'%

%21.55
%33.26
%45.19

CMYK color model

#679FD8 color CMYK value is (52,26,0,15).

  • cyan value is 52.31%
  • magenta value is 26.39%
  • yellow value is 0.00%
  • key color value is 15.29%

CMYK: (52,26,0,15)
C52M26Y0K15 (52%, 26%, 0%, 15%)
(0.52 / 0.26 / 0.00 / 0.15)

CMYK percentages

%52.31
%26.39
%0
%15.29

Codes

Color #679FD8 in popluar color models

67 9F D8
RGB 103 159 216
HSL 210° 59.16% 62.55%
HSB/HSV 210° 52.31% 84.71%
CMYK 52.31% 26.39% 0.00%
15.29%

Color #679FD8 in popluar number systems.

HEX 67 9F D8
Decimal 103 159 216
Binary 1100111 10011111 11011000
Octal 147 237 330

Shades and tints

Shades of #679FD8

#679FD8
(103,159,216)
#5E91C5
(94,145,197)
#5583B2
(85,131,178)
#4C759F
(76,117,159)
#43678C
(67,103,140)
#3A5979
(58,89,121)
#314B66
(49,75,102)
#283D53
(40,61,83)
#1F2F40
(31,47,64)
#16212D
(22,33,45)
#0D131A
(13,19,26)
#000000
(0,0,0)

Tints of #679FD8

#679FD8
(103,159,216)
#74A7DB
(116,167,219)
#81AFDE
(129,175,222)
#8EB7E1
(142,183,225)
#9BBFE4
(155,191,228)
#A8C7E7
(168,199,231)
#B5CFEA
(181,207,234)
#C2D7ED
(194,215,237)
#CFDFF0
(207,223,240)
#DCE7F3
(220,231,243)
#E9EFF6
(233,239,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #679FD8; }

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

This text font color is #679FD8.

Background Color

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

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

This div background color is #679FD8.

Border color

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

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

This div border color is #679FD8.

Opacity

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

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

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

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

This text has shadow with #679FD8 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #679FD8.

Preview

Color preview on black background

This text has color #679FD8 on black background.


Color preview on white background

This text has color #679FD8 on white background.


Black color preview on #679FD8 background

This text has black color on #679FD8 background.


White color preview on #679FD8 background

This text has white color on #679FD8 background.


Related colors

Complementary color

Complementary color for #hex is #986027.


I love getcolorcode.com

Triadic colors

1 #D8679F and #9FD867 with #679FD8 are triadic colors.

2 #D89F67 and #9F67D8 with #679FD8 are triadic colors.