COLOR #679BAE

HEX: #679BAE RGB: (103,155,174)

Color info

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

RGB color model

#679BAE color RGB value is (103,155,174).

RGB: (103,155,174) (40%, 61%, 68%)

RGB channels and saturation

R 103 of 255 = 40%
G 155 of 255 = 61%
B 174 of 255 = 68%

103
155
174

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

Portions of RGB colors in percentages

R + G + B = 103 + 155 + 174 = 432 (100%)
R 103 of 432 ~ 23.84%
G 155 of 432 ~ 35.88%
B 174 of 432 ~ 40.28'%

%23.84
%35.88
%40.28

CMYK color model

#679BAE color CMYK value is (41,11,0,32).

  • cyan value is 40.80%
  • magenta value is 10.92%
  • yellow value is 0.00%
  • key color value is 31.76%
CMYK: (41,11,0,32) C41M11Y0K32 (41%,11%,0%,32%) (0.41/0.11/0.00/0.32) 

CMYK percentages

%40.8
%10.92
%0
%31.76

Codes

Color #679BAE in popluar color models

67 9B AE
RGB 103 155 174
HSL 196° 30.47% 54.31%
HSB/HSV 196° 40.80% 68.24%
CMYK 40.80% 10.92% 0.00%
31.76%

Color #679BAE in popluar number systems.

HEX 67 9B AE
Decimal 103 155 174
Binary 1100111 10011011 10101110
Octal 147 233 256

Shades and tints

Shades of #679BAE

#679BAE
(103,155,174)
#5E8D9F
(94,141,159)
#557F90
(85,127,144)
#4C7181
(76,113,129)
#436372
(67,99,114)
#3A5563
(58,85,99)
#314754
(49,71,84)
#283945
(40,57,69)
#1F2B36
(31,43,54)
#161D27
(22,29,39)
#0D0F18
(13,15,24)
#000000
(0,0,0)

Tints of #679BAE

#679BAE
(103,155,174)
#74A4B5
(116,164,181)
#81ADBC
(129,173,188)
#8EB6C3
(142,182,195)
#9BBFCA
(155,191,202)
#A8C8D1
(168,200,209)
#B5D1D8
(181,209,216)
#C2DADF
(194,218,223)
#CFE3E6
(207,227,230)
#DCECED
(220,236,237)
#E9F5F4
(233,245,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #679BAE; }

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

This text font color is #679BAE.

Background Color

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

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

This div background color is #679BAE.

Border color

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

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

This div border color is #679BAE.

Opacity

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

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

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

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

This text has shadow with #679BAE color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #679BAE.

Preview

Color preview on black background

This text has color #679BAE on black background.


Color preview on white background

This text has color #679BAE on white background.


Black color preview on #679BAE background

This text has black color on #679BAE background.


White color preview on #679BAE background

This text has white color on #679BAE background.


Related colors

Complementary color

Complementary color for #hex is #986451.


I love getcolorcode.com

Triadic colors

1 #AE679B and #9BAE67 with #679BAE are triadic colors.

2 #AE9B67 and #9B67AE with #679BAE are triadic colors.