COLOR #695C85

HEX: #695C85 RGB: (105,92,133)

Color info

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

RGB color model

#695C85 color RGB value is (105,92,133).

RGB: (105,92,133) (41%, 36%, 52%)

RGB channels and saturation

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

105
92
133

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

Portions of RGB colors in percentages

R + G + B = 105 + 92 + 133 = 330 (100%)
R 105 of 330 ~ 31.82%
G 92 of 330 ~ 27.88%
B 133 of 330 ~ 40.3'%

%31.82
%27.88
%40.3

CMYK color model

#695C85 color CMYK value is (21,31,0,48).

  • cyan value is 21.05%
  • magenta value is 30.83%
  • yellow value is 0.00%
  • key color value is 47.84%

CMYK: (21,31,0,48)
C21M31Y0K48 (21%, 31%, 0%, 48%)
(0.21 / 0.31 / 0.00 / 0.48)

CMYK percentages

%21.05
%30.83
%0
%47.84

Codes

Color #695C85 in popluar color models

69 5C 85
RGB 105 92 133
HSL 259° 18.22% 44.12%
HSB/HSV 259° 30.83% 52.16%
CMYK 21.05% 30.83% 0.00%
47.84%

Color #695C85 in popluar number systems.

HEX 69 5C 85
Decimal 105 92 133
Binary 1101001 1011100 10000101
Octal 151 134 205

Shades and tints

Shades of #695C85

#695C85
(105,92,133)
#605479
(96,84,121)
#574C6D
(87,76,109)
#4E4461
(78,68,97)
#453C55
(69,60,85)
#3C3449
(60,52,73)
#332C3D
(51,44,61)
#2A2431
(42,36,49)
#211C25
(33,28,37)
#181419
(24,20,25)
#0F0C0D
(15,12,13)
#000000
(0,0,0)

Tints of #695C85

#695C85
(105,92,133)
#766A90
(118,106,144)
#83789B
(131,120,155)
#9086A6
(144,134,166)
#9D94B1
(157,148,177)
#AAA2BC
(170,162,188)
#B7B0C7
(183,176,199)
#C4BED2
(196,190,210)
#D1CCDD
(209,204,221)
#DEDAE8
(222,218,232)
#EBE8F3
(235,232,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #695C85; }

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

This text font color is #695C85.

Background Color

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

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

This div background color is #695C85.

Border color

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

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

This div border color is #695C85.

Opacity

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

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

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

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

This text has shadow with #695C85 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #695C85.

Preview

Color preview on black background

This text has color #695C85 on black background.


Color preview on white background

This text has color #695C85 on white background.


Black color preview on #695C85 background

This text has black color on #695C85 background.


White color preview on #695C85 background

This text has white color on #695C85 background.


Related colors

Complementary color

Complementary color for #hex is #96A37A.


I love getcolorcode.com

Triadic colors

1 #85695C and #5C8569 with #695C85 are triadic colors.

2 #855C69 and #5C6985 with #695C85 are triadic colors.