COLOR #695668

HEX: #695668
RGB: (105,86,104)

Color info

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

RGB color model

#695668 color RGB value is (105,86,104).

  • red value is 105;
  • green value is 86;
  • blue value is 104.
RGB:
(105,86,104)
(41%,34%,41%)

RGB channels and saturation

R 105 of 255 = 41%
G 86 of 255 = 34%
B 104 of 255 = 41%

105
86
104

R + G + B ~ 39%. #695668 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
105 + 86 + 104 = 295 (100%)
R 105 of 295 ~ 35.59%
G 86 of 295 ~ 29.15%
B 104 of 295 ~ 35.25%

%35.59
%29.15
%35.25

CMYK color model

#695668 color CMYK value is (0,18,1,59).

  • cyan value is 0.00%
  • magenta value is 18.10%
  • yellow value is 0.95%
  • key color value is 58.82%
CMYK:
(0,18,1,59)
C0M18Y1K59 
(0%,18%,1%,59%)
(0.00/0.18/0.01/0.59)	

CMYK percentages

%0
%18.1
%0.95
%58.82

Codes

Color #695668 in popluar color models

695668
RGB10586104
HSL303°9.95%37.45%
HSB/HSV303°18.10%41.18%
CMYK0.00%18.10%0.95%
58.82%

Color #695668 in popluar number systems.

HEX695668
Decimal10586104
Binary110100110101101101000
Octal151126150

Shades and tints

Shades of #695668

#695668
(105,86,104)
#604F5F
(96,79,95)
#574856
(87,72,86)
#4E414D
(78,65,77)
#453A44
(69,58,68)
#3C333B
(60,51,59)
#332C32
(51,44,50)
#2A2529
(42,37,41)
#211E20
(33,30,32)
#181717
(24,23,23)
#0F100E
(15,16,14)
#000000
(0,0,0)

Tints of #695668

#695668
(105,86,104)
#766575
(118,101,117)
#837482
(131,116,130)
#90838F
(144,131,143)
#9D929C
(157,146,156)
#AAA1A9
(170,161,169)
#B7B0B6
(183,176,182)
#C4BFC3
(196,191,195)
#D1CED0
(209,206,208)
#DEDDDD
(222,221,221)
#EBECEA
(235,236,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #695668 color. Also use rgb(105,86,104) instead hex code.

Text Font Color

.myTextColor { color: #695668; }

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

This text font color is #695668.


Background Color

.myBgColor { background-color: #695668; }

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

This div background color is #695668.


Border color

.myBorderColor { border: 1px solid #695668; }

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

This div border color is #695668.


Opacity

.myOpacity80 { color: #695668; opacity: 0.8; }

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

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

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

This text has shadow with #695668 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #695668 on black background.


Color preview on white background

This text has color #695668 on white background.



Black color preview on #695668 background

This text has black color on #695668 background.


White color preview on #695668 background

This text has white color on #695668 background.