COLOR #697ADB

HEX: #697ADB
RGB: (105,122,219)

Color info

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

RGB color model

#697ADB color RGB value is (105,122,219).

  • red value is 105;
  • green value is 122;
  • blue value is 219.
RGB:
(105,122,219)
(41%,48%,86%)

RGB channels and saturation

R 105 of 255 = 41%
G 122 of 255 = 48%
B 219 of 255 = 86%

105
122
219

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

Portions of RGB colors in percentages

R + G + B =
105 + 122 + 219 = 446 (100%)
R 105 of 446 ~ 23.54%
G 122 of 446 ~ 27.35%
B 219 of 446 ~ 49.1%

%23.54
%27.35
%49.1

CMYK color model

#697ADB color CMYK value is (52,44,0,14).

  • cyan value is 52.05%
  • magenta value is 44.29%
  • yellow value is 0.00%
  • key color value is 14.12%
CMYK:
(52,44,0,14)
C52M44Y0K14 
(52%,44%,0%,14%)
(0.52/0.44/0.00/0.14)	

CMYK percentages

%52.05
%44.29
%0
%14.12

Codes

Color #697ADB in popluar color models

697ADB
RGB105122219
HSL231°61.29%63.53%
HSB/HSV231°52.05%85.88%
CMYK52.05%44.29%0.00%
14.12%

Color #697ADB in popluar number systems.

HEX697ADB
Decimal105122219
Binary1101001111101011011011
Octal151172333

Shades and tints

Shades of #697ADB

#697ADB
(105,122,219)
#606FC8
(96,111,200)
#5764B5
(87,100,181)
#4E59A2
(78,89,162)
#454E8F
(69,78,143)
#3C437C
(60,67,124)
#333869
(51,56,105)
#2A2D56
(42,45,86)
#212243
(33,34,67)
#181730
(24,23,48)
#0F0C1D
(15,12,29)
#000000
(0,0,0)

Tints of #697ADB

#697ADB
(105,122,219)
#7686DE
(118,134,222)
#8392E1
(131,146,225)
#909EE4
(144,158,228)
#9DAAE7
(157,170,231)
#AAB6EA
(170,182,234)
#B7C2ED
(183,194,237)
#C4CEF0
(196,206,240)
#D1DAF3
(209,218,243)
#DEE6F6
(222,230,246)
#EBF2F9
(235,242,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #697ADB color. Also use rgb(105,122,219) instead hex code.

Text Font Color

.myTextColor { color: #697ADB; }

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

This text font color is #697ADB.


Background Color

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

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

This div background color is #697ADB.


Border color

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

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

This div border color is #697ADB.


Opacity

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

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

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

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

This text has shadow with #697ADB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #697ADB on black background.


Color preview on white background

This text has color #697ADB on white background.



Black color preview on #697ADB background

This text has black color on #697ADB background.


White color preview on #697ADB background

This text has white color on #697ADB background.