COLOR #604268

HEX: #604268
RGB: (96,66,104)

Color info

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

RGB color model

#604268 color RGB value is (96,66,104).

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

RGB channels and saturation

R 96 of 255 = 38%
G 66 of 255 = 26%
B 104 of 255 = 41%

96
66
104

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

Portions of RGB colors in percentages

R + G + B =
96 + 66 + 104 = 266 (100%)
R 96 of 266 ~ 36.09%
G 66 of 266 ~ 24.81%
B 104 of 266 ~ 39.1%

%36.09
%24.81
%39.1

CMYK color model

#604268 color CMYK value is (8,37,0,59).

  • cyan value is 7.69%
  • magenta value is 36.54%
  • yellow value is 0.00%
  • key color value is 59.22%
CMYK:
(8,37,0,59)
C8M37Y0K59 
(8%,37%,0%,59%)
(0.08/0.37/0.00/0.59)	

CMYK percentages

%7.69
%36.54
%0
%59.22

Codes

Color #604268 in popluar color models

604268
RGB9666104
HSL287°22.35%33.33%
HSB/HSV287°36.54%40.78%
CMYK7.69%36.54%0.00%
59.22%

Color #604268 in popluar number systems.

HEX604268
Decimal9666104
Binary110000010000101101000
Octal140102150

Shades and tints

Shades of #604268

#604268
(96,66,104)
#583C5F
(88,60,95)
#503656
(80,54,86)
#48304D
(72,48,77)
#402A44
(64,42,68)
#38243B
(56,36,59)
#301E32
(48,30,50)
#281829
(40,24,41)
#201220
(32,18,32)
#180C17
(24,12,23)
#10060E
(16,6,14)
#000000
(0,0,0)

Tints of #604268

#604268
(96,66,104)
#6E5375
(110,83,117)
#7C6482
(124,100,130)
#8A758F
(138,117,143)
#98869C
(152,134,156)
#A697A9
(166,151,169)
#B4A8B6
(180,168,182)
#C2B9C3
(194,185,195)
#D0CAD0
(208,202,208)
#DEDBDD
(222,219,221)
#ECECEA
(236,236,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #604268; }

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

This text font color is #604268.


Background Color

.myBgColor { background-color: #604268; }

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

This div background color is #604268.


Border color

.myBorderColor { border: 1px solid #604268; }

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

This div border color is #604268.


Opacity

.myOpacity80 { color: #604268; opacity: 0.8; }

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

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

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

This text has shadow with #604268 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #604268 on black background.


Color preview on white background

This text has color #604268 on white background.



Black color preview on #604268 background

This text has black color on #604268 background.


White color preview on #604268 background

This text has white color on #604268 background.