COLOR #695383

HEX: #695383
RGB: (105,83,131)

Color info

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

RGB color model

#695383 color RGB value is (105,83,131).

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

RGB channels and saturation

R 105 of 255 = 41%
G 83 of 255 = 33%
B 131 of 255 = 51%

105
83
131

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

Portions of RGB colors in percentages

R + G + B =
105 + 83 + 131 = 319 (100%)
R 105 of 319 ~ 32.92%
G 83 of 319 ~ 26.02%
B 131 of 319 ~ 41.07%

%32.92
%26.02
%41.07

CMYK color model

#695383 color CMYK value is (20,37,0,49).

  • cyan value is 19.85%
  • magenta value is 36.64%
  • yellow value is 0.00%
  • key color value is 48.63%
CMYK:
(20,37,0,49)
C20M37Y0K49 
(20%,37%,0%,49%)
(0.20/0.37/0.00/0.49)	

CMYK percentages

%19.85
%36.64
%0
%48.63

Codes

Color #695383 in popluar color models

695383
RGB10583131
HSL268°22.43%41.96%
HSB/HSV268°36.64%51.37%
CMYK19.85%36.64%0.00%
48.63%

Color #695383 in popluar number systems.

HEX695383
Decimal10583131
Binary1101001101001110000011
Octal151123203

Shades and tints

Shades of #695383

#695383
(105,83,131)
#604C78
(96,76,120)
#57456D
(87,69,109)
#4E3E62
(78,62,98)
#453757
(69,55,87)
#3C304C
(60,48,76)
#332941
(51,41,65)
#2A2236
(42,34,54)
#211B2B
(33,27,43)
#181420
(24,20,32)
#0F0D15
(15,13,21)
#000000
(0,0,0)

Tints of #695383

#695383
(105,83,131)
#76628E
(118,98,142)
#837199
(131,113,153)
#9080A4
(144,128,164)
#9D8FAF
(157,143,175)
#AA9EBA
(170,158,186)
#B7ADC5
(183,173,197)
#C4BCD0
(196,188,208)
#D1CBDB
(209,203,219)
#DEDAE6
(222,218,230)
#EBE9F1
(235,233,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #695383; }

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

This text font color is #695383.


Background Color

.myBgColor { background-color: #695383; }

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

This div background color is #695383.


Border color

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

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

This div border color is #695383.


Opacity

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

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

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

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

This text has shadow with #695383 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #695383 on black background.


Color preview on white background

This text has color #695383 on white background.



Black color preview on #695383 background

This text has black color on #695383 background.


White color preview on #695383 background

This text has white color on #695383 background.