COLOR #695C7B

HEX: #695C7B
RGB: (105,92,123)

Color info

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

RGB color model

#695C7B color RGB value is (105,92,123).

  • red value is 105;
  • green value is 92;
  • blue value is 123.
RGB:
(105,92,123)
(41%,36%,48%)

RGB channels and saturation

R 105 of 255 = 41%
G 92 of 255 = 36%
B 123 of 255 = 48%

105
92
123

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

Portions of RGB colors in percentages

R + G + B =
105 + 92 + 123 = 320 (100%)
R 105 of 320 ~ 32.81%
G 92 of 320 ~ 28.75%
B 123 of 320 ~ 38.44%

%32.81
%28.75
%38.44

CMYK color model

#695C7B color CMYK value is (15,25,0,52).

  • cyan value is 14.63%
  • magenta value is 25.20%
  • yellow value is 0.00%
  • key color value is 51.76%
CMYK:
(15,25,0,52)
C15M25Y0K52 
(15%,25%,0%,52%)
(0.15/0.25/0.00/0.52)	

CMYK percentages

%14.63
%25.2
%0
%51.76

Codes

Color #695C7B in popluar color models

695C7B
RGB10592123
HSL265°14.42%42.16%
HSB/HSV265°25.20%48.24%
CMYK14.63%25.20%0.00%
51.76%

Color #695C7B in popluar number systems.

HEX695C7B
Decimal10592123
Binary110100110111001111011
Octal151134173

Shades and tints

Shades of #695C7B

#695C7B
(105,92,123)
#605470
(96,84,112)
#574C65
(87,76,101)
#4E445A
(78,68,90)
#453C4F
(69,60,79)
#3C3444
(60,52,68)
#332C39
(51,44,57)
#2A242E
(42,36,46)
#211C23
(33,28,35)
#181418
(24,20,24)
#0F0C0D
(15,12,13)
#000000
(0,0,0)

Tints of #695C7B

#695C7B
(105,92,123)
#766A87
(118,106,135)
#837893
(131,120,147)
#90869F
(144,134,159)
#9D94AB
(157,148,171)
#AAA2B7
(170,162,183)
#B7B0C3
(183,176,195)
#C4BECF
(196,190,207)
#D1CCDB
(209,204,219)
#DEDAE7
(222,218,231)
#EBE8F3
(235,232,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #695C7B color. Also use rgb(105,92,123) instead hex code.

Text Font Color

.myTextColor { color: #695C7B; }

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

This text font color is #695C7B.


Background Color

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

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

This div background color is #695C7B.


Border color

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

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

This div border color is #695C7B.


Opacity

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

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

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

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

This text has shadow with #695C7B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #695C7B on black background.


Color preview on white background

This text has color #695C7B on white background.



Black color preview on #695C7B background

This text has black color on #695C7B background.


White color preview on #695C7B background

This text has white color on #695C7B background.