COLOR #696CF3

HEX: #696CF3
RGB: (105,108,243)

Color info

#696CF3 contains mainly blue color. Web safe color of #696CF3 is #6666FF (or #66F).

RGB color model

#696CF3 color RGB value is (105,108,243).

  • red value is 105;
  • green value is 108;
  • blue value is 243.
RGB:
(105,108,243)
(41%,42%,95%)

RGB channels and saturation

R 105 of 255 = 41%
G 108 of 255 = 42%
B 243 of 255 = 95%

105
108
243

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

Portions of RGB colors in percentages

R + G + B =
105 + 108 + 243 = 456 (100%)
R 105 of 456 ~ 23.03%
G 108 of 456 ~ 23.68%
B 243 of 456 ~ 53.29%

%23.03
%23.68
%53.29

CMYK color model

#696CF3 color CMYK value is (57,56,0,5).

  • cyan value is 56.79%
  • magenta value is 55.56%
  • yellow value is 0.00%
  • key color value is 4.71%
CMYK:
(57,56,0,5)
C57M56Y0K5 
(57%,56%,0%,5%)
(0.57/0.56/0.00/0.05)	

CMYK percentages

%56.79
%55.56
%0
%4.71

Codes

Color #696CF3 in popluar color models

696CF3
RGB105108243
HSL239°85.19%68.24%
HSB/HSV239°56.79%95.29%
CMYK56.79%55.56%0.00%
4.71%

Color #696CF3 in popluar number systems.

HEX696CF3
Decimal105108243
Binary1101001110110011110011
Octal151154363

Shades and tints

Shades of #696CF3

#696CF3
(105,108,243)
#6063DD
(96,99,221)
#575AC7
(87,90,199)
#4E51B1
(78,81,177)
#45489B
(69,72,155)
#3C3F85
(60,63,133)
#33366F
(51,54,111)
#2A2D59
(42,45,89)
#212443
(33,36,67)
#181B2D
(24,27,45)
#0F1217
(15,18,23)
#000000
(0,0,0)

Tints of #696CF3

#696CF3
(105,108,243)
#7679F4
(118,121,244)
#8386F5
(131,134,245)
#9093F6
(144,147,246)
#9DA0F7
(157,160,247)
#AAADF8
(170,173,248)
#B7BAF9
(183,186,249)
#C4C7FA
(196,199,250)
#D1D4FB
(209,212,251)
#DEE1FC
(222,225,252)
#EBEEFD
(235,238,253)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #696CF3 color. Also use rgb(105,108,243) instead hex code.

Text Font Color

.myTextColor { color: #696CF3; }

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

This text font color is #696CF3.


Background Color

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

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

This div background color is #696CF3.


Border color

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

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

This div border color is #696CF3.


Opacity

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

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

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

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

This text has shadow with #696CF3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #696CF3 on black background.


Color preview on white background

This text has color #696CF3 on white background.



Black color preview on #696CF3 background

This text has black color on #696CF3 background.


White color preview on #696CF3 background

This text has white color on #696CF3 background.