COLOR #695A83

HEX: #695A83
RGB: (105,90,131)

Color info

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

RGB color model

#695A83 color RGB value is (105,90,131).

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

RGB channels and saturation

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

105
90
131

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

Portions of RGB colors in percentages

R + G + B =
105 + 90 + 131 = 326 (100%)
R 105 of 326 ~ 32.21%
G 90 of 326 ~ 27.61%
B 131 of 326 ~ 40.18%

%32.21
%27.61
%40.18

CMYK color model

#695A83 color CMYK value is (20,31,0,49).

  • cyan value is 19.85%
  • magenta value is 31.30%
  • yellow value is 0.00%
  • key color value is 48.63%
CMYK:
(20,31,0,49)
C20M31Y0K49 
(20%,31%,0%,49%)
(0.20/0.31/0.00/0.49)	

CMYK percentages

%19.85
%31.3
%0
%48.63

Codes

Color #695A83 in popluar color models

695A83
RGB10590131
HSL262°18.55%43.33%
HSB/HSV262°31.30%51.37%
CMYK19.85%31.30%0.00%
48.63%

Color #695A83 in popluar number systems.

HEX695A83
Decimal10590131
Binary1101001101101010000011
Octal151132203

Shades and tints

Shades of #695A83

#695A83
(105,90,131)
#605278
(96,82,120)
#574A6D
(87,74,109)
#4E4262
(78,66,98)
#453A57
(69,58,87)
#3C324C
(60,50,76)
#332A41
(51,42,65)
#2A2236
(42,34,54)
#211A2B
(33,26,43)
#181220
(24,18,32)
#0F0A15
(15,10,21)
#000000
(0,0,0)

Tints of #695A83

#695A83
(105,90,131)
#76698E
(118,105,142)
#837899
(131,120,153)
#9087A4
(144,135,164)
#9D96AF
(157,150,175)
#AAA5BA
(170,165,186)
#B7B4C5
(183,180,197)
#C4C3D0
(196,195,208)
#D1D2DB
(209,210,219)
#DEE1E6
(222,225,230)
#EBF0F1
(235,240,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #695A83; }

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

This text font color is #695A83.


Background Color

.myBgColor { background-color: #695A83; }

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

This div background color is #695A83.


Border color

.myBorderColor { border: 1px solid #695A83; }

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

This div border color is #695A83.


Opacity

.myOpacity80 { color: #695A83; opacity: 0.8; }

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

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

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

This text has shadow with #695A83 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #695A83 on black background.


Color preview on white background

This text has color #695A83 on white background.



Black color preview on #695A83 background

This text has black color on #695A83 background.


White color preview on #695A83 background

This text has white color on #695A83 background.