COLOR #624470

HEX: #624470
RGB: (98,68,112)

Color info

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

RGB color model

#624470 color RGB value is (98,68,112).

  • red value is 98;
  • green value is 68;
  • blue value is 112.
RGB:
(98,68,112)
(38%,27%,44%)

RGB channels and saturation

R 98 of 255 = 38%
G 68 of 255 = 27%
B 112 of 255 = 44%

98
68
112

R + G + B ~ 36%. #624470 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
98 + 68 + 112 = 278 (100%)
R 98 of 278 ~ 35.25%
G 68 of 278 ~ 24.46%
B 112 of 278 ~ 40.29%

%35.25
%24.46
%40.29

CMYK color model

#624470 color CMYK value is (13,39,0,56).

  • cyan value is 12.50%
  • magenta value is 39.29%
  • yellow value is 0.00%
  • key color value is 56.08%
CMYK:
(13,39,0,56)
C13M39Y0K56 
(13%,39%,0%,56%)
(0.13/0.39/0.00/0.56)	

CMYK percentages

%12.5
%39.29
%0
%56.08

Codes

Color #624470 in popluar color models

624470
RGB9868112
HSL281°24.44%35.29%
HSB/HSV281°39.29%43.92%
CMYK12.50%39.29%0.00%
56.08%

Color #624470 in popluar number systems.

HEX624470
Decimal9868112
Binary110001010001001110000
Octal142104160

Shades and tints

Shades of #624470

#624470
(98,68,112)
#5A3E66
(90,62,102)
#52385C
(82,56,92)
#4A3252
(74,50,82)
#422C48
(66,44,72)
#3A263E
(58,38,62)
#322034
(50,32,52)
#2A1A2A
(42,26,42)
#221420
(34,20,32)
#1A0E16
(26,14,22)
#12080C
(18,8,12)
#000000
(0,0,0)

Tints of #624470

#624470
(98,68,112)
#70557D
(112,85,125)
#7E668A
(126,102,138)
#8C7797
(140,119,151)
#9A88A4
(154,136,164)
#A899B1
(168,153,177)
#B6AABE
(182,170,190)
#C4BBCB
(196,187,203)
#D2CCD8
(210,204,216)
#E0DDE5
(224,221,229)
#EEEEF2
(238,238,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #624470 color. Also use rgb(98,68,112) instead hex code.

Text Font Color

.myTextColor { color: #624470; }

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

This text font color is #624470.


Background Color

.myBgColor { background-color: #624470; }

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

This div background color is #624470.


Border color

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

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

This div border color is #624470.


Opacity

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

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

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

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

This text has shadow with #624470 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #624470 on black background.


Color preview on white background

This text has color #624470 on white background.



Black color preview on #624470 background

This text has black color on #624470 background.


White color preview on #624470 background

This text has white color on #624470 background.