COLOR #696382

HEX: #696382
RGB: (105,99,130)

Color info

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

RGB color model

#696382 color RGB value is (105,99,130).

  • red value is 105;
  • green value is 99;
  • blue value is 130.
RGB:
(105,99,130)
(41%,39%,51%)

RGB channels and saturation

R 105 of 255 = 41%
G 99 of 255 = 39%
B 130 of 255 = 51%

105
99
130

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

Portions of RGB colors in percentages

R + G + B =
105 + 99 + 130 = 334 (100%)
R 105 of 334 ~ 31.44%
G 99 of 334 ~ 29.64%
B 130 of 334 ~ 38.92%

%31.44
%29.64
%38.92

CMYK color model

#696382 color CMYK value is (19,24,0,49).

  • cyan value is 19.23%
  • magenta value is 23.85%
  • yellow value is 0.00%
  • key color value is 49.02%
CMYK:
(19,24,0,49)
C19M24Y0K49 
(19%,24%,0%,49%)
(0.19/0.24/0.00/0.49)	

CMYK percentages

%19.23
%23.85
%0
%49.02

Codes

Color #696382 in popluar color models

696382
RGB10599130
HSL252°13.54%44.90%
HSB/HSV252°23.85%50.98%
CMYK19.23%23.85%0.00%
49.02%

Color #696382 in popluar number systems.

HEX696382
Decimal10599130
Binary1101001110001110000010
Octal151143202

Shades and tints

Shades of #696382

#696382
(105,99,130)
#605A77
(96,90,119)
#57516C
(87,81,108)
#4E4861
(78,72,97)
#453F56
(69,63,86)
#3C364B
(60,54,75)
#332D40
(51,45,64)
#2A2435
(42,36,53)
#211B2A
(33,27,42)
#18121F
(24,18,31)
#0F0914
(15,9,20)
#000000
(0,0,0)

Tints of #696382

#696382
(105,99,130)
#76718D
(118,113,141)
#837F98
(131,127,152)
#908DA3
(144,141,163)
#9D9BAE
(157,155,174)
#AAA9B9
(170,169,185)
#B7B7C4
(183,183,196)
#C4C5CF
(196,197,207)
#D1D3DA
(209,211,218)
#DEE1E5
(222,225,229)
#EBEFF0
(235,239,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #696382 color. Also use rgb(105,99,130) instead hex code.

Text Font Color

.myTextColor { color: #696382; }

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

This text font color is #696382.


Background Color

.myBgColor { background-color: #696382; }

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

This div background color is #696382.


Border color

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

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

This div border color is #696382.


Opacity

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

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

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

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

This text has shadow with #696382 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #696382 on black background.


Color preview on white background

This text has color #696382 on white background.



Black color preview on #696382 background

This text has black color on #696382 background.


White color preview on #696382 background

This text has white color on #696382 background.