COLOR #695485

HEX: #695485
RGB: (105,84,133)

Color info

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

RGB color model

#695485 color RGB value is (105,84,133).

  • red value is 105;
  • green value is 84;
  • blue value is 133.
RGB:
(105,84,133)
(41%,33%,52%)

RGB channels and saturation

R 105 of 255 = 41%
G 84 of 255 = 33%
B 133 of 255 = 52%

105
84
133

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

Portions of RGB colors in percentages

R + G + B =
105 + 84 + 133 = 322 (100%)
R 105 of 322 ~ 32.61%
G 84 of 322 ~ 26.09%
B 133 of 322 ~ 41.3%

%32.61
%26.09
%41.3

CMYK color model

#695485 color CMYK value is (21,37,0,48).

  • cyan value is 21.05%
  • magenta value is 36.84%
  • yellow value is 0.00%
  • key color value is 47.84%
CMYK:
(21,37,0,48)
C21M37Y0K48 
(21%,37%,0%,48%)
(0.21/0.37/0.00/0.48)	

CMYK percentages

%21.05
%36.84
%0
%47.84

Codes

Color #695485 in popluar color models

695485
RGB10584133
HSL266°22.58%42.55%
HSB/HSV266°36.84%52.16%
CMYK21.05%36.84%0.00%
47.84%

Color #695485 in popluar number systems.

HEX695485
Decimal10584133
Binary1101001101010010000101
Octal151124205

Shades and tints

Shades of #695485

#695485
(105,84,133)
#604D79
(96,77,121)
#57466D
(87,70,109)
#4E3F61
(78,63,97)
#453855
(69,56,85)
#3C3149
(60,49,73)
#332A3D
(51,42,61)
#2A2331
(42,35,49)
#211C25
(33,28,37)
#181519
(24,21,25)
#0F0E0D
(15,14,13)
#000000
(0,0,0)

Tints of #695485

#695485
(105,84,133)
#766390
(118,99,144)
#83729B
(131,114,155)
#9081A6
(144,129,166)
#9D90B1
(157,144,177)
#AA9FBC
(170,159,188)
#B7AEC7
(183,174,199)
#C4BDD2
(196,189,210)
#D1CCDD
(209,204,221)
#DEDBE8
(222,219,232)
#EBEAF3
(235,234,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #695485 color. Also use rgb(105,84,133) instead hex code.

Text Font Color

.myTextColor { color: #695485; }

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

This text font color is #695485.


Background Color

.myBgColor { background-color: #695485; }

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

This div background color is #695485.


Border color

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

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

This div border color is #695485.


Opacity

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

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

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

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

This text has shadow with #695485 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #695485 on black background.


Color preview on white background

This text has color #695485 on white background.



Black color preview on #695485 background

This text has black color on #695485 background.


White color preview on #695485 background

This text has white color on #695485 background.