COLOR #695493

HEX: #695493
RGB: (105,84,147)

Color info

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

RGB color model

#695493 color RGB value is (105,84,147).

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

RGB channels and saturation

R 105 of 255 = 41%
G 84 of 255 = 33%
B 147 of 255 = 58%

105
84
147

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

Portions of RGB colors in percentages

R + G + B =
105 + 84 + 147 = 336 (100%)
R 105 of 336 ~ 31.25%
G 84 of 336 ~ 25%
B 147 of 336 ~ 43.75%

%31.25
%25
%43.75

CMYK color model

#695493 color CMYK value is (29,43,0,42).

  • cyan value is 28.57%
  • magenta value is 42.86%
  • yellow value is 0.00%
  • key color value is 42.35%
CMYK:
(29,43,0,42)
C29M43Y0K42 
(29%,43%,0%,42%)
(0.29/0.43/0.00/0.42)	

CMYK percentages

%28.57
%42.86
%0
%42.35

Codes

Color #695493 in popluar color models

695493
RGB10584147
HSL260°27.27%45.29%
HSB/HSV260°42.86%57.65%
CMYK28.57%42.86%0.00%
42.35%

Color #695493 in popluar number systems.

HEX695493
Decimal10584147
Binary1101001101010010010011
Octal151124223

Shades and tints

Shades of #695493

#695493
(105,84,147)
#604D86
(96,77,134)
#574679
(87,70,121)
#4E3F6C
(78,63,108)
#45385F
(69,56,95)
#3C3152
(60,49,82)
#332A45
(51,42,69)
#2A2338
(42,35,56)
#211C2B
(33,28,43)
#18151E
(24,21,30)
#0F0E11
(15,14,17)
#000000
(0,0,0)

Tints of #695493

#695493
(105,84,147)
#76639C
(118,99,156)
#8372A5
(131,114,165)
#9081AE
(144,129,174)
#9D90B7
(157,144,183)
#AA9FC0
(170,159,192)
#B7AEC9
(183,174,201)
#C4BDD2
(196,189,210)
#D1CCDB
(209,204,219)
#DEDBE4
(222,219,228)
#EBEAED
(235,234,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #695493; }

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

This text font color is #695493.


Background Color

.myBgColor { background-color: #695493; }

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

This div background color is #695493.


Border color

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

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

This div border color is #695493.


Opacity

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

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

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

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

This text has shadow with #695493 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #695493 on black background.


Color preview on white background

This text has color #695493 on white background.



Black color preview on #695493 background

This text has black color on #695493 background.


White color preview on #695493 background

This text has white color on #695493 background.