COLOR #696087

HEX: #696087
RGB: (105,96,135)

Color info

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

RGB color model

#696087 color RGB value is (105,96,135).

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

RGB channels and saturation

R 105 of 255 = 41%
G 96 of 255 = 38%
B 135 of 255 = 53%

105
96
135

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

Portions of RGB colors in percentages

R + G + B =
105 + 96 + 135 = 336 (100%)
R 105 of 336 ~ 31.25%
G 96 of 336 ~ 28.57%
B 135 of 336 ~ 40.18%

%31.25
%28.57
%40.18

CMYK color model

#696087 color CMYK value is (22,29,0,47).

  • cyan value is 22.22%
  • magenta value is 28.89%
  • yellow value is 0.00%
  • key color value is 47.06%
CMYK:
(22,29,0,47)
C22M29Y0K47 
(22%,29%,0%,47%)
(0.22/0.29/0.00/0.47)	

CMYK percentages

%22.22
%28.89
%0
%47.06

Codes

Color #696087 in popluar color models

696087
RGB10596135
HSL254°16.88%45.29%
HSB/HSV254°28.89%52.94%
CMYK22.22%28.89%0.00%
47.06%

Color #696087 in popluar number systems.

HEX696087
Decimal10596135
Binary1101001110000010000111
Octal151140207

Shades and tints

Shades of #696087

#696087
(105,96,135)
#60587B
(96,88,123)
#57506F
(87,80,111)
#4E4863
(78,72,99)
#454057
(69,64,87)
#3C384B
(60,56,75)
#33303F
(51,48,63)
#2A2833
(42,40,51)
#212027
(33,32,39)
#18181B
(24,24,27)
#0F100F
(15,16,15)
#000000
(0,0,0)

Tints of #696087

#696087
(105,96,135)
#766E91
(118,110,145)
#837C9B
(131,124,155)
#908AA5
(144,138,165)
#9D98AF
(157,152,175)
#AAA6B9
(170,166,185)
#B7B4C3
(183,180,195)
#C4C2CD
(196,194,205)
#D1D0D7
(209,208,215)
#DEDEE1
(222,222,225)
#EBECEB
(235,236,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #696087; }

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

This text font color is #696087.


Background Color

.myBgColor { background-color: #696087; }

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

This div background color is #696087.


Border color

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

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

This div border color is #696087.


Opacity

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

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

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

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

This text has shadow with #696087 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #696087 on black background.


Color preview on white background

This text has color #696087 on white background.



Black color preview on #696087 background

This text has black color on #696087 background.


White color preview on #696087 background

This text has white color on #696087 background.