COLOR #694979

HEX: #694979
RGB: (105,73,121)

Color info

#694979 contains red, green and blue colors in about the same proportion. Web safe color of #694979 is #663366 (or #636).

RGB color model

#694979 color RGB value is (105,73,121).

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

RGB channels and saturation

R 105 of 255 = 41%
G 73 of 255 = 29%
B 121 of 255 = 47%

105
73
121

R + G + B ~ 39%. #694979 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
105 + 73 + 121 = 299 (100%)
R 105 of 299 ~ 35.12%
G 73 of 299 ~ 24.41%
B 121 of 299 ~ 40.47%

%35.12
%24.41
%40.47

CMYK color model

#694979 color CMYK value is (13,40,0,53).

  • cyan value is 13.22%
  • magenta value is 39.67%
  • yellow value is 0.00%
  • key color value is 52.55%
CMYK:
(13,40,0,53)
C13M40Y0K53 
(13%,40%,0%,53%)
(0.13/0.40/0.00/0.53)	

CMYK percentages

%13.22
%39.67
%0
%52.55

Codes

Color #694979 in popluar color models

694979
RGB10573121
HSL280°24.74%38.04%
HSB/HSV280°39.67%47.45%
CMYK13.22%39.67%0.00%
52.55%

Color #694979 in popluar number systems.

HEX694979
Decimal10573121
Binary110100110010011111001
Octal151111171

Shades and tints

Shades of #694979

#694979
(105,73,121)
#60436E
(96,67,110)
#573D63
(87,61,99)
#4E3758
(78,55,88)
#45314D
(69,49,77)
#3C2B42
(60,43,66)
#332537
(51,37,55)
#2A1F2C
(42,31,44)
#211921
(33,25,33)
#181316
(24,19,22)
#0F0D0B
(15,13,11)
#000000
(0,0,0)

Tints of #694979

#694979
(105,73,121)
#765985
(118,89,133)
#836991
(131,105,145)
#90799D
(144,121,157)
#9D89A9
(157,137,169)
#AA99B5
(170,153,181)
#B7A9C1
(183,169,193)
#C4B9CD
(196,185,205)
#D1C9D9
(209,201,217)
#DED9E5
(222,217,229)
#EBE9F1
(235,233,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #694979; }

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

This text font color is #694979.


Background Color

.myBgColor { background-color: #694979; }

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

This div background color is #694979.


Border color

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

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

This div border color is #694979.


Opacity

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

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

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

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

This text has shadow with #694979 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #694979 on black background.


Color preview on white background

This text has color #694979 on white background.



Black color preview on #694979 background

This text has black color on #694979 background.


White color preview on #694979 background

This text has white color on #694979 background.