COLOR #603F68

HEX: #603F68
RGB: (96,63,104)

Color info

#603F68 contains red, green and blue colors in about the same proportion. Web safe color of #603F68 is #663366 (or #636).

RGB color model

#603F68 color RGB value is (96,63,104).

  • red value is 96;
  • green value is 63;
  • blue value is 104.
RGB:
(96,63,104)
(38%,25%,41%)

RGB channels and saturation

R 96 of 255 = 38%
G 63 of 255 = 25%
B 104 of 255 = 41%

96
63
104

R + G + B ~ 35%. #603F68 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
96 + 63 + 104 = 263 (100%)
R 96 of 263 ~ 36.5%
G 63 of 263 ~ 23.95%
B 104 of 263 ~ 39.54%

%36.5
%23.95
%39.54

CMYK color model

#603F68 color CMYK value is (8,39,0,59).

  • cyan value is 7.69%
  • magenta value is 39.42%
  • yellow value is 0.00%
  • key color value is 59.22%
CMYK:
(8,39,0,59)
C8M39Y0K59 
(8%,39%,0%,59%)
(0.08/0.39/0.00/0.59)	

CMYK percentages

%7.69
%39.42
%0
%59.22

Codes

Color #603F68 in popluar color models

603F68
RGB9663104
HSL288°24.55%32.75%
HSB/HSV288°39.42%40.78%
CMYK7.69%39.42%0.00%
59.22%

Color #603F68 in popluar number systems.

HEX603F68
Decimal9663104
Binary11000001111111101000
Octal14077150

Shades and tints

Shades of #603F68

#603F68
(96,63,104)
#583A5F
(88,58,95)
#503556
(80,53,86)
#48304D
(72,48,77)
#402B44
(64,43,68)
#38263B
(56,38,59)
#302132
(48,33,50)
#281C29
(40,28,41)
#201720
(32,23,32)
#181217
(24,18,23)
#100D0E
(16,13,14)
#000000
(0,0,0)

Tints of #603F68

#603F68
(96,63,104)
#6E5075
(110,80,117)
#7C6182
(124,97,130)
#8A728F
(138,114,143)
#98839C
(152,131,156)
#A694A9
(166,148,169)
#B4A5B6
(180,165,182)
#C2B6C3
(194,182,195)
#D0C7D0
(208,199,208)
#DED8DD
(222,216,221)
#ECE9EA
(236,233,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #603F68 color. Also use rgb(96,63,104) instead hex code.

Text Font Color

.myTextColor { color: #603F68; }

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

This text font color is #603F68.


Background Color

.myBgColor { background-color: #603F68; }

<div style="background-color:#603F68">Inner text</div>

This div background color is #603F68.


Border color

.myBorderColor { border: 1px solid #603F68; }

<div style="border:3px solid #603F68">Div</div>

This div border color is #603F68.


Opacity

.myOpacity80 { color: #603F68; opacity: 0.8; }

<p style="color:#603F68;opacity:0.8;">80%</p>

Text with #603F68 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 #603F68;}

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

This text has shadow with #603F68 color.

.textShadow {text-shadow: 3px 3px 1px #603F68, 3px 3px 1px red;}

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

This text has shadow with #603F68 primary color and red secondary color.


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

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

This text has shadow with #603F68 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #603F68 on black background.


Color preview on white background

This text has color #603F68 on white background.



Black color preview on #603F68 background

This text has black color on #603F68 background.


White color preview on #603F68 background

This text has white color on #603F68 background.