COLOR #696984

HEX: #696984
RGB: (105,105,132)

Color info

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

RGB color model

#696984 color RGB value is (105,105,132).

  • red value is 105;
  • green value is 105;
  • blue value is 132.
RGB:
(105,105,132)
(41%,41%,52%)

RGB channels and saturation

R 105 of 255 = 41%
G 105 of 255 = 41%
B 132 of 255 = 52%

105
105
132

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

Portions of RGB colors in percentages

R + G + B =
105 + 105 + 132 = 342 (100%)
R 105 of 342 ~ 30.7%
G 105 of 342 ~ 30.7%
B 132 of 342 ~ 38.6%

%30.7
%30.7
%38.6

CMYK color model

#696984 color CMYK value is (20,20,0,48).

  • cyan value is 20.45%
  • magenta value is 20.45%
  • yellow value is 0.00%
  • key color value is 48.24%
CMYK:
(20,20,0,48)
C20M20Y0K48 
(20%,20%,0%,48%)
(0.20/0.20/0.00/0.48)	

CMYK percentages

%20.45
%20.45
%0
%48.24

Codes

Color #696984 in popluar color models

696984
RGB105105132
HSL240°11.39%46.47%
HSB/HSV240°20.45%51.76%
CMYK20.45%20.45%0.00%
48.24%

Color #696984 in popluar number systems.

HEX696984
Decimal105105132
Binary1101001110100110000100
Octal151151204

Shades and tints

Shades of #696984

#696984
(105,105,132)
#606078
(96,96,120)
#57576C
(87,87,108)
#4E4E60
(78,78,96)
#454554
(69,69,84)
#3C3C48
(60,60,72)
#33333C
(51,51,60)
#2A2A30
(42,42,48)
#212124
(33,33,36)
#181818
(24,24,24)
#0F0F0C
(15,15,12)
#000000
(0,0,0)

Tints of #696984

#696984
(105,105,132)
#76768F
(118,118,143)
#83839A
(131,131,154)
#9090A5
(144,144,165)
#9D9DB0
(157,157,176)
#AAAABB
(170,170,187)
#B7B7C6
(183,183,198)
#C4C4D1
(196,196,209)
#D1D1DC
(209,209,220)
#DEDEE7
(222,222,231)
#EBEBF2
(235,235,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #696984; }

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

This text font color is #696984.


Background Color

.myBgColor { background-color: #696984; }

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

This div background color is #696984.


Border color

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

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

This div border color is #696984.


Opacity

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

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

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

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

This text has shadow with #696984 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #696984 on black background.


Color preview on white background

This text has color #696984 on white background.



Black color preview on #696984 background

This text has black color on #696984 background.


White color preview on #696984 background

This text has white color on #696984 background.