COLOR #696084

HEX: #696084
RGB: (105,96,132)

Color info

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

RGB color model

#696084 color RGB value is (105,96,132).

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

RGB channels and saturation

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

105
96
132

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

Portions of RGB colors in percentages

R + G + B =
105 + 96 + 132 = 333 (100%)
R 105 of 333 ~ 31.53%
G 96 of 333 ~ 28.83%
B 132 of 333 ~ 39.64%

%31.53
%28.83
%39.64

CMYK color model

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

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

CMYK percentages

%20.45
%27.27
%0
%48.24

Codes

Color #696084 in popluar color models

696084
RGB10596132
HSL255°15.79%44.71%
HSB/HSV255°27.27%51.76%
CMYK20.45%27.27%0.00%
48.24%

Color #696084 in popluar number systems.

HEX696084
Decimal10596132
Binary1101001110000010000100
Octal151140204

Shades and tints

Shades of #696084

#696084
(105,96,132)
#605878
(96,88,120)
#57506C
(87,80,108)
#4E4860
(78,72,96)
#454054
(69,64,84)
#3C3848
(60,56,72)
#33303C
(51,48,60)
#2A2830
(42,40,48)
#212024
(33,32,36)
#181818
(24,24,24)
#0F100C
(15,16,12)
#000000
(0,0,0)

Tints of #696084

#696084
(105,96,132)
#766E8F
(118,110,143)
#837C9A
(131,124,154)
#908AA5
(144,138,165)
#9D98B0
(157,152,176)
#AAA6BB
(170,166,187)
#B7B4C6
(183,180,198)
#C4C2D1
(196,194,209)
#D1D0DC
(209,208,220)
#DEDEE7
(222,222,231)
#EBECF2
(235,236,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #696084; }

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

This text font color is #696084.


Background Color

.myBgColor { background-color: #696084; }

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

This div background color is #696084.


Border color

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

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

This div border color is #696084.


Opacity

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

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

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

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

This text has shadow with #696084 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #696084 on black background.


Color preview on white background

This text has color #696084 on white background.



Black color preview on #696084 background

This text has black color on #696084 background.


White color preview on #696084 background

This text has white color on #696084 background.