COLOR #694974

HEX: #694974
RGB: (105,73,116)

Color info

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

RGB color model

#694974 color RGB value is (105,73,116).

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

RGB channels and saturation

R 105 of 255 = 41%
G 73 of 255 = 29%
B 116 of 255 = 45%

105
73
116

R + G + B ~ 38%. #694974 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
105 + 73 + 116 = 294 (100%)
R 105 of 294 ~ 35.71%
G 73 of 294 ~ 24.83%
B 116 of 294 ~ 39.46%

%35.71
%24.83
%39.46

CMYK color model

#694974 color CMYK value is (9,37,0,55).

  • cyan value is 9.48%
  • magenta value is 37.07%
  • yellow value is 0.00%
  • key color value is 54.51%
CMYK:
(9,37,0,55)
C9M37Y0K55 
(9%,37%,0%,55%)
(0.09/0.37/0.00/0.55)	

CMYK percentages

%9.48
%37.07
%0
%54.51

Codes

Color #694974 in popluar color models

694974
RGB10573116
HSL285°22.75%37.06%
HSB/HSV285°37.07%45.49%
CMYK9.48%37.07%0.00%
54.51%

Color #694974 in popluar number systems.

HEX694974
Decimal10573116
Binary110100110010011110100
Octal151111164

Shades and tints

Shades of #694974

#694974
(105,73,116)
#60436A
(96,67,106)
#573D60
(87,61,96)
#4E3756
(78,55,86)
#45314C
(69,49,76)
#3C2B42
(60,43,66)
#332538
(51,37,56)
#2A1F2E
(42,31,46)
#211924
(33,25,36)
#18131A
(24,19,26)
#0F0D10
(15,13,16)
#000000
(0,0,0)

Tints of #694974

#694974
(105,73,116)
#765980
(118,89,128)
#83698C
(131,105,140)
#907998
(144,121,152)
#9D89A4
(157,137,164)
#AA99B0
(170,153,176)
#B7A9BC
(183,169,188)
#C4B9C8
(196,185,200)
#D1C9D4
(209,201,212)
#DED9E0
(222,217,224)
#EBE9EC
(235,233,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #694974; }

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

This text font color is #694974.


Background Color

.myBgColor { background-color: #694974; }

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

This div background color is #694974.


Border color

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

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

This div border color is #694974.


Opacity

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

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

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

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

This text has shadow with #694974 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #694974 on black background.


Color preview on white background

This text has color #694974 on white background.



Black color preview on #694974 background

This text has black color on #694974 background.


White color preview on #694974 background

This text has white color on #694974 background.