COLOR #698EAA

HEX: #698EAA
RGB: (105,142,170)

Color info

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

RGB color model

#698EAA color RGB value is (105,142,170).

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

RGB channels and saturation

R 105 of 255 = 41%
G 142 of 255 = 56%
B 170 of 255 = 67%

105
142
170

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

Portions of RGB colors in percentages

R + G + B =
105 + 142 + 170 = 417 (100%)
R 105 of 417 ~ 25.18%
G 142 of 417 ~ 34.05%
B 170 of 417 ~ 40.77%

%25.18
%34.05
%40.77

CMYK color model

#698EAA color CMYK value is (38,16,0,33).

  • cyan value is 38.24%
  • magenta value is 16.47%
  • yellow value is 0.00%
  • key color value is 33.33%
CMYK:
(38,16,0,33)
C38M16Y0K33 
(38%,16%,0%,33%)
(0.38/0.16/0.00/0.33)	

CMYK percentages

%38.24
%16.47
%0
%33.33

Codes

Color #698EAA in popluar color models

698EAA
RGB105142170
HSL206°27.66%53.92%
HSB/HSV206°38.24%66.67%
CMYK38.24%16.47%0.00%
33.33%

Color #698EAA in popluar number systems.

HEX698EAA
Decimal105142170
Binary11010011000111010101010
Octal151216252

Shades and tints

Shades of #698EAA

#698EAA
(105,142,170)
#60829B
(96,130,155)
#57768C
(87,118,140)
#4E6A7D
(78,106,125)
#455E6E
(69,94,110)
#3C525F
(60,82,95)
#334650
(51,70,80)
#2A3A41
(42,58,65)
#212E32
(33,46,50)
#182223
(24,34,35)
#0F1614
(15,22,20)
#000000
(0,0,0)

Tints of #698EAA

#698EAA
(105,142,170)
#7698B1
(118,152,177)
#83A2B8
(131,162,184)
#90ACBF
(144,172,191)
#9DB6C6
(157,182,198)
#AAC0CD
(170,192,205)
#B7CAD4
(183,202,212)
#C4D4DB
(196,212,219)
#D1DEE2
(209,222,226)
#DEE8E9
(222,232,233)
#EBF2F0
(235,242,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #698EAA; }

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

This text font color is #698EAA.


Background Color

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

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

This div background color is #698EAA.


Border color

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

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

This div border color is #698EAA.


Opacity

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

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

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

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

This text has shadow with #698EAA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #698EAA on black background.


Color preview on white background

This text has color #698EAA on white background.



Black color preview on #698EAA background

This text has black color on #698EAA background.


White color preview on #698EAA background

This text has white color on #698EAA background.