COLOR #697FC5

HEX: #697FC5
RGB: (105,127,197)

Color info

#697FC5 contains mainly blue color. Web safe color of #697FC5 is #6666CC (or #66C).

RGB color model

#697FC5 color RGB value is (105,127,197).

  • red value is 105;
  • green value is 127;
  • blue value is 197.
RGB:
(105,127,197)
(41%,50%,77%)

RGB channels and saturation

R 105 of 255 = 41%
G 127 of 255 = 50%
B 197 of 255 = 77%

105
127
197

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

Portions of RGB colors in percentages

R + G + B =
105 + 127 + 197 = 429 (100%)
R 105 of 429 ~ 24.48%
G 127 of 429 ~ 29.6%
B 197 of 429 ~ 45.92%

%24.48
%29.6
%45.92

CMYK color model

#697FC5 color CMYK value is (47,36,0,23).

  • cyan value is 46.70%
  • magenta value is 35.53%
  • yellow value is 0.00%
  • key color value is 22.75%
CMYK:
(47,36,0,23)
C47M36Y0K23 
(47%,36%,0%,23%)
(0.47/0.36/0.00/0.23)	

CMYK percentages

%46.7
%35.53
%0
%22.75

Codes

Color #697FC5 in popluar color models

697FC5
RGB105127197
HSL226°44.23%59.22%
HSB/HSV226°46.70%77.25%
CMYK46.70%35.53%0.00%
22.75%

Color #697FC5 in popluar number systems.

HEX697FC5
Decimal105127197
Binary1101001111111111000101
Octal151177305

Shades and tints

Shades of #697FC5

#697FC5
(105,127,197)
#6074B4
(96,116,180)
#5769A3
(87,105,163)
#4E5E92
(78,94,146)
#455381
(69,83,129)
#3C4870
(60,72,112)
#333D5F
(51,61,95)
#2A324E
(42,50,78)
#21273D
(33,39,61)
#181C2C
(24,28,44)
#0F111B
(15,17,27)
#000000
(0,0,0)

Tints of #697FC5

#697FC5
(105,127,197)
#768ACA
(118,138,202)
#8395CF
(131,149,207)
#90A0D4
(144,160,212)
#9DABD9
(157,171,217)
#AAB6DE
(170,182,222)
#B7C1E3
(183,193,227)
#C4CCE8
(196,204,232)
#D1D7ED
(209,215,237)
#DEE2F2
(222,226,242)
#EBEDF7
(235,237,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #697FC5; }

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

This text font color is #697FC5.


Background Color

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

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

This div background color is #697FC5.


Border color

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

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

This div border color is #697FC5.


Opacity

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

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

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

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

This text has shadow with #697FC5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #697FC5 on black background.


Color preview on white background

This text has color #697FC5 on white background.



Black color preview on #697FC5 background

This text has black color on #697FC5 background.


White color preview on #697FC5 background

This text has white color on #697FC5 background.