COLOR #689ABB

HEX: #689ABB RGB: (104,154,187)

Color info

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

RGB color model

#689ABB color RGB value is (104,154,187).

RGB: (104,154,187) (41%, 60%, 73%)

RGB channels and saturation

R 104 of 255 = 41%
G 154 of 255 = 60%
B 187 of 255 = 73%

104
154
187

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

Portions of RGB colors in percentages

R + G + B = 104 + 154 + 187 = 445 (100%)
R 104 of 445 ~ 23.37%
G 154 of 445 ~ 34.61%
B 187 of 445 ~ 42.02'%

%23.37
%34.61
%42.02

CMYK color model

#689ABB color CMYK value is (44,18,0,27).

  • cyan value is 44.39%
  • magenta value is 17.65%
  • yellow value is 0.00%
  • key color value is 26.67%

CMYK: (44,18,0,27)
C44M18Y0K27 (44%, 18%, 0%, 27%)
(0.44 / 0.18 / 0.00 / 0.27)

CMYK percentages

%44.39
%17.65
%0
%26.67

Codes

Color #689ABB in popluar color models

68 9A BB
RGB 104 154 187
HSL 204° 37.90% 57.06%
HSB/HSV 204° 44.39% 73.33%
CMYK 44.39% 17.65% 0.00%
26.67%

Color #689ABB in popluar number systems.

HEX 68 9A BB
Decimal 104 154 187
Binary 1101000 10011010 10111011
Octal 150 232 273

Shades and tints

Shades of #689ABB

#689ABB
(104,154,187)
#5F8CAA
(95,140,170)
#567E99
(86,126,153)
#4D7088
(77,112,136)
#446277
(68,98,119)
#3B5466
(59,84,102)
#324655
(50,70,85)
#293844
(41,56,68)
#202A33
(32,42,51)
#171C22
(23,28,34)
#0E0E11
(14,14,17)
#000000
(0,0,0)

Tints of #689ABB

#689ABB
(104,154,187)
#75A3C1
(117,163,193)
#82ACC7
(130,172,199)
#8FB5CD
(143,181,205)
#9CBED3
(156,190,211)
#A9C7D9
(169,199,217)
#B6D0DF
(182,208,223)
#C3D9E5
(195,217,229)
#D0E2EB
(208,226,235)
#DDEBF1
(221,235,241)
#EAF4F7
(234,244,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #689ABB color. Also use rgb(104,154,187) instead hex code.

Text Font Color

.myTextColor { color: #689ABB; }

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

This text font color is #689ABB.

Background Color

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

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

This div background color is #689ABB.

Border color

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

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

This div border color is #689ABB.

Opacity

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

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

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

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

This text has shadow with #689ABB color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #689ABB.

Preview

Color preview on black background

This text has color #689ABB on black background.


Color preview on white background

This text has color #689ABB on white background.


Black color preview on #689ABB background

This text has black color on #689ABB background.


White color preview on #689ABB background

This text has white color on #689ABB background.


Related colors

Complementary color

Complementary color for #hex is #976544.


I love getcolorcode.com

Triadic colors

1 #BB689A and #9ABB68 with #689ABB are triadic colors.

2 #BB9A68 and #9A68BB with #689ABB are triadic colors.