COLOR #695D87

HEX: #695D87
RGB: (105,93,135)

Color info

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

RGB color model

#695D87 color RGB value is (105,93,135).

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

RGB channels and saturation

R 105 of 255 = 41%
G 93 of 255 = 36%
B 135 of 255 = 53%

105
93
135

R + G + B ~ 43%. #695D87 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
105 + 93 + 135 = 333 (100%)
R 105 of 333 ~ 31.53%
G 93 of 333 ~ 27.93%
B 135 of 333 ~ 40.54%

%31.53
%27.93
%40.54

CMYK color model

#695D87 color CMYK value is (22,31,0,47).

  • cyan value is 22.22%
  • magenta value is 31.11%
  • yellow value is 0.00%
  • key color value is 47.06%
CMYK:
(22,31,0,47)
C22M31Y0K47 
(22%,31%,0%,47%)
(0.22/0.31/0.00/0.47)	

CMYK percentages

%22.22
%31.11
%0
%47.06

Codes

Color #695D87 in popluar color models

695D87
RGB10593135
HSL257°18.42%44.71%
HSB/HSV257°31.11%52.94%
CMYK22.22%31.11%0.00%
47.06%

Color #695D87 in popluar number systems.

HEX695D87
Decimal10593135
Binary1101001101110110000111
Octal151135207

Shades and tints

Shades of #695D87

#695D87
(105,93,135)
#60557B
(96,85,123)
#574D6F
(87,77,111)
#4E4563
(78,69,99)
#453D57
(69,61,87)
#3C354B
(60,53,75)
#332D3F
(51,45,63)
#2A2533
(42,37,51)
#211D27
(33,29,39)
#18151B
(24,21,27)
#0F0D0F
(15,13,15)
#000000
(0,0,0)

Tints of #695D87

#695D87
(105,93,135)
#766B91
(118,107,145)
#83799B
(131,121,155)
#9087A5
(144,135,165)
#9D95AF
(157,149,175)
#AAA3B9
(170,163,185)
#B7B1C3
(183,177,195)
#C4BFCD
(196,191,205)
#D1CDD7
(209,205,215)
#DEDBE1
(222,219,225)
#EBE9EB
(235,233,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #695D87; }

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

This text font color is #695D87.


Background Color

.myBgColor { background-color: #695D87; }

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

This div background color is #695D87.


Border color

.myBorderColor { border: 1px solid #695D87; }

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

This div border color is #695D87.


Opacity

.myOpacity80 { color: #695D87; opacity: 0.8; }

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

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

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

This text has shadow with #695D87 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #695D87 on black background.


Color preview on white background

This text has color #695D87 on white background.



Black color preview on #695D87 background

This text has black color on #695D87 background.


White color preview on #695D87 background

This text has white color on #695D87 background.