COLOR #698EDB

HEX: #698EDB
RGB: (105,142,219)

Color info

#698EDB contains mainly blue color. Web safe color of #698EDB is #6699CC (or #69C).

RGB color model

#698EDB color RGB value is (105,142,219).

  • red value is 105;
  • green value is 142;
  • blue value is 219.
RGB:
(105,142,219)
(41%,56%,86%)

RGB channels and saturation

R 105 of 255 = 41%
G 142 of 255 = 56%
B 219 of 255 = 86%

105
142
219

R + G + B ~ 61%. #698EDB is quite light color.

Portions of RGB colors in percentages

R + G + B =
105 + 142 + 219 = 466 (100%)
R 105 of 466 ~ 22.53%
G 142 of 466 ~ 30.47%
B 219 of 466 ~ 47%

%22.53
%30.47
%47

CMYK color model

#698EDB color CMYK value is (52,35,0,14).

  • cyan value is 52.05%
  • magenta value is 35.16%
  • yellow value is 0.00%
  • key color value is 14.12%
CMYK:
(52,35,0,14)
C52M35Y0K14 
(52%,35%,0%,14%)
(0.52/0.35/0.00/0.14)	

CMYK percentages

%52.05
%35.16
%0
%14.12

Codes

Color #698EDB in popluar color models

698EDB
RGB105142219
HSL221°61.29%63.53%
HSB/HSV221°52.05%85.88%
CMYK52.05%35.16%0.00%
14.12%

Color #698EDB in popluar number systems.

HEX698EDB
Decimal105142219
Binary11010011000111011011011
Octal151216333

Shades and tints

Shades of #698EDB

#698EDB
(105,142,219)
#6082C8
(96,130,200)
#5776B5
(87,118,181)
#4E6AA2
(78,106,162)
#455E8F
(69,94,143)
#3C527C
(60,82,124)
#334669
(51,70,105)
#2A3A56
(42,58,86)
#212E43
(33,46,67)
#182230
(24,34,48)
#0F161D
(15,22,29)
#000000
(0,0,0)

Tints of #698EDB

#698EDB
(105,142,219)
#7698DE
(118,152,222)
#83A2E1
(131,162,225)
#90ACE4
(144,172,228)
#9DB6E7
(157,182,231)
#AAC0EA
(170,192,234)
#B7CAED
(183,202,237)
#C4D4F0
(196,212,240)
#D1DEF3
(209,222,243)
#DEE8F6
(222,232,246)
#EBF2F9
(235,242,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #698EDB color. Also use rgb(105,142,219) instead hex code.

Text Font Color

.myTextColor { color: #698EDB; }

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

This text font color is #698EDB.


Background Color

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

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

This div background color is #698EDB.


Border color

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

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

This div border color is #698EDB.


Opacity

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

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

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

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

This text has shadow with #698EDB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #698EDB on black background.


Color preview on white background

This text has color #698EDB on white background.



Black color preview on #698EDB background

This text has black color on #698EDB background.


White color preview on #698EDB background

This text has white color on #698EDB background.