COLOR #695B78

HEX: #695B78
RGB: (105,91,120)

Color info

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

RGB color model

#695B78 color RGB value is (105,91,120).

  • red value is 105;
  • green value is 91;
  • blue value is 120.
RGB:
(105,91,120)
(41%,36%,47%)

RGB channels and saturation

R 105 of 255 = 41%
G 91 of 255 = 36%
B 120 of 255 = 47%

105
91
120

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

Portions of RGB colors in percentages

R + G + B =
105 + 91 + 120 = 316 (100%)
R 105 of 316 ~ 33.23%
G 91 of 316 ~ 28.8%
B 120 of 316 ~ 37.97%

%33.23
%28.8
%37.97

CMYK color model

#695B78 color CMYK value is (13,24,0,53).

  • cyan value is 12.50%
  • magenta value is 24.17%
  • yellow value is 0.00%
  • key color value is 52.94%
CMYK:
(13,24,0,53)
C13M24Y0K53 
(13%,24%,0%,53%)
(0.13/0.24/0.00/0.53)	

CMYK percentages

%12.5
%24.17
%0
%52.94

Codes

Color #695B78 in popluar color models

695B78
RGB10591120
HSL269°13.74%41.37%
HSB/HSV269°24.17%47.06%
CMYK12.50%24.17%0.00%
52.94%

Color #695B78 in popluar number systems.

HEX695B78
Decimal10591120
Binary110100110110111111000
Octal151133170

Shades and tints

Shades of #695B78

#695B78
(105,91,120)
#60536E
(96,83,110)
#574B64
(87,75,100)
#4E435A
(78,67,90)
#453B50
(69,59,80)
#3C3346
(60,51,70)
#332B3C
(51,43,60)
#2A2332
(42,35,50)
#211B28
(33,27,40)
#18131E
(24,19,30)
#0F0B14
(15,11,20)
#000000
(0,0,0)

Tints of #695B78

#695B78
(105,91,120)
#766984
(118,105,132)
#837790
(131,119,144)
#90859C
(144,133,156)
#9D93A8
(157,147,168)
#AAA1B4
(170,161,180)
#B7AFC0
(183,175,192)
#C4BDCC
(196,189,204)
#D1CBD8
(209,203,216)
#DED9E4
(222,217,228)
#EBE7F0
(235,231,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #695B78; }

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

This text font color is #695B78.


Background Color

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

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

This div background color is #695B78.


Border color

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

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

This div border color is #695B78.


Opacity

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

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

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

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

This text has shadow with #695B78 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #695B78 on black background.


Color preview on white background

This text has color #695B78 on white background.



Black color preview on #695B78 background

This text has black color on #695B78 background.


White color preview on #695B78 background

This text has white color on #695B78 background.