COLOR #68347F

HEX: #68347F
RGB: (104,52,127)

Color info

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

RGB color model

#68347F color RGB value is (104,52,127).

  • red value is 104;
  • green value is 52;
  • blue value is 127.
RGB:
(104,52,127)
(41%,20%,50%)

RGB channels and saturation

R 104 of 255 = 41%
G 52 of 255 = 20%
B 127 of 255 = 50%

104
52
127

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

Portions of RGB colors in percentages

R + G + B =
104 + 52 + 127 = 283 (100%)
R 104 of 283 ~ 36.75%
G 52 of 283 ~ 18.37%
B 127 of 283 ~ 44.88%

%36.75
%18.37
%44.88

CMYK color model

#68347F color CMYK value is (18,59,0,50).

  • cyan value is 18.11%
  • magenta value is 59.06%
  • yellow value is 0.00%
  • key color value is 50.20%
CMYK:
(18,59,0,50)
C18M59Y0K50 
(18%,59%,0%,50%)
(0.18/0.59/0.00/0.50)	

CMYK percentages

%18.11
%59.06
%0
%50.2

Codes

Color #68347F in popluar color models

68347F
RGB10452127
HSL282°41.90%35.10%
HSB/HSV282°59.06%49.80%
CMYK18.11%59.06%0.00%
50.20%

Color #68347F in popluar number systems.

HEX68347F
Decimal10452127
Binary11010001101001111111
Octal15064177

Shades and tints

Shades of #68347F

#68347F
(104,52,127)
#5F3074
(95,48,116)
#562C69
(86,44,105)
#4D285E
(77,40,94)
#442453
(68,36,83)
#3B2048
(59,32,72)
#321C3D
(50,28,61)
#291832
(41,24,50)
#201427
(32,20,39)
#17101C
(23,16,28)
#0E0C11
(14,12,17)
#000000
(0,0,0)

Tints of #68347F

#68347F
(104,52,127)
#75468A
(117,70,138)
#825895
(130,88,149)
#8F6AA0
(143,106,160)
#9C7CAB
(156,124,171)
#A98EB6
(169,142,182)
#B6A0C1
(182,160,193)
#C3B2CC
(195,178,204)
#D0C4D7
(208,196,215)
#DDD6E2
(221,214,226)
#EAE8ED
(234,232,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #68347F color. Also use rgb(104,52,127) instead hex code.

Text Font Color

.myTextColor { color: #68347F; }

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

This text font color is #68347F.


Background Color

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

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

This div background color is #68347F.


Border color

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

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

This div border color is #68347F.


Opacity

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

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

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

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

This text has shadow with #68347F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #68347F on black background.


Color preview on white background

This text has color #68347F on white background.



Black color preview on #68347F background

This text has black color on #68347F background.


White color preview on #68347F background

This text has white color on #68347F background.