COLOR #681DE2

HEX: #681DE2
RGB: (104,29,226)

Color info

#681DE2 contains mainly blue color. Web safe color of #681DE2 is #6633CC (or #63C).

RGB color model

#681DE2 color RGB value is (104,29,226).

  • red value is 104;
  • green value is 29;
  • blue value is 226.
RGB:
(104,29,226)
(41%,11%,89%)

RGB channels and saturation

R 104 of 255 = 41%
G 29 of 255 = 11%
B 226 of 255 = 89%

104
29
226

R + G + B ~ 47%. #681DE2 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
104 + 29 + 226 = 359 (100%)
R 104 of 359 ~ 28.97%
G 29 of 359 ~ 8.08%
B 226 of 359 ~ 62.95%

%28.97
%62.95

CMYK color model

#681DE2 color CMYK value is (54,87,0,11).

  • cyan value is 53.98%
  • magenta value is 87.17%
  • yellow value is 0.00%
  • key color value is 11.37%
CMYK:
(54,87,0,11)
C54M87Y0K11 
(54%,87%,0%,11%)
(0.54/0.87/0.00/0.11)	

CMYK percentages

%53.98
%87.17
%0
%11.37

Codes

Color #681DE2 in popluar color models

681DE2
RGB10429226
HSL263°77.25%50.00%
HSB/HSV263°87.17%88.63%
CMYK53.98%87.17%0.00%
11.37%

Color #681DE2 in popluar number systems.

HEX681DE2
Decimal10429226
Binary11010001110111100010
Octal15035342

Shades and tints

Shades of #681DE2

#681DE2
(104,29,226)
#5F1BCE
(95,27,206)
#5619BA
(86,25,186)
#4D17A6
(77,23,166)
#441592
(68,21,146)
#3B137E
(59,19,126)
#32116A
(50,17,106)
#290F56
(41,15,86)
#200D42
(32,13,66)
#170B2E
(23,11,46)
#0E091A
(14,9,26)
#000000
(0,0,0)

Tints of #681DE2

#681DE2
(104,29,226)
#7531E4
(117,49,228)
#8245E6
(130,69,230)
#8F59E8
(143,89,232)
#9C6DEA
(156,109,234)
#A981EC
(169,129,236)
#B695EE
(182,149,238)
#C3A9F0
(195,169,240)
#D0BDF2
(208,189,242)
#DDD1F4
(221,209,244)
#EAE5F6
(234,229,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #681DE2 color. Also use rgb(104,29,226) instead hex code.

Text Font Color

.myTextColor { color: #681DE2; }

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

This text font color is #681DE2.


Background Color

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

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

This div background color is #681DE2.


Border color

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

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

This div border color is #681DE2.


Opacity

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

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

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

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

This text has shadow with #681DE2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #681DE2 on black background.


Color preview on white background

This text has color #681DE2 on white background.



Black color preview on #681DE2 background

This text has black color on #681DE2 background.


White color preview on #681DE2 background

This text has white color on #681DE2 background.