COLOR #679BA0

HEX: #679BA0 RGB: (103,155,160)

Color info

#679BA0 contains red, green and blue colors in about the same proportion. Web safe color of #679BA0 is #669999 (or #699).

RGB color model

#679BA0 color RGB value is (103,155,160).

RGB: (103,155,160) (40%, 61%, 63%)

RGB channels and saturation

R 103 of 255 = 40%
G 155 of 255 = 61%
B 160 of 255 = 63%

103
155
160

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

Portions of RGB colors in percentages

R + G + B = 103 + 155 + 160 = 418 (100%)
R 103 of 418 ~ 24.64%
G 155 of 418 ~ 37.08%
B 160 of 418 ~ 38.28'%

%24.64
%37.08
%38.28

CMYK color model

#679BA0 color CMYK value is (36,3,0,37).

  • cyan value is 35.63%
  • magenta value is 3.13%
  • yellow value is 0.00%
  • key color value is 37.25%

CMYK: (36,3,0,37)
C36M3Y0K37 (36%, 3%, 0%, 37%)
(0.36 / 0.03 / 0.00 / 0.37)

CMYK percentages

%35.63
%3.13
%0
%37.25

Codes

Color #679BA0 in popluar color models

67 9B A0
RGB 103 155 160
HSL 185° 23.08% 51.57%
HSB/HSV 185° 35.63% 62.75%
CMYK 35.63% 3.13% 0.00%
37.25%

Color #679BA0 in popluar number systems.

HEX 67 9B A0
Decimal 103 155 160
Binary 1100111 10011011 10100000
Octal 147 233 240

Shades and tints

Shades of #679BA0

#679BA0
(103,155,160)
#5E8D92
(94,141,146)
#557F84
(85,127,132)
#4C7176
(76,113,118)
#436368
(67,99,104)
#3A555A
(58,85,90)
#31474C
(49,71,76)
#28393E
(40,57,62)
#1F2B30
(31,43,48)
#161D22
(22,29,34)
#0D0F14
(13,15,20)
#000000
(0,0,0)

Tints of #679BA0

#679BA0
(103,155,160)
#74A4A8
(116,164,168)
#81ADB0
(129,173,176)
#8EB6B8
(142,182,184)
#9BBFC0
(155,191,192)
#A8C8C8
(168,200,200)
#B5D1D0
(181,209,208)
#C2DAD8
(194,218,216)
#CFE3E0
(207,227,224)
#DCECE8
(220,236,232)
#E9F5F0
(233,245,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #679BA0 color. Also use rgb(103,155,160) instead hex code.

Text Font Color

.myTextColor { color: #679BA0; }

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

This text font color is #679BA0.

Background Color

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

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

This div background color is #679BA0.

Border color

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

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

This div border color is #679BA0.

Opacity

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

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

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

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

This text has shadow with #679BA0 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #679BA0.

Preview

Color preview on black background

This text has color #679BA0 on black background.


Color preview on white background

This text has color #679BA0 on white background.


Black color preview on #679BA0 background

This text has black color on #679BA0 background.


White color preview on #679BA0 background

This text has white color on #679BA0 background.


Related colors

Complementary color

Complementary color for #hex is #98645F.


I love getcolorcode.com

Triadic colors

1 #A0679B and #9BA067 with #679BA0 are triadic colors.

2 #A09B67 and #9B67A0 with #679BA0 are triadic colors.