COLOR #696588

HEX: #696588
RGB: (105,101,136)

Color info

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

RGB color model

#696588 color RGB value is (105,101,136).

  • red value is 105;
  • green value is 101;
  • blue value is 136.
RGB:
(105,101,136)
(41%,40%,53%)

RGB channels and saturation

R 105 of 255 = 41%
G 101 of 255 = 40%
B 136 of 255 = 53%

105
101
136

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

Portions of RGB colors in percentages

R + G + B =
105 + 101 + 136 = 342 (100%)
R 105 of 342 ~ 30.7%
G 101 of 342 ~ 29.53%
B 136 of 342 ~ 39.77%

%30.7
%29.53
%39.77

CMYK color model

#696588 color CMYK value is (23,26,0,47).

  • cyan value is 22.79%
  • magenta value is 25.74%
  • yellow value is 0.00%
  • key color value is 46.67%
CMYK:
(23,26,0,47)
C23M26Y0K47 
(23%,26%,0%,47%)
(0.23/0.26/0.00/0.47)	

CMYK percentages

%22.79
%25.74
%0
%46.67

Codes

Color #696588 in popluar color models

696588
RGB105101136
HSL247°14.77%46.47%
HSB/HSV247°25.74%53.33%
CMYK22.79%25.74%0.00%
46.67%

Color #696588 in popluar number systems.

HEX696588
Decimal105101136
Binary1101001110010110001000
Octal151145210

Shades and tints

Shades of #696588

#696588
(105,101,136)
#605C7C
(96,92,124)
#575370
(87,83,112)
#4E4A64
(78,74,100)
#454158
(69,65,88)
#3C384C
(60,56,76)
#332F40
(51,47,64)
#2A2634
(42,38,52)
#211D28
(33,29,40)
#18141C
(24,20,28)
#0F0B10
(15,11,16)
#000000
(0,0,0)

Tints of #696588

#696588
(105,101,136)
#767392
(118,115,146)
#83819C
(131,129,156)
#908FA6
(144,143,166)
#9D9DB0
(157,157,176)
#AAABBA
(170,171,186)
#B7B9C4
(183,185,196)
#C4C7CE
(196,199,206)
#D1D5D8
(209,213,216)
#DEE3E2
(222,227,226)
#EBF1EC
(235,241,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #696588; }

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

This text font color is #696588.


Background Color

.myBgColor { background-color: #696588; }

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

This div background color is #696588.


Border color

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

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

This div border color is #696588.


Opacity

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

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

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

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

This text has shadow with #696588 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #696588 on black background.


Color preview on white background

This text has color #696588 on white background.



Black color preview on #696588 background

This text has black color on #696588 background.


White color preview on #696588 background

This text has white color on #696588 background.