COLOR #696FBE

HEX: #696FBE
RGB: (105,111,190)

Color info

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

RGB color model

#696FBE color RGB value is (105,111,190).

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

RGB channels and saturation

R 105 of 255 = 41%
G 111 of 255 = 44%
B 190 of 255 = 75%

105
111
190

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

Portions of RGB colors in percentages

R + G + B =
105 + 111 + 190 = 406 (100%)
R 105 of 406 ~ 25.86%
G 111 of 406 ~ 27.34%
B 190 of 406 ~ 46.8%

%25.86
%27.34
%46.8

CMYK color model

#696FBE color CMYK value is (45,42,0,25).

  • cyan value is 44.74%
  • magenta value is 41.58%
  • yellow value is 0.00%
  • key color value is 25.49%
CMYK:
(45,42,0,25)
C45M42Y0K25 
(45%,42%,0%,25%)
(0.45/0.42/0.00/0.25)	

CMYK percentages

%44.74
%41.58
%0
%25.49

Codes

Color #696FBE in popluar color models

696FBE
RGB105111190
HSL236°39.53%57.84%
HSB/HSV236°44.74%74.51%
CMYK44.74%41.58%0.00%
25.49%

Color #696FBE in popluar number systems.

HEX696FBE
Decimal105111190
Binary1101001110111110111110
Octal151157276

Shades and tints

Shades of #696FBE

#696FBE
(105,111,190)
#6065AD
(96,101,173)
#575B9C
(87,91,156)
#4E518B
(78,81,139)
#45477A
(69,71,122)
#3C3D69
(60,61,105)
#333358
(51,51,88)
#2A2947
(42,41,71)
#211F36
(33,31,54)
#181525
(24,21,37)
#0F0B14
(15,11,20)
#000000
(0,0,0)

Tints of #696FBE

#696FBE
(105,111,190)
#767CC3
(118,124,195)
#8389C8
(131,137,200)
#9096CD
(144,150,205)
#9DA3D2
(157,163,210)
#AAB0D7
(170,176,215)
#B7BDDC
(183,189,220)
#C4CAE1
(196,202,225)
#D1D7E6
(209,215,230)
#DEE4EB
(222,228,235)
#EBF1F0
(235,241,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #696FBE; }

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

This text font color is #696FBE.


Background Color

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

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

This div background color is #696FBE.


Border color

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

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

This div border color is #696FBE.


Opacity

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

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

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

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

This text has shadow with #696FBE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #696FBE on black background.


Color preview on white background

This text has color #696FBE on white background.



Black color preview on #696FBE background

This text has black color on #696FBE background.


White color preview on #696FBE background

This text has white color on #696FBE background.