COLOR #624A79

HEX: #624A79
RGB: (98,74,121)

Color info

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

RGB color model

#624A79 color RGB value is (98,74,121).

  • red value is 98;
  • green value is 74;
  • blue value is 121.
RGB:
(98,74,121)
(38%,29%,47%)

RGB channels and saturation

R 98 of 255 = 38%
G 74 of 255 = 29%
B 121 of 255 = 47%

98
74
121

R + G + B ~ 38%. #624A79 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
98 + 74 + 121 = 293 (100%)
R 98 of 293 ~ 33.45%
G 74 of 293 ~ 25.26%
B 121 of 293 ~ 41.3%

%33.45
%25.26
%41.3

CMYK color model

#624A79 color CMYK value is (19,39,0,53).

  • cyan value is 19.01%
  • magenta value is 38.84%
  • yellow value is 0.00%
  • key color value is 52.55%
CMYK:
(19,39,0,53)
C19M39Y0K53 
(19%,39%,0%,53%)
(0.19/0.39/0.00/0.53)	

CMYK percentages

%19.01
%38.84
%0
%52.55

Codes

Color #624A79 in popluar color models

624A79
RGB9874121
HSL271°24.10%38.24%
HSB/HSV271°38.84%47.45%
CMYK19.01%38.84%0.00%
52.55%

Color #624A79 in popluar number systems.

HEX624A79
Decimal9874121
Binary110001010010101111001
Octal142112171

Shades and tints

Shades of #624A79

#624A79
(98,74,121)
#5A446E
(90,68,110)
#523E63
(82,62,99)
#4A3858
(74,56,88)
#42324D
(66,50,77)
#3A2C42
(58,44,66)
#322637
(50,38,55)
#2A202C
(42,32,44)
#221A21
(34,26,33)
#1A1416
(26,20,22)
#120E0B
(18,14,11)
#000000
(0,0,0)

Tints of #624A79

#624A79
(98,74,121)
#705A85
(112,90,133)
#7E6A91
(126,106,145)
#8C7A9D
(140,122,157)
#9A8AA9
(154,138,169)
#A89AB5
(168,154,181)
#B6AAC1
(182,170,193)
#C4BACD
(196,186,205)
#D2CAD9
(210,202,217)
#E0DAE5
(224,218,229)
#EEEAF1
(238,234,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #624A79 color. Also use rgb(98,74,121) instead hex code.

Text Font Color

.myTextColor { color: #624A79; }

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

This text font color is #624A79.


Background Color

.myBgColor { background-color: #624A79; }

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

This div background color is #624A79.


Border color

.myBorderColor { border: 1px solid #624A79; }

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

This div border color is #624A79.


Opacity

.myOpacity80 { color: #624A79; opacity: 0.8; }

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

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

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

This text has shadow with #624A79 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #624A79 on black background.


Color preview on white background

This text has color #624A79 on white background.



Black color preview on #624A79 background

This text has black color on #624A79 background.


White color preview on #624A79 background

This text has white color on #624A79 background.