COLOR #695D9D

HEX: #695D9D
RGB: (105,93,157)

Color info

#695D9D contains mainly red and blue colors. Web safe color of #695D9D is #666699 (or #669).

RGB color model

#695D9D color RGB value is (105,93,157).

  • red value is 105;
  • green value is 93;
  • blue value is 157.
RGB:
(105,93,157)
(41%,36%,62%)

RGB channels and saturation

R 105 of 255 = 41%
G 93 of 255 = 36%
B 157 of 255 = 62%

105
93
157

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

Portions of RGB colors in percentages

R + G + B =
105 + 93 + 157 = 355 (100%)
R 105 of 355 ~ 29.58%
G 93 of 355 ~ 26.2%
B 157 of 355 ~ 44.23%

%29.58
%26.2
%44.23

CMYK color model

#695D9D color CMYK value is (33,41,0,38).

  • cyan value is 33.12%
  • magenta value is 40.76%
  • yellow value is 0.00%
  • key color value is 38.43%
CMYK:
(33,41,0,38)
C33M41Y0K38 
(33%,41%,0%,38%)
(0.33/0.41/0.00/0.38)	

CMYK percentages

%33.12
%40.76
%0
%38.43

Codes

Color #695D9D in popluar color models

695D9D
RGB10593157
HSL251°25.60%49.02%
HSB/HSV251°40.76%61.57%
CMYK33.12%40.76%0.00%
38.43%

Color #695D9D in popluar number systems.

HEX695D9D
Decimal10593157
Binary1101001101110110011101
Octal151135235

Shades and tints

Shades of #695D9D

#695D9D
(105,93,157)
#60558F
(96,85,143)
#574D81
(87,77,129)
#4E4573
(78,69,115)
#453D65
(69,61,101)
#3C3557
(60,53,87)
#332D49
(51,45,73)
#2A253B
(42,37,59)
#211D2D
(33,29,45)
#18151F
(24,21,31)
#0F0D11
(15,13,17)
#000000
(0,0,0)

Tints of #695D9D

#695D9D
(105,93,157)
#766BA5
(118,107,165)
#8379AD
(131,121,173)
#9087B5
(144,135,181)
#9D95BD
(157,149,189)
#AAA3C5
(170,163,197)
#B7B1CD
(183,177,205)
#C4BFD5
(196,191,213)
#D1CDDD
(209,205,221)
#DEDBE5
(222,219,229)
#EBE9ED
(235,233,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #695D9D color. Also use rgb(105,93,157) instead hex code.

Text Font Color

.myTextColor { color: #695D9D; }

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

This text font color is #695D9D.


Background Color

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

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

This div background color is #695D9D.


Border color

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

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

This div border color is #695D9D.


Opacity

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

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

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

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

This text has shadow with #695D9D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #695D9D on black background.


Color preview on white background

This text has color #695D9D on white background.



Black color preview on #695D9D background

This text has black color on #695D9D background.


White color preview on #695D9D background

This text has white color on #695D9D background.