COLOR #68467A

HEX: #68467A
RGB: (104,70,122)

Color info

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

RGB color model

#68467A color RGB value is (104,70,122).

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

RGB channels and saturation

R 104 of 255 = 41%
G 70 of 255 = 27%
B 122 of 255 = 48%

104
70
122

R + G + B ~ 39%. #68467A is quite dark color.

Portions of RGB colors in percentages

R + G + B =
104 + 70 + 122 = 296 (100%)
R 104 of 296 ~ 35.14%
G 70 of 296 ~ 23.65%
B 122 of 296 ~ 41.22%

%35.14
%23.65
%41.22

CMYK color model

#68467A color CMYK value is (15,43,0,52).

  • cyan value is 14.75%
  • magenta value is 42.62%
  • yellow value is 0.00%
  • key color value is 52.16%
CMYK:
(15,43,0,52)
C15M43Y0K52 
(15%,43%,0%,52%)
(0.15/0.43/0.00/0.52)	

CMYK percentages

%14.75
%42.62
%0
%52.16

Codes

Color #68467A in popluar color models

68467A
RGB10470122
HSL279°27.08%37.65%
HSB/HSV279°42.62%47.84%
CMYK14.75%42.62%0.00%
52.16%

Color #68467A in popluar number systems.

HEX68467A
Decimal10470122
Binary110100010001101111010
Octal150106172

Shades and tints

Shades of #68467A

#68467A
(104,70,122)
#5F406F
(95,64,111)
#563A64
(86,58,100)
#4D3459
(77,52,89)
#442E4E
(68,46,78)
#3B2843
(59,40,67)
#322238
(50,34,56)
#291C2D
(41,28,45)
#201622
(32,22,34)
#171017
(23,16,23)
#0E0A0C
(14,10,12)
#000000
(0,0,0)

Tints of #68467A

#68467A
(104,70,122)
#755686
(117,86,134)
#826692
(130,102,146)
#8F769E
(143,118,158)
#9C86AA
(156,134,170)
#A996B6
(169,150,182)
#B6A6C2
(182,166,194)
#C3B6CE
(195,182,206)
#D0C6DA
(208,198,218)
#DDD6E6
(221,214,230)
#EAE6F2
(234,230,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #68467A; }

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

This text font color is #68467A.


Background Color

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

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

This div background color is #68467A.


Border color

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

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

This div border color is #68467A.


Opacity

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

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

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

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

This text has shadow with #68467A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #68467A on black background.


Color preview on white background

This text has color #68467A on white background.



Black color preview on #68467A background

This text has black color on #68467A background.


White color preview on #68467A background

This text has white color on #68467A background.