COLOR #68137B

HEX: #68137B
RGB: (104,19,123)

Color info

#68137B contains mainly red and blue colors. Web safe color of #68137B is #660066 (or #606).

RGB color model

#68137B color RGB value is (104,19,123).

  • red value is 104;
  • green value is 19;
  • blue value is 123.
RGB:
(104,19,123)
(41%,7%,48%)

RGB channels and saturation

R 104 of 255 = 41%
G 19 of 255 = 7%
B 123 of 255 = 48%

104
19
123

R + G + B ~ 32%. #68137B is quite dark color.

Portions of RGB colors in percentages

R + G + B =
104 + 19 + 123 = 246 (100%)
R 104 of 246 ~ 42.28%
G 19 of 246 ~ 7.72%
B 123 of 246 ~ 50%

%42.28
%50

CMYK color model

#68137B color CMYK value is (15,85,0,52).

  • cyan value is 15.45%
  • magenta value is 84.55%
  • yellow value is 0.00%
  • key color value is 51.76%
CMYK:
(15,85,0,52)
C15M85Y0K52 
(15%,85%,0%,52%)
(0.15/0.85/0.00/0.52)	

CMYK percentages

%15.45
%84.55
%0
%51.76

Codes

Color #68137B in popluar color models

68137B
RGB10419123
HSL289°73.24%27.84%
HSB/HSV289°84.55%48.24%
CMYK15.45%84.55%0.00%
51.76%

Color #68137B in popluar number systems.

HEX68137B
Decimal10419123
Binary1101000100111111011
Octal15023173

Shades and tints

Shades of #68137B

#68137B
(104,19,123)
#5F1270
(95,18,112)
#561165
(86,17,101)
#4D105A
(77,16,90)
#440F4F
(68,15,79)
#3B0E44
(59,14,68)
#320D39
(50,13,57)
#290C2E
(41,12,46)
#200B23
(32,11,35)
#170A18
(23,10,24)
#0E090D
(14,9,13)
#000000
(0,0,0)

Tints of #68137B

#68137B
(104,19,123)
#752887
(117,40,135)
#823D93
(130,61,147)
#8F529F
(143,82,159)
#9C67AB
(156,103,171)
#A97CB7
(169,124,183)
#B691C3
(182,145,195)
#C3A6CF
(195,166,207)
#D0BBDB
(208,187,219)
#DDD0E7
(221,208,231)
#EAE5F3
(234,229,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #68137B color. Also use rgb(104,19,123) instead hex code.

Text Font Color

.myTextColor { color: #68137B; }

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

This text font color is #68137B.


Background Color

.myBgColor { background-color: #68137B; }

<div style="background-color:#68137B">Inner text</div>

This div background color is #68137B.


Border color

.myBorderColor { border: 1px solid #68137B; }

<div style="border:3px solid #68137B">Div</div>

This div border color is #68137B.


Opacity

.myOpacity80 { color: #68137B; opacity: 0.8; }

<p style="color:#68137B;opacity:0.8;">80%</p>

Text with #68137B 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 #68137B;}

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

This text has shadow with #68137B color.

.textShadow {text-shadow: 3px 3px 1px #68137B, 3px 3px 1px red;}

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

This text has shadow with #68137B primary color and red secondary color.


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

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

This text has shadow with #68137B and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #68137B on black background.


Color preview on white background

This text has color #68137B on white background.



Black color preview on #68137B background

This text has black color on #68137B background.


White color preview on #68137B background

This text has white color on #68137B background.