COLOR #695673

HEX: #695673
RGB: (105,86,115)

Color info

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

RGB color model

#695673 color RGB value is (105,86,115).

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

RGB channels and saturation

R 105 of 255 = 41%
G 86 of 255 = 34%
B 115 of 255 = 45%

105
86
115

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

Portions of RGB colors in percentages

R + G + B =
105 + 86 + 115 = 306 (100%)
R 105 of 306 ~ 34.31%
G 86 of 306 ~ 28.1%
B 115 of 306 ~ 37.58%

%34.31
%28.1
%37.58

CMYK color model

#695673 color CMYK value is (9,25,0,55).

  • cyan value is 8.70%
  • magenta value is 25.22%
  • yellow value is 0.00%
  • key color value is 54.90%
CMYK:
(9,25,0,55)
C9M25Y0K55 
(9%,25%,0%,55%)
(0.09/0.25/0.00/0.55)	

CMYK percentages

%8.7
%25.22
%0
%54.9

Codes

Color #695673 in popluar color models

695673
RGB10586115
HSL279°14.43%39.41%
HSB/HSV279°25.22%45.10%
CMYK8.70%25.22%0.00%
54.90%

Color #695673 in popluar number systems.

HEX695673
Decimal10586115
Binary110100110101101110011
Octal151126163

Shades and tints

Shades of #695673

#695673
(105,86,115)
#604F69
(96,79,105)
#57485F
(87,72,95)
#4E4155
(78,65,85)
#453A4B
(69,58,75)
#3C3341
(60,51,65)
#332C37
(51,44,55)
#2A252D
(42,37,45)
#211E23
(33,30,35)
#181719
(24,23,25)
#0F100F
(15,16,15)
#000000
(0,0,0)

Tints of #695673

#695673
(105,86,115)
#76657F
(118,101,127)
#83748B
(131,116,139)
#908397
(144,131,151)
#9D92A3
(157,146,163)
#AAA1AF
(170,161,175)
#B7B0BB
(183,176,187)
#C4BFC7
(196,191,199)
#D1CED3
(209,206,211)
#DEDDDF
(222,221,223)
#EBECEB
(235,236,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #695673; }

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

This text font color is #695673.


Background Color

.myBgColor { background-color: #695673; }

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

This div background color is #695673.


Border color

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

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

This div border color is #695673.


Opacity

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

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

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

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

This text has shadow with #695673 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #695673 on black background.


Color preview on white background

This text has color #695673 on white background.



Black color preview on #695673 background

This text has black color on #695673 background.


White color preview on #695673 background

This text has white color on #695673 background.