COLOR #695B8D

HEX: #695B8D
RGB: (105,91,141)

Color info

#695B8D contains red, green and blue colors in about the same proportion. Web safe color of #695B8D is #666699 (or #669).

RGB color model

#695B8D color RGB value is (105,91,141).

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

RGB channels and saturation

R 105 of 255 = 41%
G 91 of 255 = 36%
B 141 of 255 = 55%

105
91
141

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

Portions of RGB colors in percentages

R + G + B =
105 + 91 + 141 = 337 (100%)
R 105 of 337 ~ 31.16%
G 91 of 337 ~ 27%
B 141 of 337 ~ 41.84%

%31.16
%27
%41.84

CMYK color model

#695B8D color CMYK value is (26,35,0,45).

  • cyan value is 25.53%
  • magenta value is 35.46%
  • yellow value is 0.00%
  • key color value is 44.71%
CMYK:
(26,35,0,45)
C26M35Y0K45 
(26%,35%,0%,45%)
(0.26/0.35/0.00/0.45)	

CMYK percentages

%25.53
%35.46
%0
%44.71

Codes

Color #695B8D in popluar color models

695B8D
RGB10591141
HSL257°21.55%45.49%
HSB/HSV257°35.46%55.29%
CMYK25.53%35.46%0.00%
44.71%

Color #695B8D in popluar number systems.

HEX695B8D
Decimal10591141
Binary1101001101101110001101
Octal151133215

Shades and tints

Shades of #695B8D

#695B8D
(105,91,141)
#605381
(96,83,129)
#574B75
(87,75,117)
#4E4369
(78,67,105)
#453B5D
(69,59,93)
#3C3351
(60,51,81)
#332B45
(51,43,69)
#2A2339
(42,35,57)
#211B2D
(33,27,45)
#181321
(24,19,33)
#0F0B15
(15,11,21)
#000000
(0,0,0)

Tints of #695B8D

#695B8D
(105,91,141)
#766997
(118,105,151)
#8377A1
(131,119,161)
#9085AB
(144,133,171)
#9D93B5
(157,147,181)
#AAA1BF
(170,161,191)
#B7AFC9
(183,175,201)
#C4BDD3
(196,189,211)
#D1CBDD
(209,203,221)
#DED9E7
(222,217,231)
#EBE7F1
(235,231,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #695B8D; }

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

This text font color is #695B8D.


Background Color

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

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

This div background color is #695B8D.


Border color

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

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

This div border color is #695B8D.


Opacity

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

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

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

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

This text has shadow with #695B8D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #695B8D on black background.


Color preview on white background

This text has color #695B8D on white background.



Black color preview on #695B8D background

This text has black color on #695B8D background.


White color preview on #695B8D background

This text has white color on #695B8D background.