COLOR #696FD7

HEX: #696FD7
RGB: (105,111,215)

Color info

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

RGB color model

#696FD7 color RGB value is (105,111,215).

  • red value is 105;
  • green value is 111;
  • blue value is 215.
RGB:
(105,111,215)
(41%,44%,84%)

RGB channels and saturation

R 105 of 255 = 41%
G 111 of 255 = 44%
B 215 of 255 = 84%

105
111
215

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

Portions of RGB colors in percentages

R + G + B =
105 + 111 + 215 = 431 (100%)
R 105 of 431 ~ 24.36%
G 111 of 431 ~ 25.75%
B 215 of 431 ~ 49.88%

%24.36
%25.75
%49.88

CMYK color model

#696FD7 color CMYK value is (51,48,0,16).

  • cyan value is 51.16%
  • magenta value is 48.37%
  • yellow value is 0.00%
  • key color value is 15.69%
CMYK:
(51,48,0,16)
C51M48Y0K16 
(51%,48%,0%,16%)
(0.51/0.48/0.00/0.16)	

CMYK percentages

%51.16
%48.37
%0
%15.69

Codes

Color #696FD7 in popluar color models

696FD7
RGB105111215
HSL237°57.89%62.75%
HSB/HSV237°51.16%84.31%
CMYK51.16%48.37%0.00%
15.69%

Color #696FD7 in popluar number systems.

HEX696FD7
Decimal105111215
Binary1101001110111111010111
Octal151157327

Shades and tints

Shades of #696FD7

#696FD7
(105,111,215)
#6065C4
(96,101,196)
#575BB1
(87,91,177)
#4E519E
(78,81,158)
#45478B
(69,71,139)
#3C3D78
(60,61,120)
#333365
(51,51,101)
#2A2952
(42,41,82)
#211F3F
(33,31,63)
#18152C
(24,21,44)
#0F0B19
(15,11,25)
#000000
(0,0,0)

Tints of #696FD7

#696FD7
(105,111,215)
#767CDA
(118,124,218)
#8389DD
(131,137,221)
#9096E0
(144,150,224)
#9DA3E3
(157,163,227)
#AAB0E6
(170,176,230)
#B7BDE9
(183,189,233)
#C4CAEC
(196,202,236)
#D1D7EF
(209,215,239)
#DEE4F2
(222,228,242)
#EBF1F5
(235,241,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #696FD7 color. Also use rgb(105,111,215) instead hex code.

Text Font Color

.myTextColor { color: #696FD7; }

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

This text font color is #696FD7.


Background Color

.myBgColor { background-color: #696FD7; }

<div style="background-color:#696FD7">Inner text</div>

This div background color is #696FD7.


Border color

.myBorderColor { border: 1px solid #696FD7; }

<div style="border:3px solid #696FD7">Div</div>

This div border color is #696FD7.


Opacity

.myOpacity80 { color: #696FD7; opacity: 0.8; }

<p style="color:#696FD7;opacity:0.8;">80%</p>

Text with #696FD7 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 #696FD7;}

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

This text has shadow with #696FD7 color.

.textShadow {text-shadow: 3px 3px 1px #696FD7, 3px 3px 1px red;}

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

This text has shadow with #696FD7 primary color and red secondary color.


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

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

This text has shadow with #696FD7 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #696FD7 on black background.


Color preview on white background

This text has color #696FD7 on white background.



Black color preview on #696FD7 background

This text has black color on #696FD7 background.


White color preview on #696FD7 background

This text has white color on #696FD7 background.