COLOR #68357A

HEX: #68357A
RGB: (104,53,122)

Color info

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

RGB color model

#68357A color RGB value is (104,53,122).

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

RGB channels and saturation

R 104 of 255 = 41%
G 53 of 255 = 21%
B 122 of 255 = 48%

104
53
122

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

Portions of RGB colors in percentages

R + G + B =
104 + 53 + 122 = 279 (100%)
R 104 of 279 ~ 37.28%
G 53 of 279 ~ 19%
B 122 of 279 ~ 43.73%

%37.28
%19
%43.73

CMYK color model

#68357A color CMYK value is (15,57,0,52).

  • cyan value is 14.75%
  • magenta value is 56.56%
  • yellow value is 0.00%
  • key color value is 52.16%
CMYK:
(15,57,0,52)
C15M57Y0K52 
(15%,57%,0%,52%)
(0.15/0.57/0.00/0.52)	

CMYK percentages

%14.75
%56.56
%0
%52.16

Codes

Color #68357A in popluar color models

68357A
RGB10453122
HSL284°39.43%34.31%
HSB/HSV284°56.56%47.84%
CMYK14.75%56.56%0.00%
52.16%

Color #68357A in popluar number systems.

HEX68357A
Decimal10453122
Binary11010001101011111010
Octal15065172

Shades and tints

Shades of #68357A

#68357A
(104,53,122)
#5F316F
(95,49,111)
#562D64
(86,45,100)
#4D2959
(77,41,89)
#44254E
(68,37,78)
#3B2143
(59,33,67)
#321D38
(50,29,56)
#29192D
(41,25,45)
#201522
(32,21,34)
#171117
(23,17,23)
#0E0D0C
(14,13,12)
#000000
(0,0,0)

Tints of #68357A

#68357A
(104,53,122)
#754786
(117,71,134)
#825992
(130,89,146)
#8F6B9E
(143,107,158)
#9C7DAA
(156,125,170)
#A98FB6
(169,143,182)
#B6A1C2
(182,161,194)
#C3B3CE
(195,179,206)
#D0C5DA
(208,197,218)
#DDD7E6
(221,215,230)
#EAE9F2
(234,233,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #68357A; }

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

This text font color is #68357A.


Background Color

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

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

This div background color is #68357A.


Border color

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

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

This div border color is #68357A.


Opacity

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

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

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

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

This text has shadow with #68357A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #68357A on black background.


Color preview on white background

This text has color #68357A on white background.



Black color preview on #68357A background

This text has black color on #68357A background.


White color preview on #68357A background

This text has white color on #68357A background.