COLOR #696890

HEX: #696890
RGB: (105,104,144)

Color info

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

RGB color model

#696890 color RGB value is (105,104,144).

  • red value is 105;
  • green value is 104;
  • blue value is 144.
RGB:
(105,104,144)
(41%,41%,56%)

RGB channels and saturation

R 105 of 255 = 41%
G 104 of 255 = 41%
B 144 of 255 = 56%

105
104
144

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

Portions of RGB colors in percentages

R + G + B =
105 + 104 + 144 = 353 (100%)
R 105 of 353 ~ 29.75%
G 104 of 353 ~ 29.46%
B 144 of 353 ~ 40.79%

%29.75
%29.46
%40.79

CMYK color model

#696890 color CMYK value is (27,28,0,44).

  • cyan value is 27.08%
  • magenta value is 27.78%
  • yellow value is 0.00%
  • key color value is 43.53%
CMYK:
(27,28,0,44)
C27M28Y0K44 
(27%,28%,0%,44%)
(0.27/0.28/0.00/0.44)	

CMYK percentages

%27.08
%27.78
%0
%43.53

Codes

Color #696890 in popluar color models

696890
RGB105104144
HSL242°16.13%48.63%
HSB/HSV242°27.78%56.47%
CMYK27.08%27.78%0.00%
43.53%

Color #696890 in popluar number systems.

HEX696890
Decimal105104144
Binary1101001110100010010000
Octal151150220

Shades and tints

Shades of #696890

#696890
(105,104,144)
#605F83
(96,95,131)
#575676
(87,86,118)
#4E4D69
(78,77,105)
#45445C
(69,68,92)
#3C3B4F
(60,59,79)
#333242
(51,50,66)
#2A2935
(42,41,53)
#212028
(33,32,40)
#18171B
(24,23,27)
#0F0E0E
(15,14,14)
#000000
(0,0,0)

Tints of #696890

#696890
(105,104,144)
#76759A
(118,117,154)
#8382A4
(131,130,164)
#908FAE
(144,143,174)
#9D9CB8
(157,156,184)
#AAA9C2
(170,169,194)
#B7B6CC
(183,182,204)
#C4C3D6
(196,195,214)
#D1D0E0
(209,208,224)
#DEDDEA
(222,221,234)
#EBEAF4
(235,234,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #696890 color. Also use rgb(105,104,144) instead hex code.

Text Font Color

.myTextColor { color: #696890; }

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

This text font color is #696890.


Background Color

.myBgColor { background-color: #696890; }

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

This div background color is #696890.


Border color

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

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

This div border color is #696890.


Opacity

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

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

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

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

This text has shadow with #696890 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #696890 on black background.


Color preview on white background

This text has color #696890 on white background.



Black color preview on #696890 background

This text has black color on #696890 background.


White color preview on #696890 background

This text has white color on #696890 background.