COLOR #695497

HEX: #695497
RGB: (105,84,151)

Color info

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

RGB color model

#695497 color RGB value is (105,84,151).

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

RGB channels and saturation

R 105 of 255 = 41%
G 84 of 255 = 33%
B 151 of 255 = 59%

105
84
151

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

Portions of RGB colors in percentages

R + G + B =
105 + 84 + 151 = 340 (100%)
R 105 of 340 ~ 30.88%
G 84 of 340 ~ 24.71%
B 151 of 340 ~ 44.41%

%30.88
%24.71
%44.41

CMYK color model

#695497 color CMYK value is (30,44,0,41).

  • cyan value is 30.46%
  • magenta value is 44.37%
  • yellow value is 0.00%
  • key color value is 40.78%
CMYK:
(30,44,0,41)
C30M44Y0K41 
(30%,44%,0%,41%)
(0.30/0.44/0.00/0.41)	

CMYK percentages

%30.46
%44.37
%0
%40.78

Codes

Color #695497 in popluar color models

695497
RGB10584151
HSL259°28.51%46.08%
HSB/HSV259°44.37%59.22%
CMYK30.46%44.37%0.00%
40.78%

Color #695497 in popluar number systems.

HEX695497
Decimal10584151
Binary1101001101010010010111
Octal151124227

Shades and tints

Shades of #695497

#695497
(105,84,151)
#604D8A
(96,77,138)
#57467D
(87,70,125)
#4E3F70
(78,63,112)
#453863
(69,56,99)
#3C3156
(60,49,86)
#332A49
(51,42,73)
#2A233C
(42,35,60)
#211C2F
(33,28,47)
#181522
(24,21,34)
#0F0E15
(15,14,21)
#000000
(0,0,0)

Tints of #695497

#695497
(105,84,151)
#7663A0
(118,99,160)
#8372A9
(131,114,169)
#9081B2
(144,129,178)
#9D90BB
(157,144,187)
#AA9FC4
(170,159,196)
#B7AECD
(183,174,205)
#C4BDD6
(196,189,214)
#D1CCDF
(209,204,223)
#DEDBE8
(222,219,232)
#EBEAF1
(235,234,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #695497; }

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

This text font color is #695497.


Background Color

.myBgColor { background-color: #695497; }

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

This div background color is #695497.


Border color

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

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

This div border color is #695497.


Opacity

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

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

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

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

This text has shadow with #695497 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #695497 on black background.


Color preview on white background

This text has color #695497 on white background.



Black color preview on #695497 background

This text has black color on #695497 background.


White color preview on #695497 background

This text has white color on #695497 background.