COLOR #680A54

HEX: #680A54
RGB: (104,10,84)

Color info

#680A54 contains mainly red and blue colors. Web safe color of #680A54 is #660066 (or #606).

RGB color model

#680A54 color RGB value is (104,10,84).

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

RGB channels and saturation

R 104 of 255 = 41%
G 10 of 255 = 4%
B 84 of 255 = 33%

104
10
84

R + G + B ~ 26%. #680A54 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
104 + 10 + 84 = 198 (100%)
R 104 of 198 ~ 52.53%
G 10 of 198 ~ 5.05%
B 84 of 198 ~ 42.42%

%52.53
%42.42

CMYK color model

#680A54 color CMYK value is (0,90,19,59).

  • cyan value is 0.00%
  • magenta value is 90.38%
  • yellow value is 19.23%
  • key color value is 59.22%
CMYK:
(0,90,19,59)
C0M90Y19K59 
(0%,90%,19%,59%)
(0.00/0.90/0.19/0.59)	

CMYK percentages

%0
%90.38
%19.23
%59.22

Codes

Color #680A54 in popluar color models

680A54
RGB1041084
HSL313°82.46%22.35%
HSB/HSV313°90.38%40.78%
CMYK0.00%90.38%19.23%
59.22%

Color #680A54 in popluar number systems.

HEX680A54
Decimal1041084
Binary110100010101010100
Octal15012124

Shades and tints

Shades of #680A54

#680A54
(104,10,84)
#5F0A4D
(95,10,77)
#560A46
(86,10,70)
#4D0A3F
(77,10,63)
#440A38
(68,10,56)
#3B0A31
(59,10,49)
#320A2A
(50,10,42)
#290A23
(41,10,35)
#200A1C
(32,10,28)
#170A15
(23,10,21)
#0E0A0E
(14,10,14)
#000000
(0,0,0)

Tints of #680A54

#680A54
(104,10,84)
#752063
(117,32,99)
#823672
(130,54,114)
#8F4C81
(143,76,129)
#9C6290
(156,98,144)
#A9789F
(169,120,159)
#B68EAE
(182,142,174)
#C3A4BD
(195,164,189)
#D0BACC
(208,186,204)
#DDD0DB
(221,208,219)
#EAE6EA
(234,230,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #680A54; }

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

This text font color is #680A54.


Background Color

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

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

This div background color is #680A54.


Border color

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

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

This div border color is #680A54.


Opacity

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

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

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

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

This text has shadow with #680A54 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #680A54 on black background.


Color preview on white background

This text has color #680A54 on white background.



Black color preview on #680A54 background

This text has black color on #680A54 background.


White color preview on #680A54 background

This text has white color on #680A54 background.