COLOR #680AA0

HEX: #680AA0
RGB: (104,10,160)

Color info

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

RGB color model

#680AA0 color RGB value is (104,10,160).

  • red value is 104;
  • green value is 10;
  • blue value is 160.
RGB:
(104,10,160)
(41%,4%,63%)

RGB channels and saturation

R 104 of 255 = 41%
G 10 of 255 = 4%
B 160 of 255 = 63%

104
10
160

R + G + B ~ 36%. #680AA0 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
104 + 10 + 160 = 274 (100%)
R 104 of 274 ~ 37.96%
G 10 of 274 ~ 3.65%
B 160 of 274 ~ 58.39%

%37.96
%58.39

CMYK color model

#680AA0 color CMYK value is (35,94,0,37).

  • cyan value is 35.00%
  • magenta value is 93.75%
  • yellow value is 0.00%
  • key color value is 37.25%
CMYK:
(35,94,0,37)
C35M94Y0K37 
(35%,94%,0%,37%)
(0.35/0.94/0.00/0.37)	

CMYK percentages

%35
%93.75
%0
%37.25

Codes

Color #680AA0 in popluar color models

680AA0
RGB10410160
HSL278°88.24%33.33%
HSB/HSV278°93.75%62.75%
CMYK35.00%93.75%0.00%
37.25%

Color #680AA0 in popluar number systems.

HEX680AA0
Decimal10410160
Binary1101000101010100000
Octal15012240

Shades and tints

Shades of #680AA0

#680AA0
(104,10,160)
#5F0A92
(95,10,146)
#560A84
(86,10,132)
#4D0A76
(77,10,118)
#440A68
(68,10,104)
#3B0A5A
(59,10,90)
#320A4C
(50,10,76)
#290A3E
(41,10,62)
#200A30
(32,10,48)
#170A22
(23,10,34)
#0E0A14
(14,10,20)
#000000
(0,0,0)

Tints of #680AA0

#680AA0
(104,10,160)
#7520A8
(117,32,168)
#8236B0
(130,54,176)
#8F4CB8
(143,76,184)
#9C62C0
(156,98,192)
#A978C8
(169,120,200)
#B68ED0
(182,142,208)
#C3A4D8
(195,164,216)
#D0BAE0
(208,186,224)
#DDD0E8
(221,208,232)
#EAE6F0
(234,230,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #680AA0 color. Also use rgb(104,10,160) instead hex code.

Text Font Color

.myTextColor { color: #680AA0; }

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

This text font color is #680AA0.


Background Color

.myBgColor { background-color: #680AA0; }

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

This div background color is #680AA0.


Border color

.myBorderColor { border: 1px solid #680AA0; }

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

This div border color is #680AA0.


Opacity

.myOpacity80 { color: #680AA0; opacity: 0.8; }

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

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

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

This text has shadow with #680AA0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #680AA0 on black background.


Color preview on white background

This text has color #680AA0 on white background.



Black color preview on #680AA0 background

This text has black color on #680AA0 background.


White color preview on #680AA0 background

This text has white color on #680AA0 background.