COLOR #621B87

HEX: #621B87
RGB: (98,27,135)

Color info

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

RGB color model

#621B87 color RGB value is (98,27,135).

  • red value is 98;
  • green value is 27;
  • blue value is 135.
RGB:
(98,27,135)
(38%,11%,53%)

RGB channels and saturation

R 98 of 255 = 38%
G 27 of 255 = 11%
B 135 of 255 = 53%

98
27
135

R + G + B ~ 34%. #621B87 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
98 + 27 + 135 = 260 (100%)
R 98 of 260 ~ 37.69%
G 27 of 260 ~ 10.38%
B 135 of 260 ~ 51.92%

%37.69
%10.38
%51.92

CMYK color model

#621B87 color CMYK value is (27,80,0,47).

  • cyan value is 27.41%
  • magenta value is 80.00%
  • yellow value is 0.00%
  • key color value is 47.06%
CMYK:
(27,80,0,47)
C27M80Y0K47 
(27%,80%,0%,47%)
(0.27/0.80/0.00/0.47)	

CMYK percentages

%27.41
%80
%0
%47.06

Codes

Color #621B87 in popluar color models

621B87
RGB9827135
HSL279°66.67%31.76%
HSB/HSV279°80.00%52.94%
CMYK27.41%80.00%0.00%
47.06%

Color #621B87 in popluar number systems.

HEX621B87
Decimal9827135
Binary11000101101110000111
Octal14233207

Shades and tints

Shades of #621B87

#621B87
(98,27,135)
#5A197B
(90,25,123)
#52176F
(82,23,111)
#4A1563
(74,21,99)
#421357
(66,19,87)
#3A114B
(58,17,75)
#320F3F
(50,15,63)
#2A0D33
(42,13,51)
#220B27
(34,11,39)
#1A091B
(26,9,27)
#12070F
(18,7,15)
#000000
(0,0,0)

Tints of #621B87

#621B87
(98,27,135)
#702F91
(112,47,145)
#7E439B
(126,67,155)
#8C57A5
(140,87,165)
#9A6BAF
(154,107,175)
#A87FB9
(168,127,185)
#B693C3
(182,147,195)
#C4A7CD
(196,167,205)
#D2BBD7
(210,187,215)
#E0CFE1
(224,207,225)
#EEE3EB
(238,227,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #621B87 color. Also use rgb(98,27,135) instead hex code.

Text Font Color

.myTextColor { color: #621B87; }

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

This text font color is #621B87.


Background Color

.myBgColor { background-color: #621B87; }

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

This div background color is #621B87.


Border color

.myBorderColor { border: 1px solid #621B87; }

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

This div border color is #621B87.


Opacity

.myOpacity80 { color: #621B87; opacity: 0.8; }

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

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

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

This text has shadow with #621B87 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #621B87 on black background.


Color preview on white background

This text has color #621B87 on white background.



Black color preview on #621B87 background

This text has black color on #621B87 background.


White color preview on #621B87 background

This text has white color on #621B87 background.