COLOR #695983

HEX: #695983
RGB: (105,89,131)

Color info

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

RGB color model

#695983 color RGB value is (105,89,131).

  • red value is 105;
  • green value is 89;
  • blue value is 131.
RGB:
(105,89,131)
(41%,35%,51%)

RGB channels and saturation

R 105 of 255 = 41%
G 89 of 255 = 35%
B 131 of 255 = 51%

105
89
131

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

Portions of RGB colors in percentages

R + G + B =
105 + 89 + 131 = 325 (100%)
R 105 of 325 ~ 32.31%
G 89 of 325 ~ 27.38%
B 131 of 325 ~ 40.31%

%32.31
%27.38
%40.31

CMYK color model

#695983 color CMYK value is (20,32,0,49).

  • cyan value is 19.85%
  • magenta value is 32.06%
  • yellow value is 0.00%
  • key color value is 48.63%
CMYK:
(20,32,0,49)
C20M32Y0K49 
(20%,32%,0%,49%)
(0.20/0.32/0.00/0.49)	

CMYK percentages

%19.85
%32.06
%0
%48.63

Codes

Color #695983 in popluar color models

695983
RGB10589131
HSL263°19.09%43.14%
HSB/HSV263°32.06%51.37%
CMYK19.85%32.06%0.00%
48.63%

Color #695983 in popluar number systems.

HEX695983
Decimal10589131
Binary1101001101100110000011
Octal151131203

Shades and tints

Shades of #695983

#695983
(105,89,131)
#605178
(96,81,120)
#57496D
(87,73,109)
#4E4162
(78,65,98)
#453957
(69,57,87)
#3C314C
(60,49,76)
#332941
(51,41,65)
#2A2136
(42,33,54)
#21192B
(33,25,43)
#181120
(24,17,32)
#0F0915
(15,9,21)
#000000
(0,0,0)

Tints of #695983

#695983
(105,89,131)
#76688E
(118,104,142)
#837799
(131,119,153)
#9086A4
(144,134,164)
#9D95AF
(157,149,175)
#AAA4BA
(170,164,186)
#B7B3C5
(183,179,197)
#C4C2D0
(196,194,208)
#D1D1DB
(209,209,219)
#DEE0E6
(222,224,230)
#EBEFF1
(235,239,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #695983 color. Also use rgb(105,89,131) instead hex code.

Text Font Color

.myTextColor { color: #695983; }

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

This text font color is #695983.


Background Color

.myBgColor { background-color: #695983; }

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

This div background color is #695983.


Border color

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

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

This div border color is #695983.


Opacity

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

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

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

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

This text has shadow with #695983 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #695983 on black background.


Color preview on white background

This text has color #695983 on white background.



Black color preview on #695983 background

This text has black color on #695983 background.


White color preview on #695983 background

This text has white color on #695983 background.