COLOR #681FA6

HEX: #681FA6
RGB: (104,31,166)

Color info

#681FA6 contains mainly blue color. Web safe color of #681FA6 is #663399 (or #639).

RGB color model

#681FA6 color RGB value is (104,31,166).

  • red value is 104;
  • green value is 31;
  • blue value is 166.
RGB:
(104,31,166)
(41%,12%,65%)

RGB channels and saturation

R 104 of 255 = 41%
G 31 of 255 = 12%
B 166 of 255 = 65%

104
31
166

R + G + B ~ 39%. #681FA6 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
104 + 31 + 166 = 301 (100%)
R 104 of 301 ~ 34.55%
G 31 of 301 ~ 10.3%
B 166 of 301 ~ 55.15%

%34.55
%10.3
%55.15

CMYK color model

#681FA6 color CMYK value is (37,81,0,35).

  • cyan value is 37.35%
  • magenta value is 81.33%
  • yellow value is 0.00%
  • key color value is 34.90%
CMYK:
(37,81,0,35)
C37M81Y0K35 
(37%,81%,0%,35%)
(0.37/0.81/0.00/0.35)	

CMYK percentages

%37.35
%81.33
%0
%34.9

Codes

Color #681FA6 in popluar color models

681FA6
RGB10431166
HSL272°68.53%38.63%
HSB/HSV272°81.33%65.10%
CMYK37.35%81.33%0.00%
34.90%

Color #681FA6 in popluar number systems.

HEX681FA6
Decimal10431166
Binary11010001111110100110
Octal15037246

Shades and tints

Shades of #681FA6

#681FA6
(104,31,166)
#5F1D97
(95,29,151)
#561B88
(86,27,136)
#4D1979
(77,25,121)
#44176A
(68,23,106)
#3B155B
(59,21,91)
#32134C
(50,19,76)
#29113D
(41,17,61)
#200F2E
(32,15,46)
#170D1F
(23,13,31)
#0E0B10
(14,11,16)
#000000
(0,0,0)

Tints of #681FA6

#681FA6
(104,31,166)
#7533AE
(117,51,174)
#8247B6
(130,71,182)
#8F5BBE
(143,91,190)
#9C6FC6
(156,111,198)
#A983CE
(169,131,206)
#B697D6
(182,151,214)
#C3ABDE
(195,171,222)
#D0BFE6
(208,191,230)
#DDD3EE
(221,211,238)
#EAE7F6
(234,231,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #681FA6 color. Also use rgb(104,31,166) instead hex code.

Text Font Color

.myTextColor { color: #681FA6; }

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

This text font color is #681FA6.


Background Color

.myBgColor { background-color: #681FA6; }

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

This div background color is #681FA6.


Border color

.myBorderColor { border: 1px solid #681FA6; }

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

This div border color is #681FA6.


Opacity

.myOpacity80 { color: #681FA6; opacity: 0.8; }

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

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

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

This text has shadow with #681FA6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #681FA6 on black background.


Color preview on white background

This text has color #681FA6 on white background.



Black color preview on #681FA6 background

This text has black color on #681FA6 background.


White color preview on #681FA6 background

This text has white color on #681FA6 background.