COLOR #694A81

HEX: #694A81
RGB: (105,74,129)

Color info

#694A81 contains red, green and blue colors in about the same proportion. Web safe color of #694A81 is #663399 (or #639).

RGB color model

#694A81 color RGB value is (105,74,129).

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

RGB channels and saturation

R 105 of 255 = 41%
G 74 of 255 = 29%
B 129 of 255 = 51%

105
74
129

R + G + B ~ 40%. #694A81 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
105 + 74 + 129 = 308 (100%)
R 105 of 308 ~ 34.09%
G 74 of 308 ~ 24.03%
B 129 of 308 ~ 41.88%

%34.09
%24.03
%41.88

CMYK color model

#694A81 color CMYK value is (19,43,0,49).

  • cyan value is 18.60%
  • magenta value is 42.64%
  • yellow value is 0.00%
  • key color value is 49.41%
CMYK:
(19,43,0,49)
C19M43Y0K49 
(19%,43%,0%,49%)
(0.19/0.43/0.00/0.49)	

CMYK percentages

%18.6
%42.64
%0
%49.41

Codes

Color #694A81 in popluar color models

694A81
RGB10574129
HSL274°27.09%39.80%
HSB/HSV274°42.64%50.59%
CMYK18.60%42.64%0.00%
49.41%

Color #694A81 in popluar number systems.

HEX694A81
Decimal10574129
Binary1101001100101010000001
Octal151112201

Shades and tints

Shades of #694A81

#694A81
(105,74,129)
#604476
(96,68,118)
#573E6B
(87,62,107)
#4E3860
(78,56,96)
#453255
(69,50,85)
#3C2C4A
(60,44,74)
#33263F
(51,38,63)
#2A2034
(42,32,52)
#211A29
(33,26,41)
#18141E
(24,20,30)
#0F0E13
(15,14,19)
#000000
(0,0,0)

Tints of #694A81

#694A81
(105,74,129)
#765A8C
(118,90,140)
#836A97
(131,106,151)
#907AA2
(144,122,162)
#9D8AAD
(157,138,173)
#AA9AB8
(170,154,184)
#B7AAC3
(183,170,195)
#C4BACE
(196,186,206)
#D1CAD9
(209,202,217)
#DEDAE4
(222,218,228)
#EBEAEF
(235,234,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #694A81; }

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

This text font color is #694A81.


Background Color

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

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

This div background color is #694A81.


Border color

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

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

This div border color is #694A81.


Opacity

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

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

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

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

This text has shadow with #694A81 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #694A81 on black background.


Color preview on white background

This text has color #694A81 on white background.



Black color preview on #694A81 background

This text has black color on #694A81 background.


White color preview on #694A81 background

This text has white color on #694A81 background.