COLOR #602F6A

HEX: #602F6A
RGB: (96,47,106)

Color info

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

RGB color model

#602F6A color RGB value is (96,47,106).

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

RGB channels and saturation

R 96 of 255 = 38%
G 47 of 255 = 18%
B 106 of 255 = 42%

96
47
106

R + G + B ~ 33%. #602F6A is quite dark color.

Portions of RGB colors in percentages

R + G + B =
96 + 47 + 106 = 249 (100%)
R 96 of 249 ~ 38.55%
G 47 of 249 ~ 18.88%
B 106 of 249 ~ 42.57%

%38.55
%18.88
%42.57

CMYK color model

#602F6A color CMYK value is (9,56,0,58).

  • cyan value is 9.43%
  • magenta value is 55.66%
  • yellow value is 0.00%
  • key color value is 58.43%
CMYK:
(9,56,0,58)
C9M56Y0K58 
(9%,56%,0%,58%)
(0.09/0.56/0.00/0.58)	

CMYK percentages

%9.43
%55.66
%0
%58.43

Codes

Color #602F6A in popluar color models

602F6A
RGB9647106
HSL290°38.56%30.00%
HSB/HSV290°55.66%41.57%
CMYK9.43%55.66%0.00%
58.43%

Color #602F6A in popluar number systems.

HEX602F6A
Decimal9647106
Binary11000001011111101010
Octal14057152

Shades and tints

Shades of #602F6A

#602F6A
(96,47,106)
#582B61
(88,43,97)
#502758
(80,39,88)
#48234F
(72,35,79)
#401F46
(64,31,70)
#381B3D
(56,27,61)
#301734
(48,23,52)
#28132B
(40,19,43)
#200F22
(32,15,34)
#180B19
(24,11,25)
#100710
(16,7,16)
#000000
(0,0,0)

Tints of #602F6A

#602F6A
(96,47,106)
#6E4177
(110,65,119)
#7C5384
(124,83,132)
#8A6591
(138,101,145)
#98779E
(152,119,158)
#A689AB
(166,137,171)
#B49BB8
(180,155,184)
#C2ADC5
(194,173,197)
#D0BFD2
(208,191,210)
#DED1DF
(222,209,223)
#ECE3EC
(236,227,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #602F6A; }

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

This text font color is #602F6A.


Background Color

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

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

This div background color is #602F6A.


Border color

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

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

This div border color is #602F6A.


Opacity

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

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

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

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

This text has shadow with #602F6A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #602F6A on black background.


Color preview on white background

This text has color #602F6A on white background.



Black color preview on #602F6A background

This text has black color on #602F6A background.


White color preview on #602F6A background

This text has white color on #602F6A background.