COLOR #602B63

HEX: #602B63
RGB: (96,43,99)

Color info

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

RGB color model

#602B63 color RGB value is (96,43,99).

  • red value is 96;
  • green value is 43;
  • blue value is 99.
RGB:
(96,43,99)
(38%,17%,39%)

RGB channels and saturation

R 96 of 255 = 38%
G 43 of 255 = 17%
B 99 of 255 = 39%

96
43
99

R + G + B ~ 31%. #602B63 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
96 + 43 + 99 = 238 (100%)
R 96 of 238 ~ 40.34%
G 43 of 238 ~ 18.07%
B 99 of 238 ~ 41.6%

%40.34
%18.07
%41.6

CMYK color model

#602B63 color CMYK value is (3,57,0,61).

  • cyan value is 3.03%
  • magenta value is 56.57%
  • yellow value is 0.00%
  • key color value is 61.18%
CMYK:
(3,57,0,61)
C3M57Y0K61 
(3%,57%,0%,61%)
(0.03/0.57/0.00/0.61)	

CMYK percentages

%3.03
%56.57
%0
%61.18

Codes

Color #602B63 in popluar color models

602B63
RGB964399
HSL297°39.44%27.84%
HSB/HSV297°56.57%38.82%
CMYK3.03%56.57%0.00%
61.18%

Color #602B63 in popluar number systems.

HEX602B63
Decimal964399
Binary11000001010111100011
Octal14053143

Shades and tints

Shades of #602B63

#602B63
(96,43,99)
#58285A
(88,40,90)
#502551
(80,37,81)
#482248
(72,34,72)
#401F3F
(64,31,63)
#381C36
(56,28,54)
#30192D
(48,25,45)
#281624
(40,22,36)
#20131B
(32,19,27)
#181012
(24,16,18)
#100D09
(16,13,9)
#000000
(0,0,0)

Tints of #602B63

#602B63
(96,43,99)
#6E3E71
(110,62,113)
#7C517F
(124,81,127)
#8A648D
(138,100,141)
#98779B
(152,119,155)
#A68AA9
(166,138,169)
#B49DB7
(180,157,183)
#C2B0C5
(194,176,197)
#D0C3D3
(208,195,211)
#DED6E1
(222,214,225)
#ECE9EF
(236,233,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #602B63 color. Also use rgb(96,43,99) instead hex code.

Text Font Color

.myTextColor { color: #602B63; }

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

This text font color is #602B63.


Background Color

.myBgColor { background-color: #602B63; }

<div style="background-color:#602B63">Inner text</div>

This div background color is #602B63.


Border color

.myBorderColor { border: 1px solid #602B63; }

<div style="border:3px solid #602B63">Div</div>

This div border color is #602B63.


Opacity

.myOpacity80 { color: #602B63; opacity: 0.8; }

<p style="color:#602B63;opacity:0.8;">80%</p>

Text with #602B63 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 #602B63;}

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

This text has shadow with #602B63 color.

.textShadow {text-shadow: 3px 3px 1px #602B63, 3px 3px 1px red;}

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

This text has shadow with #602B63 primary color and red secondary color.


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

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

This text has shadow with #602B63 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #602B63 on black background.


Color preview on white background

This text has color #602B63 on white background.



Black color preview on #602B63 background

This text has black color on #602B63 background.


White color preview on #602B63 background

This text has white color on #602B63 background.