COLOR #689BD7

HEX: #689BD7
RGB: (104,155,215)

Color info

#689BD7 contains mainly blue color. Web safe color of #689BD7 is #6699CC (or #69C).

RGB color model

#689BD7 color RGB value is (104,155,215).

  • red value is 104;
  • green value is 155;
  • blue value is 215.
RGB:
(104,155,215)
(41%,61%,84%)

RGB channels and saturation

R 104 of 255 = 41%
G 155 of 255 = 61%
B 215 of 255 = 84%

104
155
215

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

Portions of RGB colors in percentages

R + G + B =
104 + 155 + 215 = 474 (100%)
R 104 of 474 ~ 21.94%
G 155 of 474 ~ 32.7%
B 215 of 474 ~ 45.36%

%21.94
%32.7
%45.36

CMYK color model

#689BD7 color CMYK value is (52,28,0,16).

  • cyan value is 51.63%
  • magenta value is 27.91%
  • yellow value is 0.00%
  • key color value is 15.69%
CMYK:
(52,28,0,16)
C52M28Y0K16 
(52%,28%,0%,16%)
(0.52/0.28/0.00/0.16)	

CMYK percentages

%51.63
%27.91
%0
%15.69

Codes

Color #689BD7 in popluar color models

689BD7
RGB104155215
HSL212°58.12%62.55%
HSB/HSV212°51.63%84.31%
CMYK51.63%27.91%0.00%
15.69%

Color #689BD7 in popluar number systems.

HEX689BD7
Decimal104155215
Binary11010001001101111010111
Octal150233327

Shades and tints

Shades of #689BD7

#689BD7
(104,155,215)
#5F8DC4
(95,141,196)
#567FB1
(86,127,177)
#4D719E
(77,113,158)
#44638B
(68,99,139)
#3B5578
(59,85,120)
#324765
(50,71,101)
#293952
(41,57,82)
#202B3F
(32,43,63)
#171D2C
(23,29,44)
#0E0F19
(14,15,25)
#000000
(0,0,0)

Tints of #689BD7

#689BD7
(104,155,215)
#75A4DA
(117,164,218)
#82ADDD
(130,173,221)
#8FB6E0
(143,182,224)
#9CBFE3
(156,191,227)
#A9C8E6
(169,200,230)
#B6D1E9
(182,209,233)
#C3DAEC
(195,218,236)
#D0E3EF
(208,227,239)
#DDECF2
(221,236,242)
#EAF5F5
(234,245,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #689BD7 color. Also use rgb(104,155,215) instead hex code.

Text Font Color

.myTextColor { color: #689BD7; }

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

This text font color is #689BD7.


Background Color

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

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

This div background color is #689BD7.


Border color

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

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

This div border color is #689BD7.


Opacity

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

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

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

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

This text has shadow with #689BD7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #689BD7 on black background.


Color preview on white background

This text has color #689BD7 on white background.



Black color preview on #689BD7 background

This text has black color on #689BD7 background.


White color preview on #689BD7 background

This text has white color on #689BD7 background.