COLOR #689FD2

HEX: #689FD2
RGB: (104,159,210)

Color info

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

RGB color model

#689FD2 color RGB value is (104,159,210).

  • red value is 104;
  • green value is 159;
  • blue value is 210.
RGB:
(104,159,210)
(41%,62%,82%)

RGB channels and saturation

R 104 of 255 = 41%
G 159 of 255 = 62%
B 210 of 255 = 82%

104
159
210

R + G + B ~ 62%. #689FD2 is quite light color.

Portions of RGB colors in percentages

R + G + B =
104 + 159 + 210 = 473 (100%)
R 104 of 473 ~ 21.99%
G 159 of 473 ~ 33.62%
B 210 of 473 ~ 44.4%

%21.99
%33.62
%44.4

CMYK color model

#689FD2 color CMYK value is (50,24,0,18).

  • cyan value is 50.48%
  • magenta value is 24.29%
  • yellow value is 0.00%
  • key color value is 17.65%
CMYK:
(50,24,0,18)
C50M24Y0K18 
(50%,24%,0%,18%)
(0.50/0.24/0.00/0.18)	

CMYK percentages

%50.48
%24.29
%0
%17.65

Codes

Color #689FD2 in popluar color models

689FD2
RGB104159210
HSL209°54.08%61.57%
HSB/HSV209°50.48%82.35%
CMYK50.48%24.29%0.00%
17.65%

Color #689FD2 in popluar number systems.

HEX689FD2
Decimal104159210
Binary11010001001111111010010
Octal150237322

Shades and tints

Shades of #689FD2

#689FD2
(104,159,210)
#5F91BF
(95,145,191)
#5683AC
(86,131,172)
#4D7599
(77,117,153)
#446786
(68,103,134)
#3B5973
(59,89,115)
#324B60
(50,75,96)
#293D4D
(41,61,77)
#202F3A
(32,47,58)
#172127
(23,33,39)
#0E1314
(14,19,20)
#000000
(0,0,0)

Tints of #689FD2

#689FD2
(104,159,210)
#75A7D6
(117,167,214)
#82AFDA
(130,175,218)
#8FB7DE
(143,183,222)
#9CBFE2
(156,191,226)
#A9C7E6
(169,199,230)
#B6CFEA
(182,207,234)
#C3D7EE
(195,215,238)
#D0DFF2
(208,223,242)
#DDE7F6
(221,231,246)
#EAEFFA
(234,239,250)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #689FD2 color. Also use rgb(104,159,210) instead hex code.

Text Font Color

.myTextColor { color: #689FD2; }

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

This text font color is #689FD2.


Background Color

.myBgColor { background-color: #689FD2; }

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

This div background color is #689FD2.


Border color

.myBorderColor { border: 1px solid #689FD2; }

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

This div border color is #689FD2.


Opacity

.myOpacity80 { color: #689FD2; opacity: 0.8; }

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

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

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

This text has shadow with #689FD2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #689FD2 on black background.


Color preview on white background

This text has color #689FD2 on white background.



Black color preview on #689FD2 background

This text has black color on #689FD2 background.


White color preview on #689FD2 background

This text has white color on #689FD2 background.