COLOR #68397D

HEX: #68397D
RGB: (104,57,125)

Color info

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

RGB color model

#68397D color RGB value is (104,57,125).

  • red value is 104;
  • green value is 57;
  • blue value is 125.
RGB:
(104,57,125)
(41%,22%,49%)

RGB channels and saturation

R 104 of 255 = 41%
G 57 of 255 = 22%
B 125 of 255 = 49%

104
57
125

R + G + B ~ 37%. #68397D is quite dark color.

Portions of RGB colors in percentages

R + G + B =
104 + 57 + 125 = 286 (100%)
R 104 of 286 ~ 36.36%
G 57 of 286 ~ 19.93%
B 125 of 286 ~ 43.71%

%36.36
%19.93
%43.71

CMYK color model

#68397D color CMYK value is (17,54,0,51).

  • cyan value is 16.80%
  • magenta value is 54.40%
  • yellow value is 0.00%
  • key color value is 50.98%
CMYK:
(17,54,0,51)
C17M54Y0K51 
(17%,54%,0%,51%)
(0.17/0.54/0.00/0.51)	

CMYK percentages

%16.8
%54.4
%0
%50.98

Codes

Color #68397D in popluar color models

68397D
RGB10457125
HSL281°37.36%35.69%
HSB/HSV281°54.40%49.02%
CMYK16.80%54.40%0.00%
50.98%

Color #68397D in popluar number systems.

HEX68397D
Decimal10457125
Binary11010001110011111101
Octal15071175

Shades and tints

Shades of #68397D

#68397D
(104,57,125)
#5F3472
(95,52,114)
#562F67
(86,47,103)
#4D2A5C
(77,42,92)
#442551
(68,37,81)
#3B2046
(59,32,70)
#321B3B
(50,27,59)
#291630
(41,22,48)
#201125
(32,17,37)
#170C1A
(23,12,26)
#0E070F
(14,7,15)
#000000
(0,0,0)

Tints of #68397D

#68397D
(104,57,125)
#754B88
(117,75,136)
#825D93
(130,93,147)
#8F6F9E
(143,111,158)
#9C81A9
(156,129,169)
#A993B4
(169,147,180)
#B6A5BF
(182,165,191)
#C3B7CA
(195,183,202)
#D0C9D5
(208,201,213)
#DDDBE0
(221,219,224)
#EAEDEB
(234,237,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #68397D color. Also use rgb(104,57,125) instead hex code.

Text Font Color

.myTextColor { color: #68397D; }

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

This text font color is #68397D.


Background Color

.myBgColor { background-color: #68397D; }

<div style="background-color:#68397D">Inner text</div>

This div background color is #68397D.


Border color

.myBorderColor { border: 1px solid #68397D; }

<div style="border:3px solid #68397D">Div</div>

This div border color is #68397D.


Opacity

.myOpacity80 { color: #68397D; opacity: 0.8; }

<p style="color:#68397D;opacity:0.8;">80%</p>

Text with #68397D 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 #68397D;}

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

This text has shadow with #68397D color.

.textShadow {text-shadow: 3px 3px 1px #68397D, 3px 3px 1px red;}

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

This text has shadow with #68397D primary color and red secondary color.


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

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

This text has shadow with #68397D and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #68397D on black background.


Color preview on white background

This text has color #68397D on white background.



Black color preview on #68397D background

This text has black color on #68397D background.


White color preview on #68397D background

This text has white color on #68397D background.