COLOR #68406F

HEX: #68406F
RGB: (104,64,111)

Color info

#68406F contains red, green and blue colors in about the same proportion. Web safe color of #68406F is #663366 (or #636).

RGB color model

#68406F color RGB value is (104,64,111).

  • red value is 104;
  • green value is 64;
  • blue value is 111.
RGB:
(104,64,111)
(41%,25%,44%)

RGB channels and saturation

R 104 of 255 = 41%
G 64 of 255 = 25%
B 111 of 255 = 44%

104
64
111

R + G + B ~ 37%. #68406F is quite dark color.

Portions of RGB colors in percentages

R + G + B =
104 + 64 + 111 = 279 (100%)
R 104 of 279 ~ 37.28%
G 64 of 279 ~ 22.94%
B 111 of 279 ~ 39.78%

%37.28
%22.94
%39.78

CMYK color model

#68406F color CMYK value is (6,42,0,56).

  • cyan value is 6.31%
  • magenta value is 42.34%
  • yellow value is 0.00%
  • key color value is 56.47%
CMYK:
(6,42,0,56)
C6M42Y0K56 
(6%,42%,0%,56%)
(0.06/0.42/0.00/0.56)	

CMYK percentages

%6.31
%42.34
%0
%56.47

Codes

Color #68406F in popluar color models

68406F
RGB10464111
HSL291°26.86%34.31%
HSB/HSV291°42.34%43.53%
CMYK6.31%42.34%0.00%
56.47%

Color #68406F in popluar number systems.

HEX68406F
Decimal10464111
Binary110100010000001101111
Octal150100157

Shades and tints

Shades of #68406F

#68406F
(104,64,111)
#5F3B65
(95,59,101)
#56365B
(86,54,91)
#4D3151
(77,49,81)
#442C47
(68,44,71)
#3B273D
(59,39,61)
#322233
(50,34,51)
#291D29
(41,29,41)
#20181F
(32,24,31)
#171315
(23,19,21)
#0E0E0B
(14,14,11)
#000000
(0,0,0)

Tints of #68406F

#68406F
(104,64,111)
#75517C
(117,81,124)
#826289
(130,98,137)
#8F7396
(143,115,150)
#9C84A3
(156,132,163)
#A995B0
(169,149,176)
#B6A6BD
(182,166,189)
#C3B7CA
(195,183,202)
#D0C8D7
(208,200,215)
#DDD9E4
(221,217,228)
#EAEAF1
(234,234,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #68406F color. Also use rgb(104,64,111) instead hex code.

Text Font Color

.myTextColor { color: #68406F; }

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

This text font color is #68406F.


Background Color

.myBgColor { background-color: #68406F; }

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

This div background color is #68406F.


Border color

.myBorderColor { border: 1px solid #68406F; }

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

This div border color is #68406F.


Opacity

.myOpacity80 { color: #68406F; opacity: 0.8; }

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

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

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

This text has shadow with #68406F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #68406F on black background.


Color preview on white background

This text has color #68406F on white background.



Black color preview on #68406F background

This text has black color on #68406F background.


White color preview on #68406F background

This text has white color on #68406F background.