COLOR #695879

HEX: #695879
RGB: (105,88,121)

Color info

#695879 contains red, green and blue colors in about the same proportion. Web safe color of #695879 is #666666 (or #666).

RGB color model

#695879 color RGB value is (105,88,121).

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

RGB channels and saturation

R 105 of 255 = 41%
G 88 of 255 = 35%
B 121 of 255 = 47%

105
88
121

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

Portions of RGB colors in percentages

R + G + B =
105 + 88 + 121 = 314 (100%)
R 105 of 314 ~ 33.44%
G 88 of 314 ~ 28.03%
B 121 of 314 ~ 38.54%

%33.44
%28.03
%38.54

CMYK color model

#695879 color CMYK value is (13,27,0,53).

  • cyan value is 13.22%
  • magenta value is 27.27%
  • yellow value is 0.00%
  • key color value is 52.55%
CMYK:
(13,27,0,53)
C13M27Y0K53 
(13%,27%,0%,53%)
(0.13/0.27/0.00/0.53)	

CMYK percentages

%13.22
%27.27
%0
%52.55

Codes

Color #695879 in popluar color models

695879
RGB10588121
HSL271°15.79%40.98%
HSB/HSV271°27.27%47.45%
CMYK13.22%27.27%0.00%
52.55%

Color #695879 in popluar number systems.

HEX695879
Decimal10588121
Binary110100110110001111001
Octal151130171

Shades and tints

Shades of #695879

#695879
(105,88,121)
#60506E
(96,80,110)
#574863
(87,72,99)
#4E4058
(78,64,88)
#45384D
(69,56,77)
#3C3042
(60,48,66)
#332837
(51,40,55)
#2A202C
(42,32,44)
#211821
(33,24,33)
#181016
(24,16,22)
#0F080B
(15,8,11)
#000000
(0,0,0)

Tints of #695879

#695879
(105,88,121)
#766785
(118,103,133)
#837691
(131,118,145)
#90859D
(144,133,157)
#9D94A9
(157,148,169)
#AAA3B5
(170,163,181)
#B7B2C1
(183,178,193)
#C4C1CD
(196,193,205)
#D1D0D9
(209,208,217)
#DEDFE5
(222,223,229)
#EBEEF1
(235,238,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #695879; }

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

This text font color is #695879.


Background Color

.myBgColor { background-color: #695879; }

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

This div background color is #695879.


Border color

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

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

This div border color is #695879.


Opacity

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

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

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

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

This text has shadow with #695879 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #695879 on black background.


Color preview on white background

This text has color #695879 on white background.



Black color preview on #695879 background

This text has black color on #695879 background.


White color preview on #695879 background

This text has white color on #695879 background.