COLOR #698DAD

HEX: #698DAD
RGB: (105,141,173)

Color info

#698DAD contains mainly green and blue colors. Web safe color of #698DAD is #669999 (or #699).

RGB color model

#698DAD color RGB value is (105,141,173).

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

RGB channels and saturation

R 105 of 255 = 41%
G 141 of 255 = 55%
B 173 of 255 = 68%

105
141
173

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

Portions of RGB colors in percentages

R + G + B =
105 + 141 + 173 = 419 (100%)
R 105 of 419 ~ 25.06%
G 141 of 419 ~ 33.65%
B 173 of 419 ~ 41.29%

%25.06
%33.65
%41.29

CMYK color model

#698DAD color CMYK value is (39,18,0,32).

  • cyan value is 39.31%
  • magenta value is 18.50%
  • yellow value is 0.00%
  • key color value is 32.16%
CMYK:
(39,18,0,32)
C39M18Y0K32 
(39%,18%,0%,32%)
(0.39/0.18/0.00/0.32)	

CMYK percentages

%39.31
%18.5
%0
%32.16

Codes

Color #698DAD in popluar color models

698DAD
RGB105141173
HSL208°29.31%54.51%
HSB/HSV208°39.31%67.84%
CMYK39.31%18.50%0.00%
32.16%

Color #698DAD in popluar number systems.

HEX698DAD
Decimal105141173
Binary11010011000110110101101
Octal151215255

Shades and tints

Shades of #698DAD

#698DAD
(105,141,173)
#60819E
(96,129,158)
#57758F
(87,117,143)
#4E6980
(78,105,128)
#455D71
(69,93,113)
#3C5162
(60,81,98)
#334553
(51,69,83)
#2A3944
(42,57,68)
#212D35
(33,45,53)
#182126
(24,33,38)
#0F1517
(15,21,23)
#000000
(0,0,0)

Tints of #698DAD

#698DAD
(105,141,173)
#7697B4
(118,151,180)
#83A1BB
(131,161,187)
#90ABC2
(144,171,194)
#9DB5C9
(157,181,201)
#AABFD0
(170,191,208)
#B7C9D7
(183,201,215)
#C4D3DE
(196,211,222)
#D1DDE5
(209,221,229)
#DEE7EC
(222,231,236)
#EBF1F3
(235,241,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #698DAD; }

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

This text font color is #698DAD.


Background Color

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

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

This div background color is #698DAD.


Border color

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

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

This div border color is #698DAD.


Opacity

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

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

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

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

This text has shadow with #698DAD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #698DAD on black background.


Color preview on white background

This text has color #698DAD on white background.



Black color preview on #698DAD background

This text has black color on #698DAD background.


White color preview on #698DAD background

This text has white color on #698DAD background.