COLOR #698EAF

HEX: #698EAF RGB: (105,142,175)

Color info

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

RGB color model

#698EAF color RGB value is (105,142,175).

RGB: (105,142,175) (41%, 56%, 69%)

RGB channels and saturation

R 105 of 255 = 41%
G 142 of 255 = 56%
B 175 of 255 = 69%

105
142
175

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

Portions of RGB colors in percentages

R + G + B = 105 + 142 + 175 = 422 (100%)
R 105 of 422 ~ 24.88%
G 142 of 422 ~ 33.65%
B 175 of 422 ~ 41.47'%

%24.88
%33.65
%41.47

CMYK color model

#698EAF color CMYK value is (40,19,0,31).

  • cyan value is 40.00%
  • magenta value is 18.86%
  • yellow value is 0.00%
  • key color value is 31.37%
CMYK: (40,19,0,31) C40M19Y0K31 (40%,19%,0%,31%) (0.40/0.19/0.00/0.31) 

CMYK percentages

%40
%18.86
%0
%31.37

Codes

Color #698EAF in popluar color models

69 8E AF
RGB 105 142 175
HSL 208° 30.43% 54.90%
HSB/HSV 208° 40.00% 68.63%
CMYK 40.00% 18.86% 0.00%
31.37%

Color #698EAF in popluar number systems.

HEX 69 8E AF
Decimal 105 142 175
Binary 1101001 10001110 10101111
Octal 151 216 257

Shades and tints

Shades of #698EAF

#698EAF
(105,142,175)
#6082A0
(96,130,160)
#577691
(87,118,145)
#4E6A82
(78,106,130)
#455E73
(69,94,115)
#3C5264
(60,82,100)
#334655
(51,70,85)
#2A3A46
(42,58,70)
#212E37
(33,46,55)
#182228
(24,34,40)
#0F1619
(15,22,25)
#000000
(0,0,0)

Tints of #698EAF

#698EAF
(105,142,175)
#7698B6
(118,152,182)
#83A2BD
(131,162,189)
#90ACC4
(144,172,196)
#9DB6CB
(157,182,203)
#AAC0D2
(170,192,210)
#B7CAD9
(183,202,217)
#C4D4E0
(196,212,224)
#D1DEE7
(209,222,231)
#DEE8EE
(222,232,238)
#EBF2F5
(235,242,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #698EAF; }

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

This text font color is #698EAF.

Background Color

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

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

This div background color is #698EAF.

Border color

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

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

This div border color is #698EAF.

Opacity

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

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

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

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

This text has shadow with #698EAF color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #698EAF.

Preview

Color preview on black background

This text has color #698EAF on black background.


Color preview on white background

This text has color #698EAF on white background.


Black color preview on #698EAF background

This text has black color on #698EAF background.


White color preview on #698EAF background

This text has white color on #698EAF background.


Related colors

Complementary color

Complementary color for #hex is #967150.


I love getcolorcode.com

Triadic colors

1 #AF698E and #8EAF69 with #698EAF are triadic colors.

2 #AF8E69 and #8E69AF with #698EAF are triadic colors.