COLOR #695D85

HEX: #695D85
RGB: (105,93,133)

Color info

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

RGB color model

#695D85 color RGB value is (105,93,133).

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

RGB channels and saturation

R 105 of 255 = 41%
G 93 of 255 = 36%
B 133 of 255 = 52%

105
93
133

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

Portions of RGB colors in percentages

R + G + B =
105 + 93 + 133 = 331 (100%)
R 105 of 331 ~ 31.72%
G 93 of 331 ~ 28.1%
B 133 of 331 ~ 40.18%

%31.72
%28.1
%40.18

CMYK color model

#695D85 color CMYK value is (21,30,0,48).

  • cyan value is 21.05%
  • magenta value is 30.08%
  • yellow value is 0.00%
  • key color value is 47.84%
CMYK:
(21,30,0,48)
C21M30Y0K48 
(21%,30%,0%,48%)
(0.21/0.30/0.00/0.48)	

CMYK percentages

%21.05
%30.08
%0
%47.84

Codes

Color #695D85 in popluar color models

695D85
RGB10593133
HSL258°17.70%44.31%
HSB/HSV258°30.08%52.16%
CMYK21.05%30.08%0.00%
47.84%

Color #695D85 in popluar number systems.

HEX695D85
Decimal10593133
Binary1101001101110110000101
Octal151135205

Shades and tints

Shades of #695D85

#695D85
(105,93,133)
#605579
(96,85,121)
#574D6D
(87,77,109)
#4E4561
(78,69,97)
#453D55
(69,61,85)
#3C3549
(60,53,73)
#332D3D
(51,45,61)
#2A2531
(42,37,49)
#211D25
(33,29,37)
#181519
(24,21,25)
#0F0D0D
(15,13,13)
#000000
(0,0,0)

Tints of #695D85

#695D85
(105,93,133)
#766B90
(118,107,144)
#83799B
(131,121,155)
#9087A6
(144,135,166)
#9D95B1
(157,149,177)
#AAA3BC
(170,163,188)
#B7B1C7
(183,177,199)
#C4BFD2
(196,191,210)
#D1CDDD
(209,205,221)
#DEDBE8
(222,219,232)
#EBE9F3
(235,233,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #695D85; }

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

This text font color is #695D85.


Background Color

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

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

This div background color is #695D85.


Border color

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

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

This div border color is #695D85.


Opacity

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

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

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

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

This text has shadow with #695D85 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #695D85 on black background.


Color preview on white background

This text has color #695D85 on white background.



Black color preview on #695D85 background

This text has black color on #695D85 background.


White color preview on #695D85 background

This text has white color on #695D85 background.