COLOR #68519A

HEX: #68519A
RGB: (104,81,154)

Color info

#68519A contains mainly red and blue colors. Web safe color of #68519A is #666699 (or #669).

RGB color model

#68519A color RGB value is (104,81,154).

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

RGB channels and saturation

R 104 of 255 = 41%
G 81 of 255 = 32%
B 154 of 255 = 60%

104
81
154

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

Portions of RGB colors in percentages

R + G + B =
104 + 81 + 154 = 339 (100%)
R 104 of 339 ~ 30.68%
G 81 of 339 ~ 23.89%
B 154 of 339 ~ 45.43%

%30.68
%23.89
%45.43

CMYK color model

#68519A color CMYK value is (32,47,0,40).

  • cyan value is 32.47%
  • magenta value is 47.40%
  • yellow value is 0.00%
  • key color value is 39.61%
CMYK:
(32,47,0,40)
C32M47Y0K40 
(32%,47%,0%,40%)
(0.32/0.47/0.00/0.40)	

CMYK percentages

%32.47
%47.4
%0
%39.61

Codes

Color #68519A in popluar color models

68519A
RGB10481154
HSL259°31.06%46.08%
HSB/HSV259°47.40%60.39%
CMYK32.47%47.40%0.00%
39.61%

Color #68519A in popluar number systems.

HEX68519A
Decimal10481154
Binary1101000101000110011010
Octal150121232

Shades and tints

Shades of #68519A

#68519A
(104,81,154)
#5F4A8C
(95,74,140)
#56437E
(86,67,126)
#4D3C70
(77,60,112)
#443562
(68,53,98)
#3B2E54
(59,46,84)
#322746
(50,39,70)
#292038
(41,32,56)
#20192A
(32,25,42)
#17121C
(23,18,28)
#0E0B0E
(14,11,14)
#000000
(0,0,0)

Tints of #68519A

#68519A
(104,81,154)
#7560A3
(117,96,163)
#826FAC
(130,111,172)
#8F7EB5
(143,126,181)
#9C8DBE
(156,141,190)
#A99CC7
(169,156,199)
#B6ABD0
(182,171,208)
#C3BAD9
(195,186,217)
#D0C9E2
(208,201,226)
#DDD8EB
(221,216,235)
#EAE7F4
(234,231,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #68519A; }

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

This text font color is #68519A.


Background Color

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

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

This div background color is #68519A.


Border color

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

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

This div border color is #68519A.


Opacity

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

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

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

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

This text has shadow with #68519A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #68519A on black background.


Color preview on white background

This text has color #68519A on white background.



Black color preview on #68519A background

This text has black color on #68519A background.


White color preview on #68519A background

This text has white color on #68519A background.