COLOR #624A89

HEX: #624A89
RGB: (98,74,137)

Color info

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

RGB color model

#624A89 color RGB value is (98,74,137).

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

RGB channels and saturation

R 98 of 255 = 38%
G 74 of 255 = 29%
B 137 of 255 = 54%

98
74
137

R + G + B ~ 40%. #624A89 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
98 + 74 + 137 = 309 (100%)
R 98 of 309 ~ 31.72%
G 74 of 309 ~ 23.95%
B 137 of 309 ~ 44.34%

%31.72
%23.95
%44.34

CMYK color model

#624A89 color CMYK value is (28,46,0,46).

  • cyan value is 28.47%
  • magenta value is 45.99%
  • yellow value is 0.00%
  • key color value is 46.27%
CMYK:
(28,46,0,46)
C28M46Y0K46 
(28%,46%,0%,46%)
(0.28/0.46/0.00/0.46)	

CMYK percentages

%28.47
%45.99
%0
%46.27

Codes

Color #624A89 in popluar color models

624A89
RGB9874137
HSL263°29.86%41.37%
HSB/HSV263°45.99%53.73%
CMYK28.47%45.99%0.00%
46.27%

Color #624A89 in popluar number systems.

HEX624A89
Decimal9874137
Binary1100010100101010001001
Octal142112211

Shades and tints

Shades of #624A89

#624A89
(98,74,137)
#5A447D
(90,68,125)
#523E71
(82,62,113)
#4A3865
(74,56,101)
#423259
(66,50,89)
#3A2C4D
(58,44,77)
#322641
(50,38,65)
#2A2035
(42,32,53)
#221A29
(34,26,41)
#1A141D
(26,20,29)
#120E11
(18,14,17)
#000000
(0,0,0)

Tints of #624A89

#624A89
(98,74,137)
#705A93
(112,90,147)
#7E6A9D
(126,106,157)
#8C7AA7
(140,122,167)
#9A8AB1
(154,138,177)
#A89ABB
(168,154,187)
#B6AAC5
(182,170,197)
#C4BACF
(196,186,207)
#D2CAD9
(210,202,217)
#E0DAE3
(224,218,227)
#EEEAED
(238,234,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #624A89; }

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

This text font color is #624A89.


Background Color

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

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

This div background color is #624A89.


Border color

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

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

This div border color is #624A89.


Opacity

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

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

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

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

This text has shadow with #624A89 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #624A89 on black background.


Color preview on white background

This text has color #624A89 on white background.



Black color preview on #624A89 background

This text has black color on #624A89 background.


White color preview on #624A89 background

This text has white color on #624A89 background.