COLOR #695B6A

HEX: #695B6A RGB: (105,91,106)

Color info

#695B6A contains red, green and blue colors in about the same proportion. Web safe color of #695B6A is #666666 (or #666).

RGB color model

#695B6A color RGB value is (105,91,106).

RGB: (105,91,106) (41%, 36%, 42%)

RGB channels and saturation

R 105 of 255 = 41%
G 91 of 255 = 36%
B 106 of 255 = 42%

105
91
106

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

Portions of RGB colors in percentages

R + G + B = 105 + 91 + 106 = 302 (100%)
R 105 of 302 ~ 34.77%
G 91 of 302 ~ 30.13%
B 106 of 302 ~ 35.1'%

%34.77
%30.13
%35.1

CMYK color model

#695B6A color CMYK value is (1,14,0,58).

  • cyan value is 0.94%
  • magenta value is 14.15%
  • yellow value is 0.00%
  • key color value is 58.43%

CMYK: (1,14,0,58)
C1M14Y0K58 (1%, 14%, 0%, 58%)
(0.01 / 0.14 / 0.00 / 0.58)

CMYK percentages

%0.94
%14.15
%0
%58.43

Codes

Color #695B6A in popluar color models

69 5B 6A
RGB 105 91 106
HSL 296° 7.61% 38.63%
HSB/HSV 296° 14.15% 41.57%
CMYK 0.94% 14.15% 0.00%
58.43%

Color #695B6A in popluar number systems.

HEX 69 5B 6A
Decimal 105 91 106
Binary 1101001 1011011 1101010
Octal 151 133 152

Shades and tints

Shades of #695B6A

#695B6A
(105,91,106)
#605361
(96,83,97)
#574B58
(87,75,88)
#4E434F
(78,67,79)
#453B46
(69,59,70)
#3C333D
(60,51,61)
#332B34
(51,43,52)
#2A232B
(42,35,43)
#211B22
(33,27,34)
#181319
(24,19,25)
#0F0B10
(15,11,16)
#000000
(0,0,0)

Tints of #695B6A

#695B6A
(105,91,106)
#766977
(118,105,119)
#837784
(131,119,132)
#908591
(144,133,145)
#9D939E
(157,147,158)
#AAA1AB
(170,161,171)
#B7AFB8
(183,175,184)
#C4BDC5
(196,189,197)
#D1CBD2
(209,203,210)
#DED9DF
(222,217,223)
#EBE7EC
(235,231,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #695B6A color. Also use rgb(105,91,106) instead hex code.

Text Font Color

.myTextColor { color: #695B6A; }

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

This text font color is #695B6A.

Background Color

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

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

This div background color is #695B6A.

Border color

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

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

This div border color is #695B6A.

Opacity

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

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

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

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

This text has shadow with #695B6A color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #695B6A.

Preview

Color preview on black background

This text has color #695B6A on black background.


Color preview on white background

This text has color #695B6A on white background.


Black color preview on #695B6A background

This text has black color on #695B6A background.


White color preview on #695B6A background

This text has white color on #695B6A background.


Related colors

Complementary color

Complementary color for #hex is #96A495.


I love getcolorcode.com

Triadic colors

1 #6A695B and #5B6A69 with #695B6A are triadic colors.

2 #6A5B69 and #5B696A with #695B6A are triadic colors.