COLOR #624A83

HEX: #624A83
RGB: (98,74,131)

Color info

#624A83 contains red, green and blue colors in about the same proportion. Web safe color of #624A83 is #663399 (or #639).

RGB color model

#624A83 color RGB value is (98,74,131).

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

RGB channels and saturation

R 98 of 255 = 38%
G 74 of 255 = 29%
B 131 of 255 = 51%

98
74
131

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

Portions of RGB colors in percentages

R + G + B =
98 + 74 + 131 = 303 (100%)
R 98 of 303 ~ 32.34%
G 74 of 303 ~ 24.42%
B 131 of 303 ~ 43.23%

%32.34
%24.42
%43.23

CMYK color model

#624A83 color CMYK value is (25,44,0,49).

  • cyan value is 25.19%
  • magenta value is 43.51%
  • yellow value is 0.00%
  • key color value is 48.63%
CMYK:
(25,44,0,49)
C25M44Y0K49 
(25%,44%,0%,49%)
(0.25/0.44/0.00/0.49)	

CMYK percentages

%25.19
%43.51
%0
%48.63

Codes

Color #624A83 in popluar color models

624A83
RGB9874131
HSL265°27.80%40.20%
HSB/HSV265°43.51%51.37%
CMYK25.19%43.51%0.00%
48.63%

Color #624A83 in popluar number systems.

HEX624A83
Decimal9874131
Binary1100010100101010000011
Octal142112203

Shades and tints

Shades of #624A83

#624A83
(98,74,131)
#5A4478
(90,68,120)
#523E6D
(82,62,109)
#4A3862
(74,56,98)
#423257
(66,50,87)
#3A2C4C
(58,44,76)
#322641
(50,38,65)
#2A2036
(42,32,54)
#221A2B
(34,26,43)
#1A1420
(26,20,32)
#120E15
(18,14,21)
#000000
(0,0,0)

Tints of #624A83

#624A83
(98,74,131)
#705A8E
(112,90,142)
#7E6A99
(126,106,153)
#8C7AA4
(140,122,164)
#9A8AAF
(154,138,175)
#A89ABA
(168,154,186)
#B6AAC5
(182,170,197)
#C4BAD0
(196,186,208)
#D2CADB
(210,202,219)
#E0DAE6
(224,218,230)
#EEEAF1
(238,234,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #624A83; }

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

This text font color is #624A83.


Background Color

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

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

This div background color is #624A83.


Border color

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

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

This div border color is #624A83.


Opacity

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

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

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

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

This text has shadow with #624A83 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #624A83 on black background.


Color preview on white background

This text has color #624A83 on white background.



Black color preview on #624A83 background

This text has black color on #624A83 background.


White color preview on #624A83 background

This text has white color on #624A83 background.