COLOR #620E63

HEX: #620E63
RGB: (98,14,99)

Color info

#620E63 contains mainly red and blue colors. Web safe color of #620E63 is #660066 (or #606).

RGB color model

#620E63 color RGB value is (98,14,99).

  • red value is 98;
  • green value is 14;
  • blue value is 99.
RGB:
(98,14,99)
(38%,5%,39%)

RGB channels and saturation

R 98 of 255 = 38%
G 14 of 255 = 5%
B 99 of 255 = 39%

98
14
99

R + G + B ~ 27%. #620E63 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
98 + 14 + 99 = 211 (100%)
R 98 of 211 ~ 46.45%
G 14 of 211 ~ 6.64%
B 99 of 211 ~ 46.92%

%46.45
%46.92

CMYK color model

#620E63 color CMYK value is (1,86,0,61).

  • cyan value is 1.01%
  • magenta value is 85.86%
  • yellow value is 0.00%
  • key color value is 61.18%
CMYK:
(1,86,0,61)
C1M86Y0K61 
(1%,86%,0%,61%)
(0.01/0.86/0.00/0.61)	

CMYK percentages

%1.01
%85.86
%0
%61.18

Codes

Color #620E63 in popluar color models

620E63
RGB981499
HSL299°75.22%22.16%
HSB/HSV299°85.86%38.82%
CMYK1.01%85.86%0.00%
61.18%

Color #620E63 in popluar number systems.

HEX620E63
Decimal981499
Binary110001011101100011
Octal14216143

Shades and tints

Shades of #620E63

#620E63
(98,14,99)
#5A0D5A
(90,13,90)
#520C51
(82,12,81)
#4A0B48
(74,11,72)
#420A3F
(66,10,63)
#3A0936
(58,9,54)
#32082D
(50,8,45)
#2A0724
(42,7,36)
#22061B
(34,6,27)
#1A0512
(26,5,18)
#120409
(18,4,9)
#000000
(0,0,0)

Tints of #620E63

#620E63
(98,14,99)
#702371
(112,35,113)
#7E387F
(126,56,127)
#8C4D8D
(140,77,141)
#9A629B
(154,98,155)
#A877A9
(168,119,169)
#B68CB7
(182,140,183)
#C4A1C5
(196,161,197)
#D2B6D3
(210,182,211)
#E0CBE1
(224,203,225)
#EEE0EF
(238,224,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #620E63 color. Also use rgb(98,14,99) instead hex code.

Text Font Color

.myTextColor { color: #620E63; }

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

This text font color is #620E63.


Background Color

.myBgColor { background-color: #620E63; }

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

This div background color is #620E63.


Border color

.myBorderColor { border: 1px solid #620E63; }

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

This div border color is #620E63.


Opacity

.myOpacity80 { color: #620E63; opacity: 0.8; }

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

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

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

This text has shadow with #620E63 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #620E63 on black background.


Color preview on white background

This text has color #620E63 on white background.



Black color preview on #620E63 background

This text has black color on #620E63 background.


White color preview on #620E63 background

This text has white color on #620E63 background.