COLOR #68428C

HEX: #68428C
RGB: (104,66,140)

Color info

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

RGB color model

#68428C color RGB value is (104,66,140).

  • red value is 104;
  • green value is 66;
  • blue value is 140.
RGB:
(104,66,140)
(41%,26%,55%)

RGB channels and saturation

R 104 of 255 = 41%
G 66 of 255 = 26%
B 140 of 255 = 55%

104
66
140

R + G + B ~ 41%. #68428C is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
104 + 66 + 140 = 310 (100%)
R 104 of 310 ~ 33.55%
G 66 of 310 ~ 21.29%
B 140 of 310 ~ 45.16%

%33.55
%21.29
%45.16

CMYK color model

#68428C color CMYK value is (26,53,0,45).

  • cyan value is 25.71%
  • magenta value is 52.86%
  • yellow value is 0.00%
  • key color value is 45.10%
CMYK:
(26,53,0,45)
C26M53Y0K45 
(26%,53%,0%,45%)
(0.26/0.53/0.00/0.45)	

CMYK percentages

%25.71
%52.86
%0
%45.1

Codes

Color #68428C in popluar color models

68428C
RGB10466140
HSL271°35.92%40.39%
HSB/HSV271°52.86%54.90%
CMYK25.71%52.86%0.00%
45.10%

Color #68428C in popluar number systems.

HEX68428C
Decimal10466140
Binary1101000100001010001100
Octal150102214

Shades and tints

Shades of #68428C

#68428C
(104,66,140)
#5F3C80
(95,60,128)
#563674
(86,54,116)
#4D3068
(77,48,104)
#442A5C
(68,42,92)
#3B2450
(59,36,80)
#321E44
(50,30,68)
#291838
(41,24,56)
#20122C
(32,18,44)
#170C20
(23,12,32)
#0E0614
(14,6,20)
#000000
(0,0,0)

Tints of #68428C

#68428C
(104,66,140)
#755396
(117,83,150)
#8264A0
(130,100,160)
#8F75AA
(143,117,170)
#9C86B4
(156,134,180)
#A997BE
(169,151,190)
#B6A8C8
(182,168,200)
#C3B9D2
(195,185,210)
#D0CADC
(208,202,220)
#DDDBE6
(221,219,230)
#EAECF0
(234,236,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #68428C color. Also use rgb(104,66,140) instead hex code.

Text Font Color

.myTextColor { color: #68428C; }

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

This text font color is #68428C.


Background Color

.myBgColor { background-color: #68428C; }

<div style="background-color:#68428C">Inner text</div>

This div background color is #68428C.


Border color

.myBorderColor { border: 1px solid #68428C; }

<div style="border:3px solid #68428C">Div</div>

This div border color is #68428C.


Opacity

.myOpacity80 { color: #68428C; opacity: 0.8; }

<p style="color:#68428C;opacity:0.8;">80%</p>

Text with #68428C 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 #68428C;}

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

This text has shadow with #68428C color.

.textShadow {text-shadow: 3px 3px 1px #68428C, 3px 3px 1px red;}

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

This text has shadow with #68428C primary color and red secondary color.


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

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

This text has shadow with #68428C and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #68428C on black background.


Color preview on white background

This text has color #68428C on white background.



Black color preview on #68428C background

This text has black color on #68428C background.


White color preview on #68428C background

This text has white color on #68428C background.