COLOR #690794

HEX: #690794
RGB: (105,7,148)

Color info

#690794 contains mainly red and blue colors. Web safe color of #690794 is #660099 (or #609).

RGB color model

#690794 color RGB value is (105,7,148).

  • red value is 105;
  • green value is 7;
  • blue value is 148.
RGB:
(105,7,148)
(41%,3%,58%)

RGB channels and saturation

R 105 of 255 = 41%
G 7 of 255 = 3%
B 148 of 255 = 58%

105
7
148

R + G + B ~ 34%. #690794 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
105 + 7 + 148 = 260 (100%)
R 105 of 260 ~ 40.38%
G 7 of 260 ~ 2.69%
B 148 of 260 ~ 56.92%

%40.38
%56.92

CMYK color model

#690794 color CMYK value is (29,95,0,42).

  • cyan value is 29.05%
  • magenta value is 95.27%
  • yellow value is 0.00%
  • key color value is 41.96%
CMYK:
(29,95,0,42)
C29M95Y0K42 
(29%,95%,0%,42%)
(0.29/0.95/0.00/0.42)	

CMYK percentages

%29.05
%95.27
%0
%41.96

Codes

Color #690794 in popluar color models

690794
RGB1057148
HSL282°90.97%30.39%
HSB/HSV282°95.27%58.04%
CMYK29.05%95.27%0.00%
41.96%

Color #690794 in popluar number systems.

HEX690794
Decimal1057148
Binary110100111110010100
Octal1517224

Shades and tints

Shades of #690794

#690794
(105,7,148)
#600787
(96,7,135)
#57077A
(87,7,122)
#4E076D
(78,7,109)
#450760
(69,7,96)
#3C0753
(60,7,83)
#330746
(51,7,70)
#2A0739
(42,7,57)
#21072C
(33,7,44)
#18071F
(24,7,31)
#0F0712
(15,7,18)
#000000
(0,0,0)

Tints of #690794

#690794
(105,7,148)
#761D9D
(118,29,157)
#8333A6
(131,51,166)
#9049AF
(144,73,175)
#9D5FB8
(157,95,184)
#AA75C1
(170,117,193)
#B78BCA
(183,139,202)
#C4A1D3
(196,161,211)
#D1B7DC
(209,183,220)
#DECDE5
(222,205,229)
#EBE3EE
(235,227,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #690794 color. Also use rgb(105,7,148) instead hex code.

Text Font Color

.myTextColor { color: #690794; }

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

This text font color is #690794.


Background Color

.myBgColor { background-color: #690794; }

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

This div background color is #690794.


Border color

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

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

This div border color is #690794.


Opacity

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

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

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

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

This text has shadow with #690794 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #690794 on black background.


Color preview on white background

This text has color #690794 on white background.



Black color preview on #690794 background

This text has black color on #690794 background.


White color preview on #690794 background

This text has white color on #690794 background.