COLOR #68339A

HEX: #68339A
RGB: (104,51,154)

Color info

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

RGB color model

#68339A color RGB value is (104,51,154).

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

RGB channels and saturation

R 104 of 255 = 41%
G 51 of 255 = 20%
B 154 of 255 = 60%

104
51
154

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

Portions of RGB colors in percentages

R + G + B =
104 + 51 + 154 = 309 (100%)
R 104 of 309 ~ 33.66%
G 51 of 309 ~ 16.5%
B 154 of 309 ~ 49.84%

%33.66
%16.5
%49.84

CMYK color model

#68339A color CMYK value is (32,67,0,40).

  • cyan value is 32.47%
  • magenta value is 66.88%
  • yellow value is 0.00%
  • key color value is 39.61%
CMYK:
(32,67,0,40)
C32M67Y0K40 
(32%,67%,0%,40%)
(0.32/0.67/0.00/0.40)	

CMYK percentages

%32.47
%66.88
%0
%39.61

Codes

Color #68339A in popluar color models

68339A
RGB10451154
HSL271°50.24%40.20%
HSB/HSV271°66.88%60.39%
CMYK32.47%66.88%0.00%
39.61%

Color #68339A in popluar number systems.

HEX68339A
Decimal10451154
Binary110100011001110011010
Octal15063232

Shades and tints

Shades of #68339A

#68339A
(104,51,154)
#5F2F8C
(95,47,140)
#562B7E
(86,43,126)
#4D2770
(77,39,112)
#442362
(68,35,98)
#3B1F54
(59,31,84)
#321B46
(50,27,70)
#291738
(41,23,56)
#20132A
(32,19,42)
#170F1C
(23,15,28)
#0E0B0E
(14,11,14)
#000000
(0,0,0)

Tints of #68339A

#68339A
(104,51,154)
#7545A3
(117,69,163)
#8257AC
(130,87,172)
#8F69B5
(143,105,181)
#9C7BBE
(156,123,190)
#A98DC7
(169,141,199)
#B69FD0
(182,159,208)
#C3B1D9
(195,177,217)
#D0C3E2
(208,195,226)
#DDD5EB
(221,213,235)
#EAE7F4
(234,231,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #68339A; }

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

This text font color is #68339A.


Background Color

.myBgColor { background-color: #68339A; }

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

This div background color is #68339A.


Border color

.myBorderColor { border: 1px solid #68339A; }

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

This div border color is #68339A.


Opacity

.myOpacity80 { color: #68339A; opacity: 0.8; }

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

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

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

This text has shadow with #68339A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #68339A on black background.


Color preview on white background

This text has color #68339A on white background.



Black color preview on #68339A background

This text has black color on #68339A background.


White color preview on #68339A background

This text has white color on #68339A background.