COLOR #696692

HEX: #696692
RGB: (105,102,146)

Color info

#696692 contains red, green and blue colors in about the same proportion. Web safe color of #696692 is #666699 (or #669).

RGB color model

#696692 color RGB value is (105,102,146).

  • red value is 105;
  • green value is 102;
  • blue value is 146.
RGB:
(105,102,146)
(41%,40%,57%)

RGB channels and saturation

R 105 of 255 = 41%
G 102 of 255 = 40%
B 146 of 255 = 57%

105
102
146

R + G + B ~ 46%. #696692 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
105 + 102 + 146 = 353 (100%)
R 105 of 353 ~ 29.75%
G 102 of 353 ~ 28.9%
B 146 of 353 ~ 41.36%

%29.75
%28.9
%41.36

CMYK color model

#696692 color CMYK value is (28,30,0,43).

  • cyan value is 28.08%
  • magenta value is 30.14%
  • yellow value is 0.00%
  • key color value is 42.75%
CMYK:
(28,30,0,43)
C28M30Y0K43 
(28%,30%,0%,43%)
(0.28/0.30/0.00/0.43)	

CMYK percentages

%28.08
%30.14
%0
%42.75

Codes

Color #696692 in popluar color models

696692
RGB105102146
HSL244°17.74%48.63%
HSB/HSV244°30.14%57.25%
CMYK28.08%30.14%0.00%
42.75%

Color #696692 in popluar number systems.

HEX696692
Decimal105102146
Binary1101001110011010010010
Octal151146222

Shades and tints

Shades of #696692

#696692
(105,102,146)
#605D85
(96,93,133)
#575478
(87,84,120)
#4E4B6B
(78,75,107)
#45425E
(69,66,94)
#3C3951
(60,57,81)
#333044
(51,48,68)
#2A2737
(42,39,55)
#211E2A
(33,30,42)
#18151D
(24,21,29)
#0F0C10
(15,12,16)
#000000
(0,0,0)

Tints of #696692

#696692
(105,102,146)
#76739B
(118,115,155)
#8380A4
(131,128,164)
#908DAD
(144,141,173)
#9D9AB6
(157,154,182)
#AAA7BF
(170,167,191)
#B7B4C8
(183,180,200)
#C4C1D1
(196,193,209)
#D1CEDA
(209,206,218)
#DEDBE3
(222,219,227)
#EBE8EC
(235,232,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #696692 color. Also use rgb(105,102,146) instead hex code.

Text Font Color

.myTextColor { color: #696692; }

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

This text font color is #696692.


Background Color

.myBgColor { background-color: #696692; }

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

This div background color is #696692.


Border color

.myBorderColor { border: 1px solid #696692; }

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

This div border color is #696692.


Opacity

.myOpacity80 { color: #696692; opacity: 0.8; }

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

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

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

This text has shadow with #696692 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #696692 on black background.


Color preview on white background

This text has color #696692 on white background.



Black color preview on #696692 background

This text has black color on #696692 background.


White color preview on #696692 background

This text has white color on #696692 background.