COLOR #695D81

HEX: #695D81 RGB: (105,93,129)

Color info

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

RGB color model

#695D81 color RGB value is (105,93,129).

RGB: (105,93,129) (41%, 36%, 51%)

RGB channels and saturation

R 105 of 255 = 41%
G 93 of 255 = 36%
B 129 of 255 = 51%

105
93
129

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

Portions of RGB colors in percentages

R + G + B = 105 + 93 + 129 = 327 (100%)
R 105 of 327 ~ 32.11%
G 93 of 327 ~ 28.44%
B 129 of 327 ~ 39.45'%

%32.11
%28.44
%39.45

CMYK color model

#695D81 color CMYK value is (19,28,0,49).

  • cyan value is 18.60%
  • magenta value is 27.91%
  • yellow value is 0.00%
  • key color value is 49.41%

CMYK: (19,28,0,49)
C19M28Y0K49 (19%, 28%, 0%, 49%)
(0.19 / 0.28 / 0.00 / 0.49)

CMYK percentages

%18.6
%27.91
%0
%49.41

Codes

Color #695D81 in popluar color models

69 5D 81
RGB 105 93 129
HSL 260° 16.22% 43.53%
HSB/HSV 260° 27.91% 50.59%
CMYK 18.60% 27.91% 0.00%
49.41%

Color #695D81 in popluar number systems.

HEX 69 5D 81
Decimal 105 93 129
Binary 1101001 1011101 10000001
Octal 151 135 201

Shades and tints

Shades of #695D81

#695D81
(105,93,129)
#605576
(96,85,118)
#574D6B
(87,77,107)
#4E4560
(78,69,96)
#453D55
(69,61,85)
#3C354A
(60,53,74)
#332D3F
(51,45,63)
#2A2534
(42,37,52)
#211D29
(33,29,41)
#18151E
(24,21,30)
#0F0D13
(15,13,19)
#000000
(0,0,0)

Tints of #695D81

#695D81
(105,93,129)
#766B8C
(118,107,140)
#837997
(131,121,151)
#9087A2
(144,135,162)
#9D95AD
(157,149,173)
#AAA3B8
(170,163,184)
#B7B1C3
(183,177,195)
#C4BFCE
(196,191,206)
#D1CDD9
(209,205,217)
#DEDBE4
(222,219,228)
#EBE9EF
(235,233,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #695D81; }

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

This text font color is #695D81.

Background Color

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

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

This div background color is #695D81.

Border color

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

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

This div border color is #695D81.

Opacity

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

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

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

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

This text has shadow with #695D81 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #695D81.

Preview

Color preview on black background

This text has color #695D81 on black background.


Color preview on white background

This text has color #695D81 on white background.


Black color preview on #695D81 background

This text has black color on #695D81 background.


White color preview on #695D81 background

This text has white color on #695D81 background.


Related colors

Complementary color

Complementary color for #hex is #96A27E.


I love getcolorcode.com

Triadic colors

1 #81695D and #5D8169 with #695D81 are triadic colors.

2 #815D69 and #5D6981 with #695D81 are triadic colors.