COLOR #604684

HEX: #604684
RGB: (96,70,132)

Color info

#604684 contains mainly red and blue colors. Web safe color of #604684 is #663399 (or #639).

RGB color model

#604684 color RGB value is (96,70,132).

  • red value is 96;
  • green value is 70;
  • blue value is 132.
RGB:
(96,70,132)
(38%,27%,52%)

RGB channels and saturation

R 96 of 255 = 38%
G 70 of 255 = 27%
B 132 of 255 = 52%

96
70
132

R + G + B ~ 39%. #604684 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
96 + 70 + 132 = 298 (100%)
R 96 of 298 ~ 32.21%
G 70 of 298 ~ 23.49%
B 132 of 298 ~ 44.3%

%32.21
%23.49
%44.3

CMYK color model

#604684 color CMYK value is (27,47,0,48).

  • cyan value is 27.27%
  • magenta value is 46.97%
  • yellow value is 0.00%
  • key color value is 48.24%
CMYK:
(27,47,0,48)
C27M47Y0K48 
(27%,47%,0%,48%)
(0.27/0.47/0.00/0.48)	

CMYK percentages

%27.27
%46.97
%0
%48.24

Codes

Color #604684 in popluar color models

604684
RGB9670132
HSL265°30.69%39.61%
HSB/HSV265°46.97%51.76%
CMYK27.27%46.97%0.00%
48.24%

Color #604684 in popluar number systems.

HEX604684
Decimal9670132
Binary1100000100011010000100
Octal140106204

Shades and tints

Shades of #604684

#604684
(96,70,132)
#584078
(88,64,120)
#503A6C
(80,58,108)
#483460
(72,52,96)
#402E54
(64,46,84)
#382848
(56,40,72)
#30223C
(48,34,60)
#281C30
(40,28,48)
#201624
(32,22,36)
#181018
(24,16,24)
#100A0C
(16,10,12)
#000000
(0,0,0)

Tints of #604684

#604684
(96,70,132)
#6E568F
(110,86,143)
#7C669A
(124,102,154)
#8A76A5
(138,118,165)
#9886B0
(152,134,176)
#A696BB
(166,150,187)
#B4A6C6
(180,166,198)
#C2B6D1
(194,182,209)
#D0C6DC
(208,198,220)
#DED6E7
(222,214,231)
#ECE6F2
(236,230,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #604684 color. Also use rgb(96,70,132) instead hex code.

Text Font Color

.myTextColor { color: #604684; }

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

This text font color is #604684.


Background Color

.myBgColor { background-color: #604684; }

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

This div background color is #604684.


Border color

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

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

This div border color is #604684.


Opacity

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

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

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

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

This text has shadow with #604684 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #604684 on black background.


Color preview on white background

This text has color #604684 on white background.



Black color preview on #604684 background

This text has black color on #604684 background.


White color preview on #604684 background

This text has white color on #604684 background.