COLOR #68248E

HEX: #68248E
RGB: (104,36,142)

Color info

#68248E contains mainly red and blue colors. Web safe color of #68248E is #663399 (or #639).

RGB color model

#68248E color RGB value is (104,36,142).

  • red value is 104;
  • green value is 36;
  • blue value is 142.
RGB:
(104,36,142)
(41%,14%,56%)

RGB channels and saturation

R 104 of 255 = 41%
G 36 of 255 = 14%
B 142 of 255 = 56%

104
36
142

R + G + B ~ 37%. #68248E is quite dark color.

Portions of RGB colors in percentages

R + G + B =
104 + 36 + 142 = 282 (100%)
R 104 of 282 ~ 36.88%
G 36 of 282 ~ 12.77%
B 142 of 282 ~ 50.35%

%36.88
%12.77
%50.35

CMYK color model

#68248E color CMYK value is (27,75,0,44).

  • cyan value is 26.76%
  • magenta value is 74.65%
  • yellow value is 0.00%
  • key color value is 44.31%
CMYK:
(27,75,0,44)
C27M75Y0K44 
(27%,75%,0%,44%)
(0.27/0.75/0.00/0.44)	

CMYK percentages

%26.76
%74.65
%0
%44.31

Codes

Color #68248E in popluar color models

68248E
RGB10436142
HSL278°59.55%34.90%
HSB/HSV278°74.65%55.69%
CMYK26.76%74.65%0.00%
44.31%

Color #68248E in popluar number systems.

HEX68248E
Decimal10436142
Binary110100010010010001110
Octal15044216

Shades and tints

Shades of #68248E

#68248E
(104,36,142)
#5F2182
(95,33,130)
#561E76
(86,30,118)
#4D1B6A
(77,27,106)
#44185E
(68,24,94)
#3B1552
(59,21,82)
#321246
(50,18,70)
#290F3A
(41,15,58)
#200C2E
(32,12,46)
#170922
(23,9,34)
#0E0616
(14,6,22)
#000000
(0,0,0)

Tints of #68248E

#68248E
(104,36,142)
#753798
(117,55,152)
#824AA2
(130,74,162)
#8F5DAC
(143,93,172)
#9C70B6
(156,112,182)
#A983C0
(169,131,192)
#B696CA
(182,150,202)
#C3A9D4
(195,169,212)
#D0BCDE
(208,188,222)
#DDCFE8
(221,207,232)
#EAE2F2
(234,226,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #68248E color. Also use rgb(104,36,142) instead hex code.

Text Font Color

.myTextColor { color: #68248E; }

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

This text font color is #68248E.


Background Color

.myBgColor { background-color: #68248E; }

<div style="background-color:#68248E">Inner text</div>

This div background color is #68248E.


Border color

.myBorderColor { border: 1px solid #68248E; }

<div style="border:3px solid #68248E">Div</div>

This div border color is #68248E.


Opacity

.myOpacity80 { color: #68248E; opacity: 0.8; }

<p style="color:#68248E;opacity:0.8;">80%</p>

Text with #68248E 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 #68248E;}

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

This text has shadow with #68248E color.

.textShadow {text-shadow: 3px 3px 1px #68248E, 3px 3px 1px red;}

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

This text has shadow with #68248E primary color and red secondary color.


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

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

This text has shadow with #68248E and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #68248E on black background.


Color preview on white background

This text has color #68248E on white background.



Black color preview on #68248E background

This text has black color on #68248E background.


White color preview on #68248E background

This text has white color on #68248E background.