COLOR #679DBF

HEX: #679DBF
RGB: (103,157,191)

Color info

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

RGB color model

#679DBF color RGB value is (103,157,191).

  • red value is 103;
  • green value is 157;
  • blue value is 191.
RGB:
(103,157,191)
(40%,62%,75%)

RGB channels and saturation

R 103 of 255 = 40%
G 157 of 255 = 62%
B 191 of 255 = 75%

103
157
191

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

Portions of RGB colors in percentages

R + G + B =
103 + 157 + 191 = 451 (100%)
R 103 of 451 ~ 22.84%
G 157 of 451 ~ 34.81%
B 191 of 451 ~ 42.35%

%22.84
%34.81
%42.35

CMYK color model

#679DBF color CMYK value is (46,18,0,25).

  • cyan value is 46.07%
  • magenta value is 17.80%
  • yellow value is 0.00%
  • key color value is 25.10%
CMYK:
(46,18,0,25)
C46M18Y0K25 
(46%,18%,0%,25%)
(0.46/0.18/0.00/0.25)	

CMYK percentages

%46.07
%17.8
%0
%25.1

Codes

Color #679DBF in popluar color models

679DBF
RGB103157191
HSL203°40.74%57.65%
HSB/HSV203°46.07%74.90%
CMYK46.07%17.80%0.00%
25.10%

Color #679DBF in popluar number systems.

HEX679DBF
Decimal103157191
Binary11001111001110110111111
Octal147235277

Shades and tints

Shades of #679DBF

#679DBF
(103,157,191)
#5E8FAE
(94,143,174)
#55819D
(85,129,157)
#4C738C
(76,115,140)
#43657B
(67,101,123)
#3A576A
(58,87,106)
#314959
(49,73,89)
#283B48
(40,59,72)
#1F2D37
(31,45,55)
#161F26
(22,31,38)
#0D1115
(13,17,21)
#000000
(0,0,0)

Tints of #679DBF

#679DBF
(103,157,191)
#74A5C4
(116,165,196)
#81ADC9
(129,173,201)
#8EB5CE
(142,181,206)
#9BBDD3
(155,189,211)
#A8C5D8
(168,197,216)
#B5CDDD
(181,205,221)
#C2D5E2
(194,213,226)
#CFDDE7
(207,221,231)
#DCE5EC
(220,229,236)
#E9EDF1
(233,237,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #679DBF color. Also use rgb(103,157,191) instead hex code.

Text Font Color

.myTextColor { color: #679DBF; }

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

This text font color is #679DBF.


Background Color

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

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

This div background color is #679DBF.


Border color

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

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

This div border color is #679DBF.


Opacity

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

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

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

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

This text has shadow with #679DBF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #679DBF on black background.


Color preview on white background

This text has color #679DBF on white background.



Black color preview on #679DBF background

This text has black color on #679DBF background.


White color preview on #679DBF background

This text has white color on #679DBF background.