COLOR #683394

HEX: #683394
RGB: (104,51,148)

Color info

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

RGB color model

#683394 color RGB value is (104,51,148).

  • red value is 104;
  • green value is 51;
  • blue value is 148.
RGB:
(104,51,148)
(41%,20%,58%)

RGB channels and saturation

R 104 of 255 = 41%
G 51 of 255 = 20%
B 148 of 255 = 58%

104
51
148

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

Portions of RGB colors in percentages

R + G + B =
104 + 51 + 148 = 303 (100%)
R 104 of 303 ~ 34.32%
G 51 of 303 ~ 16.83%
B 148 of 303 ~ 48.84%

%34.32
%16.83
%48.84

CMYK color model

#683394 color CMYK value is (30,66,0,42).

  • cyan value is 29.73%
  • magenta value is 65.54%
  • yellow value is 0.00%
  • key color value is 41.96%
CMYK:
(30,66,0,42)
C30M66Y0K42 
(30%,66%,0%,42%)
(0.30/0.66/0.00/0.42)	

CMYK percentages

%29.73
%65.54
%0
%41.96

Codes

Color #683394 in popluar color models

683394
RGB10451148
HSL273°48.74%39.02%
HSB/HSV273°65.54%58.04%
CMYK29.73%65.54%0.00%
41.96%

Color #683394 in popluar number systems.

HEX683394
Decimal10451148
Binary110100011001110010100
Octal15063224

Shades and tints

Shades of #683394

#683394
(104,51,148)
#5F2F87
(95,47,135)
#562B7A
(86,43,122)
#4D276D
(77,39,109)
#442360
(68,35,96)
#3B1F53
(59,31,83)
#321B46
(50,27,70)
#291739
(41,23,57)
#20132C
(32,19,44)
#170F1F
(23,15,31)
#0E0B12
(14,11,18)
#000000
(0,0,0)

Tints of #683394

#683394
(104,51,148)
#75459D
(117,69,157)
#8257A6
(130,87,166)
#8F69AF
(143,105,175)
#9C7BB8
(156,123,184)
#A98DC1
(169,141,193)
#B69FCA
(182,159,202)
#C3B1D3
(195,177,211)
#D0C3DC
(208,195,220)
#DDD5E5
(221,213,229)
#EAE7EE
(234,231,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #683394 color. Also use rgb(104,51,148) instead hex code.

Text Font Color

.myTextColor { color: #683394; }

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

This text font color is #683394.


Background Color

.myBgColor { background-color: #683394; }

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

This div background color is #683394.


Border color

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

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

This div border color is #683394.


Opacity

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

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

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

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

This text has shadow with #683394 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #683394 on black background.


Color preview on white background

This text has color #683394 on white background.



Black color preview on #683394 background

This text has black color on #683394 background.


White color preview on #683394 background

This text has white color on #683394 background.