COLOR #689EF5

HEX: #689EF5
RGB: (104,158,245)

Color info

#689EF5 contains mainly blue color. Web safe color of #689EF5 is #6699FF (or #69F).

RGB color model

#689EF5 color RGB value is (104,158,245).

  • red value is 104;
  • green value is 158;
  • blue value is 245.
RGB:
(104,158,245)
(41%,62%,96%)

RGB channels and saturation

R 104 of 255 = 41%
G 158 of 255 = 62%
B 245 of 255 = 96%

104
158
245

R + G + B ~ 66%. #689EF5 is quite light color.

Portions of RGB colors in percentages

R + G + B =
104 + 158 + 245 = 507 (100%)
R 104 of 507 ~ 20.51%
G 158 of 507 ~ 31.16%
B 245 of 507 ~ 48.32%

%20.51
%31.16
%48.32

CMYK color model

#689EF5 color CMYK value is (58,36,0,4).

  • cyan value is 57.55%
  • magenta value is 35.51%
  • yellow value is 0.00%
  • key color value is 3.92%
CMYK:
(58,36,0,4)
C58M36Y0K4 
(58%,36%,0%,4%)
(0.58/0.36/0.00/0.04)	

CMYK percentages

%57.55
%35.51
%0
%3.92

Codes

Color #689EF5 in popluar color models

689EF5
RGB104158245
HSL217°87.58%68.43%
HSB/HSV217°57.55%96.08%
CMYK57.55%35.51%0.00%
3.92%

Color #689EF5 in popluar number systems.

HEX689EF5
Decimal104158245
Binary11010001001111011110101
Octal150236365

Shades and tints

Shades of #689EF5

#689EF5
(104,158,245)
#5F90DF
(95,144,223)
#5682C9
(86,130,201)
#4D74B3
(77,116,179)
#44669D
(68,102,157)
#3B5887
(59,88,135)
#324A71
(50,74,113)
#293C5B
(41,60,91)
#202E45
(32,46,69)
#17202F
(23,32,47)
#0E1219
(14,18,25)
#000000
(0,0,0)

Tints of #689EF5

#689EF5
(104,158,245)
#75A6F5
(117,166,245)
#82AEF5
(130,174,245)
#8FB6F5
(143,182,245)
#9CBEF5
(156,190,245)
#A9C6F5
(169,198,245)
#B6CEF5
(182,206,245)
#C3D6F5
(195,214,245)
#D0DEF5
(208,222,245)
#DDE6F5
(221,230,245)
#EAEEF5
(234,238,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #689EF5 color. Also use rgb(104,158,245) instead hex code.

Text Font Color

.myTextColor { color: #689EF5; }

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

This text font color is #689EF5.


Background Color

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

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

This div background color is #689EF5.


Border color

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

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

This div border color is #689EF5.


Opacity

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

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

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

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

This text has shadow with #689EF5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #689EF5 on black background.


Color preview on white background

This text has color #689EF5 on white background.



Black color preview on #689EF5 background

This text has black color on #689EF5 background.


White color preview on #689EF5 background

This text has white color on #689EF5 background.