COLOR #624DA6

HEX: #624DA6
RGB: (98,77,166)

Color info

#624DA6 contains mainly blue color. Web safe color of #624DA6 is #663399 (or #639).

RGB color model

#624DA6 color RGB value is (98,77,166).

  • red value is 98;
  • green value is 77;
  • blue value is 166.
RGB:
(98,77,166)
(38%,30%,65%)

RGB channels and saturation

R 98 of 255 = 38%
G 77 of 255 = 30%
B 166 of 255 = 65%

98
77
166

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

Portions of RGB colors in percentages

R + G + B =
98 + 77 + 166 = 341 (100%)
R 98 of 341 ~ 28.74%
G 77 of 341 ~ 22.58%
B 166 of 341 ~ 48.68%

%28.74
%22.58
%48.68

CMYK color model

#624DA6 color CMYK value is (41,54,0,35).

  • cyan value is 40.96%
  • magenta value is 53.61%
  • yellow value is 0.00%
  • key color value is 34.90%
CMYK:
(41,54,0,35)
C41M54Y0K35 
(41%,54%,0%,35%)
(0.41/0.54/0.00/0.35)	

CMYK percentages

%40.96
%53.61
%0
%34.9

Codes

Color #624DA6 in popluar color models

624DA6
RGB9877166
HSL254°36.63%47.65%
HSB/HSV254°53.61%65.10%
CMYK40.96%53.61%0.00%
34.90%

Color #624DA6 in popluar number systems.

HEX624DA6
Decimal9877166
Binary1100010100110110100110
Octal142115246

Shades and tints

Shades of #624DA6

#624DA6
(98,77,166)
#5A4697
(90,70,151)
#523F88
(82,63,136)
#4A3879
(74,56,121)
#42316A
(66,49,106)
#3A2A5B
(58,42,91)
#32234C
(50,35,76)
#2A1C3D
(42,28,61)
#22152E
(34,21,46)
#1A0E1F
(26,14,31)
#120710
(18,7,16)
#000000
(0,0,0)

Tints of #624DA6

#624DA6
(98,77,166)
#705DAE
(112,93,174)
#7E6DB6
(126,109,182)
#8C7DBE
(140,125,190)
#9A8DC6
(154,141,198)
#A89DCE
(168,157,206)
#B6ADD6
(182,173,214)
#C4BDDE
(196,189,222)
#D2CDE6
(210,205,230)
#E0DDEE
(224,221,238)
#EEEDF6
(238,237,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #624DA6 color. Also use rgb(98,77,166) instead hex code.

Text Font Color

.myTextColor { color: #624DA6; }

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

This text font color is #624DA6.


Background Color

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

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

This div background color is #624DA6.


Border color

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

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

This div border color is #624DA6.


Opacity

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

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

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

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

This text has shadow with #624DA6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #624DA6 on black background.


Color preview on white background

This text has color #624DA6 on white background.



Black color preview on #624DA6 background

This text has black color on #624DA6 background.


White color preview on #624DA6 background

This text has white color on #624DA6 background.