COLOR #679EBF

HEX: #679EBF
RGB: (103,158,191)

Color info

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

RGB color model

#679EBF color RGB value is (103,158,191).

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

RGB channels and saturation

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

103
158
191

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

Portions of RGB colors in percentages

R + G + B =
103 + 158 + 191 = 452 (100%)
R 103 of 452 ~ 22.79%
G 158 of 452 ~ 34.96%
B 191 of 452 ~ 42.26%

%22.79
%34.96
%42.26

CMYK color model

#679EBF color CMYK value is (46,17,0,25).

  • cyan value is 46.07%
  • magenta value is 17.28%
  • yellow value is 0.00%
  • key color value is 25.10%
CMYK:
(46,17,0,25)
C46M17Y0K25 
(46%,17%,0%,25%)
(0.46/0.17/0.00/0.25)	

CMYK percentages

%46.07
%17.28
%0
%25.1

Codes

Color #679EBF in popluar color models

679EBF
RGB103158191
HSL203°40.74%57.65%
HSB/HSV203°46.07%74.90%
CMYK46.07%17.28%0.00%
25.10%

Color #679EBF in popluar number systems.

HEX679EBF
Decimal103158191
Binary11001111001111010111111
Octal147236277

Shades and tints

Shades of #679EBF

#679EBF
(103,158,191)
#5E90AE
(94,144,174)
#55829D
(85,130,157)
#4C748C
(76,116,140)
#43667B
(67,102,123)
#3A586A
(58,88,106)
#314A59
(49,74,89)
#283C48
(40,60,72)
#1F2E37
(31,46,55)
#162026
(22,32,38)
#0D1215
(13,18,21)
#000000
(0,0,0)

Tints of #679EBF

#679EBF
(103,158,191)
#74A6C4
(116,166,196)
#81AEC9
(129,174,201)
#8EB6CE
(142,182,206)
#9BBED3
(155,190,211)
#A8C6D8
(168,198,216)
#B5CEDD
(181,206,221)
#C2D6E2
(194,214,226)
#CFDEE7
(207,222,231)
#DCE6EC
(220,230,236)
#E9EEF1
(233,238,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #679EBF; }

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

This text font color is #679EBF.


Background Color

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

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

This div background color is #679EBF.


Border color

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

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

This div border color is #679EBF.


Opacity

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

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

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

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

This text has shadow with #679EBF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #679EBF on black background.


Color preview on white background

This text has color #679EBF on white background.



Black color preview on #679EBF background

This text has black color on #679EBF background.


White color preview on #679EBF background

This text has white color on #679EBF background.