COLOR #679FC6

HEX: #679FC6 RGB: (103,159,198)

Color info

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

RGB color model

#679FC6 color RGB value is (103,159,198).

RGB: (103,159,198) (40%, 62%, 78%)

RGB channels and saturation

R 103 of 255 = 40%
G 159 of 255 = 62%
B 198 of 255 = 78%

103
159
198

R + G + B ~ 60%. #679FC6 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B = 103 + 159 + 198 = 460 (100%)
R 103 of 460 ~ 22.39%
G 159 of 460 ~ 34.57%
B 198 of 460 ~ 43.04'%

%22.39
%34.57
%43.04

CMYK color model

#679FC6 color CMYK value is (48,20,0,22).

  • cyan value is 47.98%
  • magenta value is 19.70%
  • yellow value is 0.00%
  • key color value is 22.35%
CMYK: (48,20,0,22) C48M20Y0K22 (48%,20%,0%,22%) (0.48/0.20/0.00/0.22) 

CMYK percentages

%47.98
%19.7
%0
%22.35

Codes

Color #679FC6 in popluar color models

67 9F C6
RGB 103 159 198
HSL 205° 45.45% 59.02%
HSB/HSV 205° 47.98% 77.65%
CMYK 47.98% 19.70% 0.00%
22.35%

Color #679FC6 in popluar number systems.

HEX 67 9F C6
Decimal 103 159 198
Binary 1100111 10011111 11000110
Octal 147 237 306

Shades and tints

Shades of #679FC6

#679FC6
(103,159,198)
#5E91B4
(94,145,180)
#5583A2
(85,131,162)
#4C7590
(76,117,144)
#43677E
(67,103,126)
#3A596C
(58,89,108)
#314B5A
(49,75,90)
#283D48
(40,61,72)
#1F2F36
(31,47,54)
#162124
(22,33,36)
#0D1312
(13,19,18)
#000000
(0,0,0)

Tints of #679FC6

#679FC6
(103,159,198)
#74A7CB
(116,167,203)
#81AFD0
(129,175,208)
#8EB7D5
(142,183,213)
#9BBFDA
(155,191,218)
#A8C7DF
(168,199,223)
#B5CFE4
(181,207,228)
#C2D7E9
(194,215,233)
#CFDFEE
(207,223,238)
#DCE7F3
(220,231,243)
#E9EFF8
(233,239,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #679FC6; }

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

This text font color is #679FC6.

Background Color

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

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

This div background color is #679FC6.

Border color

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

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

This div border color is #679FC6.

Opacity

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

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

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

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

This text has shadow with #679FC6 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #679FC6.

Preview

Color preview on black background

This text has color #679FC6 on black background.


Color preview on white background

This text has color #679FC6 on white background.


Black color preview on #679FC6 background

This text has black color on #679FC6 background.


White color preview on #679FC6 background

This text has white color on #679FC6 background.


Related colors

Complementary color

Complementary color for #hex is #986039.


I love getcolorcode.com

Triadic colors

1 #C6679F and #9FC667 with #679FC6 are triadic colors.

2 #C69F67 and #9F67C6 with #679FC6 are triadic colors.