COLOR #604980

HEX: #604980
RGB: (96,73,128)

Renk bilgisi

#604980 contains red, green and blue colors in about the same proportion. #604980 ‘ nin web güvenlik rengi #663366 (ya da #636) dir.

RGB renk modeli

#604980 color RGB value is (96,73,128).

  • kırmız ton 96;
  • yeşil ton 73;
  • mavi ton 128.
RGB:
(96,73,128)
(38%,29%,50%)

RGB bağlantıları ve doygunluk

R 96 of 255 = 38%
G 73 of 255 = 29%
B 128 of 255 = 50%

96
73
128

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

Yüzdelerle RGB renk parçaları

R + G + B =
96 + 73 + 128 = 297 (100%)
R 96 of 297 ~ 32.32%
G 73 of 297 ~ 24.58%
B 128 of 297 ~ 43.1%

%32.32
%24.58
%43.1

CMYK RENK MODELİ

#604980 rengi CMYK tonu (25,43,0,50).

  • camgöbeği tonu 25.00%
  • eflatun tonu 42.97%
  • sarı tonu 0.00%
  • ana renk tonu 49.80%
CMYK:
(25,43,0,50)
C25M43Y0K50 
(25%,43%,0%,50%)
(0.25/0.43/0.00/0.50)	

CMYK yüzdeleri

%25
%42.97
%0
%49.8

Codes

Color #604980 in popluar color models

604980
RGB9673128
HSL265°27.36%39.41%
HSB/HSV265°42.97%50.20%
CMYK25.00%42.97%0.00%
49.80%

Color #604980 in popluar number systems.

HEX604980
Decimal9673128
Binary1100000100100110000000
Octal140111200

Shades and tints

Shades of #604980

#604980
(96,73,128)
#584375
(88,67,117)
#503D6A
(80,61,106)
#48375F
(72,55,95)
#403154
(64,49,84)
#382B49
(56,43,73)
#30253E
(48,37,62)
#281F33
(40,31,51)
#201928
(32,25,40)
#18131D
(24,19,29)
#100D12
(16,13,18)
#000000
(0,0,0)

Tints of #604980

#604980
(96,73,128)
#6E598B
(110,89,139)
#7C6996
(124,105,150)
#8A79A1
(138,121,161)
#9889AC
(152,137,172)
#A699B7
(166,153,183)
#B4A9C2
(180,169,194)
#C2B9CD
(194,185,205)
#D0C9D8
(208,201,216)
#DED9E3
(222,217,227)
#ECE9EE
(236,233,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #604980 color. Also use rgb(96,73,128) instead hex code.

Text Font Color

.myTextColor { color: #604980; }

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

This text font color is #604980.


Background Color

.myBgColor { background-color: #604980; }

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

This div background color is #604980.


Border color

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

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

This div border color is #604980.


Opacity

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

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

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

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

This text has shadow with #604980 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #604980 on black background.


Color preview on white background

This text has color #604980 on white background.



Black color preview on #604980 background

This text has black color on #604980 background.


White color preview on #604980 background

This text has white color on #604980 background.