COLOR #696CC7

HEX: #696CC7
RGB: (105,108,199)

Color info

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

RGB color model

#696CC7 color RGB value is (105,108,199).

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

RGB channels and saturation

R 105 of 255 = 41%
G 108 of 255 = 42%
B 199 of 255 = 78%

105
108
199

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

Portions of RGB colors in percentages

R + G + B =
105 + 108 + 199 = 412 (100%)
R 105 of 412 ~ 25.49%
G 108 of 412 ~ 26.21%
B 199 of 412 ~ 48.3%

%25.49
%26.21
%48.3

CMYK color model

#696CC7 color CMYK value is (47,46,0,22).

  • cyan value is 47.24%
  • magenta value is 45.73%
  • yellow value is 0.00%
  • key color value is 21.96%
CMYK:
(47,46,0,22)
C47M46Y0K22 
(47%,46%,0%,22%)
(0.47/0.46/0.00/0.22)	

CMYK percentages

%47.24
%45.73
%0
%21.96

Codes

Color #696CC7 in popluar color models

696CC7
RGB105108199
HSL238°45.63%59.61%
HSB/HSV238°47.24%78.04%
CMYK47.24%45.73%0.00%
21.96%

Color #696CC7 in popluar number systems.

HEX696CC7
Decimal105108199
Binary1101001110110011000111
Octal151154307

Shades and tints

Shades of #696CC7

#696CC7
(105,108,199)
#6063B5
(96,99,181)
#575AA3
(87,90,163)
#4E5191
(78,81,145)
#45487F
(69,72,127)
#3C3F6D
(60,63,109)
#33365B
(51,54,91)
#2A2D49
(42,45,73)
#212437
(33,36,55)
#181B25
(24,27,37)
#0F1213
(15,18,19)
#000000
(0,0,0)

Tints of #696CC7

#696CC7
(105,108,199)
#7679CC
(118,121,204)
#8386D1
(131,134,209)
#9093D6
(144,147,214)
#9DA0DB
(157,160,219)
#AAADE0
(170,173,224)
#B7BAE5
(183,186,229)
#C4C7EA
(196,199,234)
#D1D4EF
(209,212,239)
#DEE1F4
(222,225,244)
#EBEEF9
(235,238,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #696CC7; }

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

This text font color is #696CC7.


Background Color

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

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

This div background color is #696CC7.


Border color

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

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

This div border color is #696CC7.


Opacity

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

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

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

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

This text has shadow with #696CC7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #696CC7 on black background.


Color preview on white background

This text has color #696CC7 on white background.



Black color preview on #696CC7 background

This text has black color on #696CC7 background.


White color preview on #696CC7 background

This text has white color on #696CC7 background.