COLOR #697FA7

HEX: #697FA7 RGB: (105,127,167)

Color info

#697FA7 contains mainly green and blue colors. Web safe color of #697FA7 is #666699 (or #669).

RGB color model

#697FA7 color RGB value is (105,127,167).

RGB: (105,127,167) (41%, 50%, 65%)

RGB channels and saturation

R 105 of 255 = 41%
G 127 of 255 = 50%
B 167 of 255 = 65%

105
127
167

R + G + B ~ 52%. #697FA7 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B = 105 + 127 + 167 = 399 (100%)
R 105 of 399 ~ 26.32%
G 127 of 399 ~ 31.83%
B 167 of 399 ~ 41.85'%

%26.32
%31.83
%41.85

CMYK color model

#697FA7 color CMYK value is (37,24,0,35).

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

CMYK: (37,24,0,35)
C37M24Y0K35 (37%, 24%, 0%, 35%)
(0.37 / 0.24 / 0.00 / 0.35)

CMYK percentages

%37.13
%23.95
%0
%34.51

Codes

Color #697FA7 in popluar color models

69 7F A7
RGB 105 127 167
HSL 219° 26.05% 53.33%
HSB/HSV 219° 37.13% 65.49%
CMYK 37.13% 23.95% 0.00%
34.51%

Color #697FA7 in popluar number systems.

HEX 69 7F A7
Decimal 105 127 167
Binary 1101001 1111111 10100111
Octal 151 177 247

Shades and tints

Shades of #697FA7

#697FA7
(105,127,167)
#607498
(96,116,152)
#576989
(87,105,137)
#4E5E7A
(78,94,122)
#45536B
(69,83,107)
#3C485C
(60,72,92)
#333D4D
(51,61,77)
#2A323E
(42,50,62)
#21272F
(33,39,47)
#181C20
(24,28,32)
#0F1111
(15,17,17)
#000000
(0,0,0)

Tints of #697FA7

#697FA7
(105,127,167)
#768AAF
(118,138,175)
#8395B7
(131,149,183)
#90A0BF
(144,160,191)
#9DABC7
(157,171,199)
#AAB6CF
(170,182,207)
#B7C1D7
(183,193,215)
#C4CCDF
(196,204,223)
#D1D7E7
(209,215,231)
#DEE2EF
(222,226,239)
#EBEDF7
(235,237,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #697FA7 color. Also use rgb(105,127,167) instead hex code.

Text Font Color

.myTextColor { color: #697FA7; }

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

This text font color is #697FA7.

Background Color

.myBgColor { background-color: #697FA7; }

<div style="background-color:#697FA7">Inner text</div>

This div background color is #697FA7.

Border color

.myBorderColor { border: 1px solid #697FA7; }

<div style="border:3px solid #697FA7">Div</div>

This div border color is #697FA7.

Opacity

.myOpacity80 { color: #697FA7; opacity: 0.8; }

<p style="color:#697FA7;opacity:0.8;">80%</p>

Text with #697FA7 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 #697FA7;}

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

This text has shadow with #697FA7 color.


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

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

This text has shadow with #697FA7 primary color and red secondary color.


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

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

This text has shadow with #697FA7 and red colors in old Internet Explorer.

Div box shadow color

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

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

This div box has shadow with color #697FA7.

Preview

Color preview on black background

This text has color #697FA7 on black background.


Color preview on white background

This text has color #697FA7 on white background.


Black color preview on #697FA7 background

This text has black color on #697FA7 background.


White color preview on #697FA7 background

This text has white color on #697FA7 background.


Related colors

Complementary color

Complementary color for #hex is #968058.


I love getcolorcode.com

Triadic colors

1 #A7697F and #7FA769 with #697FA7 are triadic colors.

2 #A77F69 and #7F69A7 with #697FA7 are triadic colors.