COLOR #679991

HEX: #679991
RGB: (103,153,145)

Color info

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

RGB color model

#679991 color RGB value is (103,153,145).

  • red value is 103;
  • green value is 153;
  • blue value is 145.
RGB:
(103,153,145)
(40%,60%,57%)

RGB channels and saturation

R 103 of 255 = 40%
G 153 of 255 = 60%
B 145 of 255 = 57%

103
153
145

R + G + B ~ 52%. #679991 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
103 + 153 + 145 = 401 (100%)
R 103 of 401 ~ 25.69%
G 153 of 401 ~ 38.15%
B 145 of 401 ~ 36.16%

%25.69
%38.15
%36.16

CMYK color model

#679991 color CMYK value is (33,0,5,40).

  • cyan value is 32.68%
  • magenta value is 0.00%
  • yellow value is 5.23%
  • key color value is 40.00%
CMYK:
(33,0,5,40)
C33M0Y5K40 
(33%,0%,5%,40%)
(0.33/0.00/0.05/0.40)	

CMYK percentages

%32.68
%0
%5.23
%40

Codes

Color #679991 in popluar color models

679991
RGB103153145
HSL170°19.69%50.20%
HSB/HSV170°32.68%60.00%
CMYK32.68%0.00%5.23%
40.00%

Color #679991 in popluar number systems.

HEX679991
Decimal103153145
Binary11001111001100110010001
Octal147231221

Shades and tints

Shades of #679991

#679991
(103,153,145)
#5E8C84
(94,140,132)
#557F77
(85,127,119)
#4C726A
(76,114,106)
#43655D
(67,101,93)
#3A5850
(58,88,80)
#314B43
(49,75,67)
#283E36
(40,62,54)
#1F3129
(31,49,41)
#16241C
(22,36,28)
#0D170F
(13,23,15)
#000000
(0,0,0)

Tints of #679991

#679991
(103,153,145)
#74A29B
(116,162,155)
#81ABA5
(129,171,165)
#8EB4AF
(142,180,175)
#9BBDB9
(155,189,185)
#A8C6C3
(168,198,195)
#B5CFCD
(181,207,205)
#C2D8D7
(194,216,215)
#CFE1E1
(207,225,225)
#DCEAEB
(220,234,235)
#E9F3F5
(233,243,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #679991 color. Also use rgb(103,153,145) instead hex code.

Text Font Color

.myTextColor { color: #679991; }

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

This text font color is #679991.


Background Color

.myBgColor { background-color: #679991; }

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

This div background color is #679991.


Border color

.myBorderColor { border: 1px solid #679991; }

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

This div border color is #679991.


Opacity

.myOpacity80 { color: #679991; opacity: 0.8; }

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

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

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

This text has shadow with #679991 color.

.textShadow {text-shadow: 3px 3px 1px #679991, 3px 3px 1px red;}

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

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


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

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

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


Div box shadow color

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

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #679991;
-webkit-box-shadow: 1px 1px 3px 2px #679991;
box-shadow:1px 1px 3px 2px #679991;">
Div content here</div>
This div box has shadow with color #679991.

Preview

Color preview on black background

This text has color #679991 on black background.


Color preview on white background

This text has color #679991 on white background.



Black color preview on #679991 background

This text has black color on #679991 background.


White color preview on #679991 background

This text has white color on #679991 background.