COLOR #694C9B

HEX: #694C9B
RGB: (105,76,155)

Color info

#694C9B contains mainly red and blue colors. Web safe color of #694C9B is #663399 (or #639).

RGB color model

#694C9B color RGB value is (105,76,155).

  • red value is 105;
  • green value is 76;
  • blue value is 155.
RGB:
(105,76,155)
(41%,30%,61%)

RGB channels and saturation

R 105 of 255 = 41%
G 76 of 255 = 30%
B 155 of 255 = 61%

105
76
155

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

Portions of RGB colors in percentages

R + G + B =
105 + 76 + 155 = 336 (100%)
R 105 of 336 ~ 31.25%
G 76 of 336 ~ 22.62%
B 155 of 336 ~ 46.13%

%31.25
%22.62
%46.13

CMYK color model

#694C9B color CMYK value is (32,51,0,39).

  • cyan value is 32.26%
  • magenta value is 50.97%
  • yellow value is 0.00%
  • key color value is 39.22%
CMYK:
(32,51,0,39)
C32M51Y0K39 
(32%,51%,0%,39%)
(0.32/0.51/0.00/0.39)	

CMYK percentages

%32.26
%50.97
%0
%39.22

Codes

Color #694C9B in popluar color models

694C9B
RGB10576155
HSL262°34.20%45.29%
HSB/HSV262°50.97%60.78%
CMYK32.26%50.97%0.00%
39.22%

Color #694C9B in popluar number systems.

HEX694C9B
Decimal10576155
Binary1101001100110010011011
Octal151114233

Shades and tints

Shades of #694C9B

#694C9B
(105,76,155)
#60468D
(96,70,141)
#57407F
(87,64,127)
#4E3A71
(78,58,113)
#453463
(69,52,99)
#3C2E55
(60,46,85)
#332847
(51,40,71)
#2A2239
(42,34,57)
#211C2B
(33,28,43)
#18161D
(24,22,29)
#0F100F
(15,16,15)
#000000
(0,0,0)

Tints of #694C9B

#694C9B
(105,76,155)
#765CA4
(118,92,164)
#836CAD
(131,108,173)
#907CB6
(144,124,182)
#9D8CBF
(157,140,191)
#AA9CC8
(170,156,200)
#B7ACD1
(183,172,209)
#C4BCDA
(196,188,218)
#D1CCE3
(209,204,227)
#DEDCEC
(222,220,236)
#EBECF5
(235,236,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #694C9B color. Also use rgb(105,76,155) instead hex code.

Text Font Color

.myTextColor { color: #694C9B; }

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

This text font color is #694C9B.


Background Color

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

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

This div background color is #694C9B.


Border color

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

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

This div border color is #694C9B.


Opacity

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

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

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

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

This text has shadow with #694C9B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #694C9B on black background.


Color preview on white background

This text has color #694C9B on white background.



Black color preview on #694C9B background

This text has black color on #694C9B background.


White color preview on #694C9B background

This text has white color on #694C9B background.