COLOR #603F6A

HEX: #603F6A
RGB: (96,63,106)

Color info

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

RGB color model

#603F6A color RGB value is (96,63,106).

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

RGB channels and saturation

R 96 of 255 = 38%
G 63 of 255 = 25%
B 106 of 255 = 42%

96
63
106

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

Portions of RGB colors in percentages

R + G + B =
96 + 63 + 106 = 265 (100%)
R 96 of 265 ~ 36.23%
G 63 of 265 ~ 23.77%
B 106 of 265 ~ 40%

%36.23
%23.77
%40

CMYK color model

#603F6A color CMYK value is (9,41,0,58).

  • cyan value is 9.43%
  • magenta value is 40.57%
  • yellow value is 0.00%
  • key color value is 58.43%
CMYK:
(9,41,0,58)
C9M41Y0K58 
(9%,41%,0%,58%)
(0.09/0.41/0.00/0.58)	

CMYK percentages

%9.43
%40.57
%0
%58.43

Codes

Color #603F6A in popluar color models

603F6A
RGB9663106
HSL286°25.44%33.14%
HSB/HSV286°40.57%41.57%
CMYK9.43%40.57%0.00%
58.43%

Color #603F6A in popluar number systems.

HEX603F6A
Decimal9663106
Binary11000001111111101010
Octal14077152

Shades and tints

Shades of #603F6A

#603F6A
(96,63,106)
#583A61
(88,58,97)
#503558
(80,53,88)
#48304F
(72,48,79)
#402B46
(64,43,70)
#38263D
(56,38,61)
#302134
(48,33,52)
#281C2B
(40,28,43)
#201722
(32,23,34)
#181219
(24,18,25)
#100D10
(16,13,16)
#000000
(0,0,0)

Tints of #603F6A

#603F6A
(96,63,106)
#6E5077
(110,80,119)
#7C6184
(124,97,132)
#8A7291
(138,114,145)
#98839E
(152,131,158)
#A694AB
(166,148,171)
#B4A5B8
(180,165,184)
#C2B6C5
(194,182,197)
#D0C7D2
(208,199,210)
#DED8DF
(222,216,223)
#ECE9EC
(236,233,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #603F6A; }

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

This text font color is #603F6A.


Background Color

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

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

This div background color is #603F6A.


Border color

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

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

This div border color is #603F6A.


Opacity

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

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

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

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

This text has shadow with #603F6A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #603F6A on black background.


Color preview on white background

This text has color #603F6A on white background.



Black color preview on #603F6A background

This text has black color on #603F6A background.


White color preview on #603F6A background

This text has white color on #603F6A background.