COLOR #698EE6

HEX: #698EE6
RGB: (105,142,230)

Color info

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

RGB color model

#698EE6 color RGB value is (105,142,230).

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

RGB channels and saturation

R 105 of 255 = 41%
G 142 of 255 = 56%
B 230 of 255 = 90%

105
142
230

R + G + B ~ 62%. #698EE6 is quite light color.

Portions of RGB colors in percentages

R + G + B =
105 + 142 + 230 = 477 (100%)
R 105 of 477 ~ 22.01%
G 142 of 477 ~ 29.77%
B 230 of 477 ~ 48.22%

%22.01
%29.77
%48.22

CMYK color model

#698EE6 color CMYK value is (54,38,0,10).

  • cyan value is 54.35%
  • magenta value is 38.26%
  • yellow value is 0.00%
  • key color value is 9.80%
CMYK:
(54,38,0,10)
C54M38Y0K10 
(54%,38%,0%,10%)
(0.54/0.38/0.00/0.10)	

CMYK percentages

%54.35
%38.26
%0
%9.8

Codes

Color #698EE6 in popluar color models

698EE6
RGB105142230
HSL222°71.43%65.69%
HSB/HSV222°54.35%90.20%
CMYK54.35%38.26%0.00%
9.80%

Color #698EE6 in popluar number systems.

HEX698EE6
Decimal105142230
Binary11010011000111011100110
Octal151216346

Shades and tints

Shades of #698EE6

#698EE6
(105,142,230)
#6082D2
(96,130,210)
#5776BE
(87,118,190)
#4E6AAA
(78,106,170)
#455E96
(69,94,150)
#3C5282
(60,82,130)
#33466E
(51,70,110)
#2A3A5A
(42,58,90)
#212E46
(33,46,70)
#182232
(24,34,50)
#0F161E
(15,22,30)
#000000
(0,0,0)

Tints of #698EE6

#698EE6
(105,142,230)
#7698E8
(118,152,232)
#83A2EA
(131,162,234)
#90ACEC
(144,172,236)
#9DB6EE
(157,182,238)
#AAC0F0
(170,192,240)
#B7CAF2
(183,202,242)
#C4D4F4
(196,212,244)
#D1DEF6
(209,222,246)
#DEE8F8
(222,232,248)
#EBF2FA
(235,242,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #698EE6; }

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

This text font color is #698EE6.


Background Color

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

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

This div background color is #698EE6.


Border color

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

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

This div border color is #698EE6.


Opacity

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

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

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

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

This text has shadow with #698EE6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #698EE6 on black background.


Color preview on white background

This text has color #698EE6 on white background.



Black color preview on #698EE6 background

This text has black color on #698EE6 background.


White color preview on #698EE6 background

This text has white color on #698EE6 background.