COLOR #681F67

HEX: #681F67
RGB: (104,31,103)

Color info

#681F67 contains mainly red and blue colors. Web safe color of #681F67 is #663366 (or #636).

RGB color model

#681F67 color RGB value is (104,31,103).

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

RGB channels and saturation

R 104 of 255 = 41%
G 31 of 255 = 12%
B 103 of 255 = 40%

104
31
103

R + G + B ~ 31%. #681F67 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
104 + 31 + 103 = 238 (100%)
R 104 of 238 ~ 43.7%
G 31 of 238 ~ 13.03%
B 103 of 238 ~ 43.28%

%43.7
%13.03
%43.28

CMYK color model

#681F67 color CMYK value is (0,70,1,59).

  • cyan value is 0.00%
  • magenta value is 70.19%
  • yellow value is 0.96%
  • key color value is 59.22%
CMYK:
(0,70,1,59)
C0M70Y1K59 
(0%,70%,1%,59%)
(0.00/0.70/0.01/0.59)	

CMYK percentages

%0
%70.19
%0.96
%59.22

Codes

Color #681F67 in popluar color models

681F67
RGB10431103
HSL301°54.07%26.47%
HSB/HSV301°70.19%40.78%
CMYK0.00%70.19%0.96%
59.22%

Color #681F67 in popluar number systems.

HEX681F67
Decimal10431103
Binary1101000111111100111
Octal15037147

Shades and tints

Shades of #681F67

#681F67
(104,31,103)
#5F1D5E
(95,29,94)
#561B55
(86,27,85)
#4D194C
(77,25,76)
#441743
(68,23,67)
#3B153A
(59,21,58)
#321331
(50,19,49)
#291128
(41,17,40)
#200F1F
(32,15,31)
#170D16
(23,13,22)
#0E0B0D
(14,11,13)
#000000
(0,0,0)

Tints of #681F67

#681F67
(104,31,103)
#753374
(117,51,116)
#824781
(130,71,129)
#8F5B8E
(143,91,142)
#9C6F9B
(156,111,155)
#A983A8
(169,131,168)
#B697B5
(182,151,181)
#C3ABC2
(195,171,194)
#D0BFCF
(208,191,207)
#DDD3DC
(221,211,220)
#EAE7E9
(234,231,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #681F67; }

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

This text font color is #681F67.


Background Color

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

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

This div background color is #681F67.


Border color

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

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

This div border color is #681F67.


Opacity

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

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

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

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

This text has shadow with #681F67 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #681F67 on black background.


Color preview on white background

This text has color #681F67 on white background.



Black color preview on #681F67 background

This text has black color on #681F67 background.


White color preview on #681F67 background

This text has white color on #681F67 background.