COLOR #698BB4

HEX: #698BB4 RGB: (105,139,180)

Color info

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

RGB color model

#698BB4 color RGB value is (105,139,180).

RGB: (105,139,180) (41%, 55%, 71%)

RGB channels and saturation

R 105 of 255 = 41%
G 139 of 255 = 55%
B 180 of 255 = 71%

105
139
180

R + G + B ~ 56%. #698BB4 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B = 105 + 139 + 180 = 424 (100%)
R 105 of 424 ~ 24.76%
G 139 of 424 ~ 32.78%
B 180 of 424 ~ 42.45'%

%24.76
%32.78
%42.45

CMYK color model

#698BB4 color CMYK value is (42,23,0,29).

  • cyan value is 41.67%
  • magenta value is 22.78%
  • yellow value is 0.00%
  • key color value is 29.41%

CMYK: (42,23,0,29)
C42M23Y0K29 (42%, 23%, 0%, 29%)
(0.42 / 0.23 / 0.00 / 0.29)

CMYK percentages

%41.67
%22.78
%0
%29.41

Codes

Color #698BB4 in popluar color models

69 8B B4
RGB 105 139 180
HSL 213° 33.33% 55.88%
HSB/HSV 213° 41.67% 70.59%
CMYK 41.67% 22.78% 0.00%
29.41%

Color #698BB4 in popluar number systems.

HEX 69 8B B4
Decimal 105 139 180
Binary 1101001 10001011 10110100
Octal 151 213 264

Shades and tints

Shades of #698BB4

#698BB4
(105,139,180)
#607FA4
(96,127,164)
#577394
(87,115,148)
#4E6784
(78,103,132)
#455B74
(69,91,116)
#3C4F64
(60,79,100)
#334354
(51,67,84)
#2A3744
(42,55,68)
#212B34
(33,43,52)
#181F24
(24,31,36)
#0F1314
(15,19,20)
#000000
(0,0,0)

Tints of #698BB4

#698BB4
(105,139,180)
#7695BA
(118,149,186)
#839FC0
(131,159,192)
#90A9C6
(144,169,198)
#9DB3CC
(157,179,204)
#AABDD2
(170,189,210)
#B7C7D8
(183,199,216)
#C4D1DE
(196,209,222)
#D1DBE4
(209,219,228)
#DEE5EA
(222,229,234)
#EBEFF0
(235,239,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #698BB4 color. Also use rgb(105,139,180) instead hex code.

Text Font Color

.myTextColor { color: #698BB4; }

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

This text font color is #698BB4.

Background Color

.myBgColor { background-color: #698BB4; }

<div style="background-color:#698BB4">Inner text</div>

This div background color is #698BB4.

Border color

.myBorderColor { border: 1px solid #698BB4; }

<div style="border:3px solid #698BB4">Div</div>

This div border color is #698BB4.

Opacity

.myOpacity80 { color: #698BB4; opacity: 0.8; }

<p style="color:#698BB4;opacity:0.8;">80%</p>

Text with #698BB4 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 #698BB4;}

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

This text has shadow with #698BB4 color.


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

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

This text has shadow with #698BB4 primary color and red secondary color.


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

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

This text has shadow with #698BB4 and red colors in old Internet Explorer.

Div box shadow color

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

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

This div box has shadow with color #698BB4.

Preview

Color preview on black background

This text has color #698BB4 on black background.


Color preview on white background

This text has color #698BB4 on white background.


Black color preview on #698BB4 background

This text has black color on #698BB4 background.


White color preview on #698BB4 background

This text has white color on #698BB4 background.


Related colors

Complementary color

Complementary color for #hex is #96744B.


I love getcolorcode.com

Triadic colors

1 #B4698B and #8BB469 with #698BB4 are triadic colors.

2 #B48B69 and #8B69B4 with #698BB4 are triadic colors.