COLOR #698DB1

HEX: #698DB1
RGB: (105,141,177)

Color info

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

RGB color model

#698DB1 color RGB value is (105,141,177).

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

RGB channels and saturation

R 105 of 255 = 41%
G 141 of 255 = 55%
B 177 of 255 = 69%

105
141
177

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

Portions of RGB colors in percentages

R + G + B =
105 + 141 + 177 = 423 (100%)
R 105 of 423 ~ 24.82%
G 141 of 423 ~ 33.33%
B 177 of 423 ~ 41.84%

%24.82
%33.33
%41.84

CMYK color model

#698DB1 color CMYK value is (41,20,0,31).

  • cyan value is 40.68%
  • magenta value is 20.34%
  • yellow value is 0.00%
  • key color value is 30.59%
CMYK:
(41,20,0,31)
C41M20Y0K31 
(41%,20%,0%,31%)
(0.41/0.20/0.00/0.31)	

CMYK percentages

%40.68
%20.34
%0
%30.59

Codes

Color #698DB1 in popluar color models

698DB1
RGB105141177
HSL210°31.58%55.29%
HSB/HSV210°40.68%69.41%
CMYK40.68%20.34%0.00%
30.59%

Color #698DB1 in popluar number systems.

HEX698DB1
Decimal105141177
Binary11010011000110110110001
Octal151215261

Shades and tints

Shades of #698DB1

#698DB1
(105,141,177)
#6081A1
(96,129,161)
#577591
(87,117,145)
#4E6981
(78,105,129)
#455D71
(69,93,113)
#3C5161
(60,81,97)
#334551
(51,69,81)
#2A3941
(42,57,65)
#212D31
(33,45,49)
#182121
(24,33,33)
#0F1511
(15,21,17)
#000000
(0,0,0)

Tints of #698DB1

#698DB1
(105,141,177)
#7697B8
(118,151,184)
#83A1BF
(131,161,191)
#90ABC6
(144,171,198)
#9DB5CD
(157,181,205)
#AABFD4
(170,191,212)
#B7C9DB
(183,201,219)
#C4D3E2
(196,211,226)
#D1DDE9
(209,221,233)
#DEE7F0
(222,231,240)
#EBF1F7
(235,241,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #698DB1; }

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

This text font color is #698DB1.


Background Color

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

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

This div background color is #698DB1.


Border color

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

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

This div border color is #698DB1.


Opacity

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

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

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

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

This text has shadow with #698DB1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #698DB1 on black background.


Color preview on white background

This text has color #698DB1 on white background.



Black color preview on #698DB1 background

This text has black color on #698DB1 background.


White color preview on #698DB1 background

This text has white color on #698DB1 background.