COLOR #694463

HEX: #694463
RGB: (105,68,99)

Color info

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

RGB color model

#694463 color RGB value is (105,68,99).

  • red value is 105;
  • green value is 68;
  • blue value is 99.
RGB:
(105,68,99)
(41%,27%,39%)

RGB channels and saturation

R 105 of 255 = 41%
G 68 of 255 = 27%
B 99 of 255 = 39%

105
68
99

R + G + B ~ 36%. #694463 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
105 + 68 + 99 = 272 (100%)
R 105 of 272 ~ 38.6%
G 68 of 272 ~ 25%
B 99 of 272 ~ 36.4%

%38.6
%25
%36.4

CMYK color model

#694463 color CMYK value is (0,35,6,59).

  • cyan value is 0.00%
  • magenta value is 35.24%
  • yellow value is 5.71%
  • key color value is 58.82%
CMYK:
(0,35,6,59)
C0M35Y6K59 
(0%,35%,6%,59%)
(0.00/0.35/0.06/0.59)	

CMYK percentages

%0
%35.24
%5.71
%58.82

Codes

Color #694463 in popluar color models

694463
RGB1056899
HSL310°21.39%33.92%
HSB/HSV310°35.24%41.18%
CMYK0.00%35.24%5.71%
58.82%

Color #694463 in popluar number systems.

HEX694463
Decimal1056899
Binary110100110001001100011
Octal151104143

Shades and tints

Shades of #694463

#694463
(105,68,99)
#603E5A
(96,62,90)
#573851
(87,56,81)
#4E3248
(78,50,72)
#452C3F
(69,44,63)
#3C2636
(60,38,54)
#33202D
(51,32,45)
#2A1A24
(42,26,36)
#21141B
(33,20,27)
#180E12
(24,14,18)
#0F0809
(15,8,9)
#000000
(0,0,0)

Tints of #694463

#694463
(105,68,99)
#765571
(118,85,113)
#83667F
(131,102,127)
#90778D
(144,119,141)
#9D889B
(157,136,155)
#AA99A9
(170,153,169)
#B7AAB7
(183,170,183)
#C4BBC5
(196,187,197)
#D1CCD3
(209,204,211)
#DEDDE1
(222,221,225)
#EBEEEF
(235,238,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #694463 color. Also use rgb(105,68,99) instead hex code.

Text Font Color

.myTextColor { color: #694463; }

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

This text font color is #694463.


Background Color

.myBgColor { background-color: #694463; }

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

This div background color is #694463.


Border color

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

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

This div border color is #694463.


Opacity

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

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

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

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

This text has shadow with #694463 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #694463 on black background.


Color preview on white background

This text has color #694463 on white background.



Black color preview on #694463 background

This text has black color on #694463 background.


White color preview on #694463 background

This text has white color on #694463 background.