COLOR #697585

HEX: #697585
RGB: (105,117,133)

Color info

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

RGB color model

#697585 color RGB value is (105,117,133).

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

RGB channels and saturation

R 105 of 255 = 41%
G 117 of 255 = 46%
B 133 of 255 = 52%

105
117
133

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

Portions of RGB colors in percentages

R + G + B =
105 + 117 + 133 = 355 (100%)
R 105 of 355 ~ 29.58%
G 117 of 355 ~ 32.96%
B 133 of 355 ~ 37.46%

%29.58
%32.96
%37.46

CMYK color model

#697585 color CMYK value is (21,12,0,48).

  • cyan value is 21.05%
  • magenta value is 12.03%
  • yellow value is 0.00%
  • key color value is 47.84%
CMYK:
(21,12,0,48)
C21M12Y0K48 
(21%,12%,0%,48%)
(0.21/0.12/0.00/0.48)	

CMYK percentages

%21.05
%12.03
%0
%47.84

Codes

Color #697585 in popluar color models

697585
RGB105117133
HSL214°11.76%46.67%
HSB/HSV214°21.05%52.16%
CMYK21.05%12.03%0.00%
47.84%

Color #697585 in popluar number systems.

HEX697585
Decimal105117133
Binary1101001111010110000101
Octal151165205

Shades and tints

Shades of #697585

#697585
(105,117,133)
#606B79
(96,107,121)
#57616D
(87,97,109)
#4E5761
(78,87,97)
#454D55
(69,77,85)
#3C4349
(60,67,73)
#33393D
(51,57,61)
#2A2F31
(42,47,49)
#212525
(33,37,37)
#181B19
(24,27,25)
#0F110D
(15,17,13)
#000000
(0,0,0)

Tints of #697585

#697585
(105,117,133)
#768190
(118,129,144)
#838D9B
(131,141,155)
#9099A6
(144,153,166)
#9DA5B1
(157,165,177)
#AAB1BC
(170,177,188)
#B7BDC7
(183,189,199)
#C4C9D2
(196,201,210)
#D1D5DD
(209,213,221)
#DEE1E8
(222,225,232)
#EBEDF3
(235,237,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #697585; }

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

This text font color is #697585.


Background Color

.myBgColor { background-color: #697585; }

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

This div background color is #697585.


Border color

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

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

This div border color is #697585.


Opacity

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

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

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

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

This text has shadow with #697585 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #697585 on black background.


Color preview on white background

This text has color #697585 on white background.



Black color preview on #697585 background

This text has black color on #697585 background.


White color preview on #697585 background

This text has white color on #697585 background.