COLOR #698EA0

HEX: #698EA0 RGB: (105,142,160)

Color info

#698EA0 contains red, green and blue colors in about the same proportion. Web safe color of #698EA0 is #669999 (or #699).

RGB color model

#698EA0 color RGB value is (105,142,160).

RGB: (105,142,160) (41%, 56%, 63%)

RGB channels and saturation

R 105 of 255 = 41%
G 142 of 255 = 56%
B 160 of 255 = 63%

105
142
160

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

Portions of RGB colors in percentages

R + G + B = 105 + 142 + 160 = 407 (100%)
R 105 of 407 ~ 25.8%
G 142 of 407 ~ 34.89%
B 160 of 407 ~ 39.31'%

%25.8
%34.89
%39.31

CMYK color model

#698EA0 color CMYK value is (34,11,0,37).

  • cyan value is 34.38%
  • magenta value is 11.25%
  • yellow value is 0.00%
  • key color value is 37.25%
CMYK: (34,11,0,37) C34M11Y0K37 (34%,11%,0%,37%) (0.34/0.11/0.00/0.37) 

CMYK percentages

%34.38
%11.25
%0
%37.25

Codes

Color #698EA0 in popluar color models

69 8E A0
RGB 105 142 160
HSL 200° 22.45% 51.96%
HSB/HSV 200° 34.38% 62.75%
CMYK 34.38% 11.25% 0.00%
37.25%

Color #698EA0 in popluar number systems.

HEX 69 8E A0
Decimal 105 142 160
Binary 1101001 10001110 10100000
Octal 151 216 240

Shades and tints

Shades of #698EA0

#698EA0
(105,142,160)
#608292
(96,130,146)
#577684
(87,118,132)
#4E6A76
(78,106,118)
#455E68
(69,94,104)
#3C525A
(60,82,90)
#33464C
(51,70,76)
#2A3A3E
(42,58,62)
#212E30
(33,46,48)
#182222
(24,34,34)
#0F1614
(15,22,20)
#000000
(0,0,0)

Tints of #698EA0

#698EA0
(105,142,160)
#7698A8
(118,152,168)
#83A2B0
(131,162,176)
#90ACB8
(144,172,184)
#9DB6C0
(157,182,192)
#AAC0C8
(170,192,200)
#B7CAD0
(183,202,208)
#C4D4D8
(196,212,216)
#D1DEE0
(209,222,224)
#DEE8E8
(222,232,232)
#EBF2F0
(235,242,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #698EA0; }

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

This text font color is #698EA0.

Background Color

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

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

This div background color is #698EA0.

Border color

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

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

This div border color is #698EA0.

Opacity

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

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

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

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

This text has shadow with #698EA0 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #698EA0.

Preview

Color preview on black background

This text has color #698EA0 on black background.


Color preview on white background

This text has color #698EA0 on white background.


Black color preview on #698EA0 background

This text has black color on #698EA0 background.


White color preview on #698EA0 background

This text has white color on #698EA0 background.


Related colors

Complementary color

Complementary color for #hex is #96715F.


I love getcolorcode.com

Triadic colors

1 #A0698E and #8EA069 with #698EA0 are triadic colors.

2 #A08E69 and #8E69A0 with #698EA0 are triadic colors.