COLOR #68466A

HEX: #68466A
RGB: (104,70,106)

Color info

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

RGB color model

#68466A color RGB value is (104,70,106).

  • red value is 104;
  • green value is 70;
  • blue value is 106.
RGB:
(104,70,106)
(41%,27%,42%)

RGB channels and saturation

R 104 of 255 = 41%
G 70 of 255 = 27%
B 106 of 255 = 42%

104
70
106

R + G + B ~ 37%. #68466A is quite dark color.

Portions of RGB colors in percentages

R + G + B =
104 + 70 + 106 = 280 (100%)
R 104 of 280 ~ 37.14%
G 70 of 280 ~ 25%
B 106 of 280 ~ 37.86%

%37.14
%25
%37.86

CMYK color model

#68466A color CMYK value is (2,34,0,58).

  • cyan value is 1.89%
  • magenta value is 33.96%
  • yellow value is 0.00%
  • key color value is 58.43%
CMYK:
(2,34,0,58)
C2M34Y0K58 
(2%,34%,0%,58%)
(0.02/0.34/0.00/0.58)	

CMYK percentages

%1.89
%33.96
%0
%58.43

Codes

Color #68466A in popluar color models

68466A
RGB10470106
HSL297°20.45%34.51%
HSB/HSV297°33.96%41.57%
CMYK1.89%33.96%0.00%
58.43%

Color #68466A in popluar number systems.

HEX68466A
Decimal10470106
Binary110100010001101101010
Octal150106152

Shades and tints

Shades of #68466A

#68466A
(104,70,106)
#5F4061
(95,64,97)
#563A58
(86,58,88)
#4D344F
(77,52,79)
#442E46
(68,46,70)
#3B283D
(59,40,61)
#322234
(50,34,52)
#291C2B
(41,28,43)
#201622
(32,22,34)
#171019
(23,16,25)
#0E0A10
(14,10,16)
#000000
(0,0,0)

Tints of #68466A

#68466A
(104,70,106)
#755677
(117,86,119)
#826684
(130,102,132)
#8F7691
(143,118,145)
#9C869E
(156,134,158)
#A996AB
(169,150,171)
#B6A6B8
(182,166,184)
#C3B6C5
(195,182,197)
#D0C6D2
(208,198,210)
#DDD6DF
(221,214,223)
#EAE6EC
(234,230,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #68466A color. Also use rgb(104,70,106) instead hex code.

Text Font Color

.myTextColor { color: #68466A; }

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

This text font color is #68466A.


Background Color

.myBgColor { background-color: #68466A; }

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

This div background color is #68466A.


Border color

.myBorderColor { border: 1px solid #68466A; }

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

This div border color is #68466A.


Opacity

.myOpacity80 { color: #68466A; opacity: 0.8; }

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

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

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

This text has shadow with #68466A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #68466A on black background.


Color preview on white background

This text has color #68466A on white background.



Black color preview on #68466A background

This text has black color on #68466A background.


White color preview on #68466A background

This text has white color on #68466A background.