COLOR #603F6D

HEX: #603F6D
RGB: (96,63,109)

Color info

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

RGB color model

#603F6D color RGB value is (96,63,109).

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

RGB channels and saturation

R 96 of 255 = 38%
G 63 of 255 = 25%
B 109 of 255 = 43%

96
63
109

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

Portions of RGB colors in percentages

R + G + B =
96 + 63 + 109 = 268 (100%)
R 96 of 268 ~ 35.82%
G 63 of 268 ~ 23.51%
B 109 of 268 ~ 40.67%

%35.82
%23.51
%40.67

CMYK color model

#603F6D color CMYK value is (12,42,0,57).

  • cyan value is 11.93%
  • magenta value is 42.20%
  • yellow value is 0.00%
  • key color value is 57.25%
CMYK:
(12,42,0,57)
C12M42Y0K57 
(12%,42%,0%,57%)
(0.12/0.42/0.00/0.57)	

CMYK percentages

%11.93
%42.2
%0
%57.25

Codes

Color #603F6D in popluar color models

603F6D
RGB9663109
HSL283°26.74%33.73%
HSB/HSV283°42.20%42.75%
CMYK11.93%42.20%0.00%
57.25%

Color #603F6D in popluar number systems.

HEX603F6D
Decimal9663109
Binary11000001111111101101
Octal14077155

Shades and tints

Shades of #603F6D

#603F6D
(96,63,109)
#583A64
(88,58,100)
#50355B
(80,53,91)
#483052
(72,48,82)
#402B49
(64,43,73)
#382640
(56,38,64)
#302137
(48,33,55)
#281C2E
(40,28,46)
#201725
(32,23,37)
#18121C
(24,18,28)
#100D13
(16,13,19)
#000000
(0,0,0)

Tints of #603F6D

#603F6D
(96,63,109)
#6E507A
(110,80,122)
#7C6187
(124,97,135)
#8A7294
(138,114,148)
#9883A1
(152,131,161)
#A694AE
(166,148,174)
#B4A5BB
(180,165,187)
#C2B6C8
(194,182,200)
#D0C7D5
(208,199,213)
#DED8E2
(222,216,226)
#ECE9EF
(236,233,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #603F6D; }

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

This text font color is #603F6D.


Background Color

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

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

This div background color is #603F6D.


Border color

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

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

This div border color is #603F6D.


Opacity

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

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

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

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

This text has shadow with #603F6D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #603F6D on black background.


Color preview on white background

This text has color #603F6D on white background.



Black color preview on #603F6D background

This text has black color on #603F6D background.


White color preview on #603F6D background

This text has white color on #603F6D background.