COLOR #681177

HEX: #681177
RGB: (104,17,119)

Color info

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

RGB color model

#681177 color RGB value is (104,17,119).

  • red value is 104;
  • green value is 17;
  • blue value is 119.
RGB:
(104,17,119)
(41%,7%,47%)

RGB channels and saturation

R 104 of 255 = 41%
G 17 of 255 = 7%
B 119 of 255 = 47%

104
17
119

R + G + B ~ 32%. #681177 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
104 + 17 + 119 = 240 (100%)
R 104 of 240 ~ 43.33%
G 17 of 240 ~ 7.08%
B 119 of 240 ~ 49.58%

%43.33
%49.58

CMYK color model

#681177 color CMYK value is (13,86,0,53).

  • cyan value is 12.61%
  • magenta value is 85.71%
  • yellow value is 0.00%
  • key color value is 53.33%
CMYK:
(13,86,0,53)
C13M86Y0K53 
(13%,86%,0%,53%)
(0.13/0.86/0.00/0.53)	

CMYK percentages

%12.61
%85.71
%0
%53.33

Codes

Color #681177 in popluar color models

681177
RGB10417119
HSL291°75.00%26.67%
HSB/HSV291°85.71%46.67%
CMYK12.61%85.71%0.00%
53.33%

Color #681177 in popluar number systems.

HEX681177
Decimal10417119
Binary1101000100011110111
Octal15021167

Shades and tints

Shades of #681177

#681177
(104,17,119)
#5F106D
(95,16,109)
#560F63
(86,15,99)
#4D0E59
(77,14,89)
#440D4F
(68,13,79)
#3B0C45
(59,12,69)
#320B3B
(50,11,59)
#290A31
(41,10,49)
#200927
(32,9,39)
#17081D
(23,8,29)
#0E0713
(14,7,19)
#000000
(0,0,0)

Tints of #681177

#681177
(104,17,119)
#752683
(117,38,131)
#823B8F
(130,59,143)
#8F509B
(143,80,155)
#9C65A7
(156,101,167)
#A97AB3
(169,122,179)
#B68FBF
(182,143,191)
#C3A4CB
(195,164,203)
#D0B9D7
(208,185,215)
#DDCEE3
(221,206,227)
#EAE3EF
(234,227,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #681177 color. Also use rgb(104,17,119) instead hex code.

Text Font Color

.myTextColor { color: #681177; }

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

This text font color is #681177.


Background Color

.myBgColor { background-color: #681177; }

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

This div background color is #681177.


Border color

.myBorderColor { border: 1px solid #681177; }

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

This div border color is #681177.


Opacity

.myOpacity80 { color: #681177; opacity: 0.8; }

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

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

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

This text has shadow with #681177 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #681177 on black background.


Color preview on white background

This text has color #681177 on white background.



Black color preview on #681177 background

This text has black color on #681177 background.


White color preview on #681177 background

This text has white color on #681177 background.