COLOR #679ABD

HEX: #679ABD
RGB: (103,154,189)

Color info

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

RGB color model

#679ABD color RGB value is (103,154,189).

  • red value is 103;
  • green value is 154;
  • blue value is 189.
RGB:
(103,154,189)
(40%,60%,74%)

RGB channels and saturation

R 103 of 255 = 40%
G 154 of 255 = 60%
B 189 of 255 = 74%

103
154
189

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

Portions of RGB colors in percentages

R + G + B =
103 + 154 + 189 = 446 (100%)
R 103 of 446 ~ 23.09%
G 154 of 446 ~ 34.53%
B 189 of 446 ~ 42.38%

%23.09
%34.53
%42.38

CMYK color model

#679ABD color CMYK value is (46,19,0,26).

  • cyan value is 45.50%
  • magenta value is 18.52%
  • yellow value is 0.00%
  • key color value is 25.88%
CMYK:
(46,19,0,26)
C46M19Y0K26 
(46%,19%,0%,26%)
(0.46/0.19/0.00/0.26)	

CMYK percentages

%45.5
%18.52
%0
%25.88

Codes

Color #679ABD in popluar color models

679ABD
RGB103154189
HSL204°39.45%57.25%
HSB/HSV204°45.50%74.12%
CMYK45.50%18.52%0.00%
25.88%

Color #679ABD in popluar number systems.

HEX679ABD
Decimal103154189
Binary11001111001101010111101
Octal147232275

Shades and tints

Shades of #679ABD

#679ABD
(103,154,189)
#5E8CAC
(94,140,172)
#557E9B
(85,126,155)
#4C708A
(76,112,138)
#436279
(67,98,121)
#3A5468
(58,84,104)
#314657
(49,70,87)
#283846
(40,56,70)
#1F2A35
(31,42,53)
#161C24
(22,28,36)
#0D0E13
(13,14,19)
#000000
(0,0,0)

Tints of #679ABD

#679ABD
(103,154,189)
#74A3C3
(116,163,195)
#81ACC9
(129,172,201)
#8EB5CF
(142,181,207)
#9BBED5
(155,190,213)
#A8C7DB
(168,199,219)
#B5D0E1
(181,208,225)
#C2D9E7
(194,217,231)
#CFE2ED
(207,226,237)
#DCEBF3
(220,235,243)
#E9F4F9
(233,244,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #679ABD color. Also use rgb(103,154,189) instead hex code.

Text Font Color

.myTextColor { color: #679ABD; }

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

This text font color is #679ABD.


Background Color

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

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

This div background color is #679ABD.


Border color

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

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

This div border color is #679ABD.


Opacity

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

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

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

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

This text has shadow with #679ABD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #679ABD on black background.


Color preview on white background

This text has color #679ABD on white background.



Black color preview on #679ABD background

This text has black color on #679ABD background.


White color preview on #679ABD background

This text has white color on #679ABD background.