COLOR #698AA7

HEX: #698AA7 RGB: (105,138,167)

Color info

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

RGB color model

#698AA7 color RGB value is (105,138,167).

RGB: (105,138,167) (41%, 54%, 65%)

RGB channels and saturation

R 105 of 255 = 41%
G 138 of 255 = 54%
B 167 of 255 = 65%

105
138
167

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

Portions of RGB colors in percentages

R + G + B = 105 + 138 + 167 = 410 (100%)
R 105 of 410 ~ 25.61%
G 138 of 410 ~ 33.66%
B 167 of 410 ~ 40.73'%

%25.61
%33.66
%40.73

CMYK color model

#698AA7 color CMYK value is (37,17,0,35).

  • cyan value is 37.13%
  • magenta value is 17.37%
  • yellow value is 0.00%
  • key color value is 34.51%

CMYK: (37,17,0,35)
C37M17Y0K35 (37%, 17%, 0%, 35%)
(0.37 / 0.17 / 0.00 / 0.35)

CMYK percentages

%37.13
%17.37
%0
%34.51

Codes

Color #698AA7 in popluar color models

69 8A A7
RGB 105 138 167
HSL 208° 26.05% 53.33%
HSB/HSV 208° 37.13% 65.49%
CMYK 37.13% 17.37% 0.00%
34.51%

Color #698AA7 in popluar number systems.

HEX 69 8A A7
Decimal 105 138 167
Binary 1101001 10001010 10100111
Octal 151 212 247

Shades and tints

Shades of #698AA7

#698AA7
(105,138,167)
#607E98
(96,126,152)
#577289
(87,114,137)
#4E667A
(78,102,122)
#455A6B
(69,90,107)
#3C4E5C
(60,78,92)
#33424D
(51,66,77)
#2A363E
(42,54,62)
#212A2F
(33,42,47)
#181E20
(24,30,32)
#0F1211
(15,18,17)
#000000
(0,0,0)

Tints of #698AA7

#698AA7
(105,138,167)
#7694AF
(118,148,175)
#839EB7
(131,158,183)
#90A8BF
(144,168,191)
#9DB2C7
(157,178,199)
#AABCCF
(170,188,207)
#B7C6D7
(183,198,215)
#C4D0DF
(196,208,223)
#D1DAE7
(209,218,231)
#DEE4EF
(222,228,239)
#EBEEF7
(235,238,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #698AA7; }

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

This text font color is #698AA7.

Background Color

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

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

This div background color is #698AA7.

Border color

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

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

This div border color is #698AA7.

Opacity

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

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

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

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

This text has shadow with #698AA7 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #698AA7.

Preview

Color preview on black background

This text has color #698AA7 on black background.


Color preview on white background

This text has color #698AA7 on white background.


Black color preview on #698AA7 background

This text has black color on #698AA7 background.


White color preview on #698AA7 background

This text has white color on #698AA7 background.


Related colors

Complementary color

Complementary color for #hex is #967558.


I love getcolorcode.com

Triadic colors

1 #A7698A and #8AA769 with #698AA7 are triadic colors.

2 #A78A69 and #8A69A7 with #698AA7 are triadic colors.