COLOR #695595

HEX: #695595
RGB: (105,85,149)

Color info

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

RGB color model

#695595 color RGB value is (105,85,149).

  • red value is 105;
  • green value is 85;
  • blue value is 149.
RGB:
(105,85,149)
(41%,33%,58%)

RGB channels and saturation

R 105 of 255 = 41%
G 85 of 255 = 33%
B 149 of 255 = 58%

105
85
149

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

Portions of RGB colors in percentages

R + G + B =
105 + 85 + 149 = 339 (100%)
R 105 of 339 ~ 30.97%
G 85 of 339 ~ 25.07%
B 149 of 339 ~ 43.95%

%30.97
%25.07
%43.95

CMYK color model

#695595 color CMYK value is (30,43,0,42).

  • cyan value is 29.53%
  • magenta value is 42.95%
  • yellow value is 0.00%
  • key color value is 41.57%
CMYK:
(30,43,0,42)
C30M43Y0K42 
(30%,43%,0%,42%)
(0.30/0.43/0.00/0.42)	

CMYK percentages

%29.53
%42.95
%0
%41.57

Codes

Color #695595 in popluar color models

695595
RGB10585149
HSL259°27.35%45.88%
HSB/HSV259°42.95%58.43%
CMYK29.53%42.95%0.00%
41.57%

Color #695595 in popluar number systems.

HEX695595
Decimal10585149
Binary1101001101010110010101
Octal151125225

Shades and tints

Shades of #695595

#695595
(105,85,149)
#604E88
(96,78,136)
#57477B
(87,71,123)
#4E406E
(78,64,110)
#453961
(69,57,97)
#3C3254
(60,50,84)
#332B47
(51,43,71)
#2A243A
(42,36,58)
#211D2D
(33,29,45)
#181620
(24,22,32)
#0F0F13
(15,15,19)
#000000
(0,0,0)

Tints of #695595

#695595
(105,85,149)
#76649E
(118,100,158)
#8373A7
(131,115,167)
#9082B0
(144,130,176)
#9D91B9
(157,145,185)
#AAA0C2
(170,160,194)
#B7AFCB
(183,175,203)
#C4BED4
(196,190,212)
#D1CDDD
(209,205,221)
#DEDCE6
(222,220,230)
#EBEBEF
(235,235,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #695595 color. Also use rgb(105,85,149) instead hex code.

Text Font Color

.myTextColor { color: #695595; }

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

This text font color is #695595.


Background Color

.myBgColor { background-color: #695595; }

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

This div background color is #695595.


Border color

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

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

This div border color is #695595.


Opacity

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

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

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

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

This text has shadow with #695595 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #695595 on black background.


Color preview on white background

This text has color #695595 on white background.



Black color preview on #695595 background

This text has black color on #695595 background.


White color preview on #695595 background

This text has white color on #695595 background.