COLOR #695B7D

HEX: #695B7D
RGB: (105,91,125)

Color info

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

RGB color model

#695B7D color RGB value is (105,91,125).

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

RGB channels and saturation

R 105 of 255 = 41%
G 91 of 255 = 36%
B 125 of 255 = 49%

105
91
125

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

Portions of RGB colors in percentages

R + G + B =
105 + 91 + 125 = 321 (100%)
R 105 of 321 ~ 32.71%
G 91 of 321 ~ 28.35%
B 125 of 321 ~ 38.94%

%32.71
%28.35
%38.94

CMYK color model

#695B7D color CMYK value is (16,27,0,51).

  • cyan value is 16.00%
  • magenta value is 27.20%
  • yellow value is 0.00%
  • key color value is 50.98%
CMYK:
(16,27,0,51)
C16M27Y0K51 
(16%,27%,0%,51%)
(0.16/0.27/0.00/0.51)	

CMYK percentages

%16
%27.2
%0
%50.98

Codes

Color #695B7D in popluar color models

695B7D
RGB10591125
HSL265°15.74%42.35%
HSB/HSV265°27.20%49.02%
CMYK16.00%27.20%0.00%
50.98%

Color #695B7D in popluar number systems.

HEX695B7D
Decimal10591125
Binary110100110110111111101
Octal151133175

Shades and tints

Shades of #695B7D

#695B7D
(105,91,125)
#605372
(96,83,114)
#574B67
(87,75,103)
#4E435C
(78,67,92)
#453B51
(69,59,81)
#3C3346
(60,51,70)
#332B3B
(51,43,59)
#2A2330
(42,35,48)
#211B25
(33,27,37)
#18131A
(24,19,26)
#0F0B0F
(15,11,15)
#000000
(0,0,0)

Tints of #695B7D

#695B7D
(105,91,125)
#766988
(118,105,136)
#837793
(131,119,147)
#90859E
(144,133,158)
#9D93A9
(157,147,169)
#AAA1B4
(170,161,180)
#B7AFBF
(183,175,191)
#C4BDCA
(196,189,202)
#D1CBD5
(209,203,213)
#DED9E0
(222,217,224)
#EBE7EB
(235,231,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #695B7D; }

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

This text font color is #695B7D.


Background Color

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

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

This div background color is #695B7D.


Border color

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

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

This div border color is #695B7D.


Opacity

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

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

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

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

This text has shadow with #695B7D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #695B7D on black background.


Color preview on white background

This text has color #695B7D on white background.



Black color preview on #695B7D background

This text has black color on #695B7D background.


White color preview on #695B7D background

This text has white color on #695B7D background.