COLOR #679FA5

HEX: #679FA5 RGB: (103,159,165)

Color info

#679FA5 contains mainly green and blue colors. Web safe color of #679FA5 is #669999 (or #699).

RGB color model

#679FA5 color RGB value is (103,159,165).

RGB: (103,159,165) (40%, 62%, 65%)

RGB channels and saturation

R 103 of 255 = 40%
G 159 of 255 = 62%
B 165 of 255 = 65%

103
159
165

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

Portions of RGB colors in percentages

R + G + B = 103 + 159 + 165 = 427 (100%)
R 103 of 427 ~ 24.12%
G 159 of 427 ~ 37.24%
B 165 of 427 ~ 38.64'%

%24.12
%37.24
%38.64

CMYK color model

#679FA5 color CMYK value is (38,4,0,35).

  • cyan value is 37.58%
  • magenta value is 3.64%
  • yellow value is 0.00%
  • key color value is 35.29%

CMYK: (38,4,0,35)
C38M4Y0K35 (38%, 4%, 0%, 35%)
(0.38 / 0.04 / 0.00 / 0.35)

CMYK percentages

%37.58
%3.64
%0
%35.29

Codes

Color #679FA5 in popluar color models

67 9F A5
RGB 103 159 165
HSL 186° 25.62% 52.55%
HSB/HSV 186° 37.58% 64.71%
CMYK 37.58% 3.64% 0.00%
35.29%

Color #679FA5 in popluar number systems.

HEX 67 9F A5
Decimal 103 159 165
Binary 1100111 10011111 10100101
Octal 147 237 245

Shades and tints

Shades of #679FA5

#679FA5
(103,159,165)
#5E9196
(94,145,150)
#558387
(85,131,135)
#4C7578
(76,117,120)
#436769
(67,103,105)
#3A595A
(58,89,90)
#314B4B
(49,75,75)
#283D3C
(40,61,60)
#1F2F2D
(31,47,45)
#16211E
(22,33,30)
#0D130F
(13,19,15)
#000000
(0,0,0)

Tints of #679FA5

#679FA5
(103,159,165)
#74A7AD
(116,167,173)
#81AFB5
(129,175,181)
#8EB7BD
(142,183,189)
#9BBFC5
(155,191,197)
#A8C7CD
(168,199,205)
#B5CFD5
(181,207,213)
#C2D7DD
(194,215,221)
#CFDFE5
(207,223,229)
#DCE7ED
(220,231,237)
#E9EFF5
(233,239,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #679FA5; }

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

This text font color is #679FA5.

Background Color

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

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

This div background color is #679FA5.

Border color

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

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

This div border color is #679FA5.

Opacity

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

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

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

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

This text has shadow with #679FA5 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #679FA5.

Preview

Color preview on black background

This text has color #679FA5 on black background.


Color preview on white background

This text has color #679FA5 on white background.


Black color preview on #679FA5 background

This text has black color on #679FA5 background.


White color preview on #679FA5 background

This text has white color on #679FA5 background.


Related colors

Complementary color

Complementary color for #hex is #98605A.


I love getcolorcode.com

Triadic colors

1 #A5679F and #9FA567 with #679FA5 are triadic colors.

2 #A59F67 and #9F67A5 with #679FA5 are triadic colors.