COLOR #606484

HEX: #606484
RGB: (96,100,132)

Color info

#606484 contains red, green and blue colors in about the same proportion. Web safe color of #606484 is #666699 (or #669).

RGB color model

#606484 color RGB value is (96,100,132).

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

RGB channels and saturation

R 96 of 255 = 38%
G 100 of 255 = 39%
B 132 of 255 = 52%

96
100
132

R + G + B ~ 43%. #606484 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
96 + 100 + 132 = 328 (100%)
R 96 of 328 ~ 29.27%
G 100 of 328 ~ 30.49%
B 132 of 328 ~ 40.24%

%29.27
%30.49
%40.24

CMYK color model

#606484 color CMYK value is (27,24,0,48).

  • cyan value is 27.27%
  • magenta value is 24.24%
  • yellow value is 0.00%
  • key color value is 48.24%
CMYK:
(27,24,0,48)
C27M24Y0K48 
(27%,24%,0%,48%)
(0.27/0.24/0.00/0.48)	

CMYK percentages

%27.27
%24.24
%0
%48.24

Codes

Color #606484 in popluar color models

606484
RGB96100132
HSL233°15.79%44.71%
HSB/HSV233°27.27%51.76%
CMYK27.27%24.24%0.00%
48.24%

Color #606484 in popluar number systems.

HEX606484
Decimal96100132
Binary1100000110010010000100
Octal140144204

Shades and tints

Shades of #606484

#606484
(96,100,132)
#585B78
(88,91,120)
#50526C
(80,82,108)
#484960
(72,73,96)
#404054
(64,64,84)
#383748
(56,55,72)
#302E3C
(48,46,60)
#282530
(40,37,48)
#201C24
(32,28,36)
#181318
(24,19,24)
#100A0C
(16,10,12)
#000000
(0,0,0)

Tints of #606484

#606484
(96,100,132)
#6E728F
(110,114,143)
#7C809A
(124,128,154)
#8A8EA5
(138,142,165)
#989CB0
(152,156,176)
#A6AABB
(166,170,187)
#B4B8C6
(180,184,198)
#C2C6D1
(194,198,209)
#D0D4DC
(208,212,220)
#DEE2E7
(222,226,231)
#ECF0F2
(236,240,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #606484; }

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

This text font color is #606484.


Background Color

.myBgColor { background-color: #606484; }

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

This div background color is #606484.


Border color

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

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

This div border color is #606484.


Opacity

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

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

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

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

This text has shadow with #606484 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #606484 on black background.


Color preview on white background

This text has color #606484 on white background.



Black color preview on #606484 background

This text has black color on #606484 background.


White color preview on #606484 background

This text has white color on #606484 background.