COLOR #695890

HEX: #695890
RGB: (105,88,144)

Color info

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

RGB color model

#695890 color RGB value is (105,88,144).

  • red value is 105;
  • green value is 88;
  • blue value is 144.
RGB:
(105,88,144)
(41%,35%,56%)

RGB channels and saturation

R 105 of 255 = 41%
G 88 of 255 = 35%
B 144 of 255 = 56%

105
88
144

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

Portions of RGB colors in percentages

R + G + B =
105 + 88 + 144 = 337 (100%)
R 105 of 337 ~ 31.16%
G 88 of 337 ~ 26.11%
B 144 of 337 ~ 42.73%

%31.16
%26.11
%42.73

CMYK color model

#695890 color CMYK value is (27,39,0,44).

  • cyan value is 27.08%
  • magenta value is 38.89%
  • yellow value is 0.00%
  • key color value is 43.53%
CMYK:
(27,39,0,44)
C27M39Y0K44 
(27%,39%,0%,44%)
(0.27/0.39/0.00/0.44)	

CMYK percentages

%27.08
%38.89
%0
%43.53

Codes

Color #695890 in popluar color models

695890
RGB10588144
HSL258°24.14%45.49%
HSB/HSV258°38.89%56.47%
CMYK27.08%38.89%0.00%
43.53%

Color #695890 in popluar number systems.

HEX695890
Decimal10588144
Binary1101001101100010010000
Octal151130220

Shades and tints

Shades of #695890

#695890
(105,88,144)
#605083
(96,80,131)
#574876
(87,72,118)
#4E4069
(78,64,105)
#45385C
(69,56,92)
#3C304F
(60,48,79)
#332842
(51,40,66)
#2A2035
(42,32,53)
#211828
(33,24,40)
#18101B
(24,16,27)
#0F080E
(15,8,14)
#000000
(0,0,0)

Tints of #695890

#695890
(105,88,144)
#76679A
(118,103,154)
#8376A4
(131,118,164)
#9085AE
(144,133,174)
#9D94B8
(157,148,184)
#AAA3C2
(170,163,194)
#B7B2CC
(183,178,204)
#C4C1D6
(196,193,214)
#D1D0E0
(209,208,224)
#DEDFEA
(222,223,234)
#EBEEF4
(235,238,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #695890 color. Also use rgb(105,88,144) instead hex code.

Text Font Color

.myTextColor { color: #695890; }

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

This text font color is #695890.


Background Color

.myBgColor { background-color: #695890; }

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

This div background color is #695890.


Border color

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

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

This div border color is #695890.


Opacity

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

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

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

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

This text has shadow with #695890 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #695890 on black background.


Color preview on white background

This text has color #695890 on white background.



Black color preview on #695890 background

This text has black color on #695890 background.


White color preview on #695890 background

This text has white color on #695890 background.