COLOR #694A71

HEX: #694A71
RGB: (105,74,113)

Color info

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

RGB color model

#694A71 color RGB value is (105,74,113).

  • red value is 105;
  • green value is 74;
  • blue value is 113.
RGB:
(105,74,113)
(41%,29%,44%)

RGB channels and saturation

R 105 of 255 = 41%
G 74 of 255 = 29%
B 113 of 255 = 44%

105
74
113

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

Portions of RGB colors in percentages

R + G + B =
105 + 74 + 113 = 292 (100%)
R 105 of 292 ~ 35.96%
G 74 of 292 ~ 25.34%
B 113 of 292 ~ 38.7%

%35.96
%25.34
%38.7

CMYK color model

#694A71 color CMYK value is (7,35,0,56).

  • cyan value is 7.08%
  • magenta value is 34.51%
  • yellow value is 0.00%
  • key color value is 55.69%
CMYK:
(7,35,0,56)
C7M35Y0K56 
(7%,35%,0%,56%)
(0.07/0.35/0.00/0.56)	

CMYK percentages

%7.08
%34.51
%0
%55.69

Codes

Color #694A71 in popluar color models

694A71
RGB10574113
HSL288°20.86%36.67%
HSB/HSV288°34.51%44.31%
CMYK7.08%34.51%0.00%
55.69%

Color #694A71 in popluar number systems.

HEX694A71
Decimal10574113
Binary110100110010101110001
Octal151112161

Shades and tints

Shades of #694A71

#694A71
(105,74,113)
#604467
(96,68,103)
#573E5D
(87,62,93)
#4E3853
(78,56,83)
#453249
(69,50,73)
#3C2C3F
(60,44,63)
#332635
(51,38,53)
#2A202B
(42,32,43)
#211A21
(33,26,33)
#181417
(24,20,23)
#0F0E0D
(15,14,13)
#000000
(0,0,0)

Tints of #694A71

#694A71
(105,74,113)
#765A7D
(118,90,125)
#836A89
(131,106,137)
#907A95
(144,122,149)
#9D8AA1
(157,138,161)
#AA9AAD
(170,154,173)
#B7AAB9
(183,170,185)
#C4BAC5
(196,186,197)
#D1CAD1
(209,202,209)
#DEDADD
(222,218,221)
#EBEAE9
(235,234,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #694A71 color. Also use rgb(105,74,113) instead hex code.

Text Font Color

.myTextColor { color: #694A71; }

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

This text font color is #694A71.


Background Color

.myBgColor { background-color: #694A71; }

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

This div background color is #694A71.


Border color

.myBorderColor { border: 1px solid #694A71; }

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

This div border color is #694A71.


Opacity

.myOpacity80 { color: #694A71; opacity: 0.8; }

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

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

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

This text has shadow with #694A71 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #694A71 on black background.


Color preview on white background

This text has color #694A71 on white background.



Black color preview on #694A71 background

This text has black color on #694A71 background.


White color preview on #694A71 background

This text has white color on #694A71 background.