COLOR #698AD6

HEX: #698AD6
RGB: (105,138,214)

Color info

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

RGB color model

#698AD6 color RGB value is (105,138,214).

  • red value is 105;
  • green value is 138;
  • blue value is 214.
RGB:
(105,138,214)
(41%,54%,84%)

RGB channels and saturation

R 105 of 255 = 41%
G 138 of 255 = 54%
B 214 of 255 = 84%

105
138
214

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

Portions of RGB colors in percentages

R + G + B =
105 + 138 + 214 = 457 (100%)
R 105 of 457 ~ 22.98%
G 138 of 457 ~ 30.2%
B 214 of 457 ~ 46.83%

%22.98
%30.2
%46.83

CMYK color model

#698AD6 color CMYK value is (51,36,0,16).

  • cyan value is 50.93%
  • magenta value is 35.51%
  • yellow value is 0.00%
  • key color value is 16.08%
CMYK:
(51,36,0,16)
C51M36Y0K16 
(51%,36%,0%,16%)
(0.51/0.36/0.00/0.16)	

CMYK percentages

%50.93
%35.51
%0
%16.08

Codes

Color #698AD6 in popluar color models

698AD6
RGB105138214
HSL222°57.07%62.55%
HSB/HSV222°50.93%83.92%
CMYK50.93%35.51%0.00%
16.08%

Color #698AD6 in popluar number systems.

HEX698AD6
Decimal105138214
Binary11010011000101011010110
Octal151212326

Shades and tints

Shades of #698AD6

#698AD6
(105,138,214)
#607EC3
(96,126,195)
#5772B0
(87,114,176)
#4E669D
(78,102,157)
#455A8A
(69,90,138)
#3C4E77
(60,78,119)
#334264
(51,66,100)
#2A3651
(42,54,81)
#212A3E
(33,42,62)
#181E2B
(24,30,43)
#0F1218
(15,18,24)
#000000
(0,0,0)

Tints of #698AD6

#698AD6
(105,138,214)
#7694D9
(118,148,217)
#839EDC
(131,158,220)
#90A8DF
(144,168,223)
#9DB2E2
(157,178,226)
#AABCE5
(170,188,229)
#B7C6E8
(183,198,232)
#C4D0EB
(196,208,235)
#D1DAEE
(209,218,238)
#DEE4F1
(222,228,241)
#EBEEF4
(235,238,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #698AD6 color. Also use rgb(105,138,214) instead hex code.

Text Font Color

.myTextColor { color: #698AD6; }

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

This text font color is #698AD6.


Background Color

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

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

This div background color is #698AD6.


Border color

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

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

This div border color is #698AD6.


Opacity

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

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

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

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

This text has shadow with #698AD6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #698AD6 on black background.


Color preview on white background

This text has color #698AD6 on white background.



Black color preview on #698AD6 background

This text has black color on #698AD6 background.


White color preview on #698AD6 background

This text has white color on #698AD6 background.