COLOR #698DB4

HEX: #698DB4
RGB: (105,141,180)

Color info

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

RGB color model

#698DB4 color RGB value is (105,141,180).

  • red value is 105;
  • green value is 141;
  • blue value is 180.
RGB:
(105,141,180)
(41%,55%,71%)

RGB channels and saturation

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

105
141
180

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

Portions of RGB colors in percentages

R + G + B =
105 + 141 + 180 = 426 (100%)
R 105 of 426 ~ 24.65%
G 141 of 426 ~ 33.1%
B 180 of 426 ~ 42.25%

%24.65
%33.1
%42.25

CMYK color model

#698DB4 color CMYK value is (42,22,0,29).

  • cyan value is 41.67%
  • magenta value is 21.67%
  • yellow value is 0.00%
  • key color value is 29.41%
CMYK:
(42,22,0,29)
C42M22Y0K29 
(42%,22%,0%,29%)
(0.42/0.22/0.00/0.29)	

CMYK percentages

%41.67
%21.67
%0
%29.41

Codes

Color #698DB4 in popluar color models

698DB4
RGB105141180
HSL211°33.33%55.88%
HSB/HSV211°41.67%70.59%
CMYK41.67%21.67%0.00%
29.41%

Color #698DB4 in popluar number systems.

HEX698DB4
Decimal105141180
Binary11010011000110110110100
Octal151215264

Shades and tints

Shades of #698DB4

#698DB4
(105,141,180)
#6081A4
(96,129,164)
#577594
(87,117,148)
#4E6984
(78,105,132)
#455D74
(69,93,116)
#3C5164
(60,81,100)
#334554
(51,69,84)
#2A3944
(42,57,68)
#212D34
(33,45,52)
#182124
(24,33,36)
#0F1514
(15,21,20)
#000000
(0,0,0)

Tints of #698DB4

#698DB4
(105,141,180)
#7697BA
(118,151,186)
#83A1C0
(131,161,192)
#90ABC6
(144,171,198)
#9DB5CC
(157,181,204)
#AABFD2
(170,191,210)
#B7C9D8
(183,201,216)
#C4D3DE
(196,211,222)
#D1DDE4
(209,221,228)
#DEE7EA
(222,231,234)
#EBF1F0
(235,241,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #698DB4; }

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

This text font color is #698DB4.


Background Color

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

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

This div background color is #698DB4.


Border color

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

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

This div border color is #698DB4.


Opacity

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

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

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

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

This text has shadow with #698DB4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #698DB4 on black background.


Color preview on white background

This text has color #698DB4 on white background.



Black color preview on #698DB4 background

This text has black color on #698DB4 background.


White color preview on #698DB4 background

This text has white color on #698DB4 background.