COLOR #625AA2

HEX: #625AA2
RGB: (98,90,162)

Color info

#625AA2 contains mainly blue color. Web safe color of #625AA2 is #666699 (or #669).

RGB color model

#625AA2 color RGB value is (98,90,162).

  • red value is 98;
  • green value is 90;
  • blue value is 162.
RGB:
(98,90,162)
(38%,35%,64%)

RGB channels and saturation

R 98 of 255 = 38%
G 90 of 255 = 35%
B 162 of 255 = 64%

98
90
162

R + G + B ~ 46%. #625AA2 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
98 + 90 + 162 = 350 (100%)
R 98 of 350 ~ 28%
G 90 of 350 ~ 25.71%
B 162 of 350 ~ 46.29%

%28
%25.71
%46.29

CMYK color model

#625AA2 color CMYK value is (40,44,0,36).

  • cyan value is 39.51%
  • magenta value is 44.44%
  • yellow value is 0.00%
  • key color value is 36.47%
CMYK:
(40,44,0,36)
C40M44Y0K36 
(40%,44%,0%,36%)
(0.40/0.44/0.00/0.36)	

CMYK percentages

%39.51
%44.44
%0
%36.47

Codes

Color #625AA2 in popluar color models

625AA2
RGB9890162
HSL247°28.57%49.41%
HSB/HSV247°44.44%63.53%
CMYK39.51%44.44%0.00%
36.47%

Color #625AA2 in popluar number systems.

HEX625AA2
Decimal9890162
Binary1100010101101010100010
Octal142132242

Shades and tints

Shades of #625AA2

#625AA2
(98,90,162)
#5A5294
(90,82,148)
#524A86
(82,74,134)
#4A4278
(74,66,120)
#423A6A
(66,58,106)
#3A325C
(58,50,92)
#322A4E
(50,42,78)
#2A2240
(42,34,64)
#221A32
(34,26,50)
#1A1224
(26,18,36)
#120A16
(18,10,22)
#000000
(0,0,0)

Tints of #625AA2

#625AA2
(98,90,162)
#7069AA
(112,105,170)
#7E78B2
(126,120,178)
#8C87BA
(140,135,186)
#9A96C2
(154,150,194)
#A8A5CA
(168,165,202)
#B6B4D2
(182,180,210)
#C4C3DA
(196,195,218)
#D2D2E2
(210,210,226)
#E0E1EA
(224,225,234)
#EEF0F2
(238,240,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #625AA2 color. Also use rgb(98,90,162) instead hex code.

Text Font Color

.myTextColor { color: #625AA2; }

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

This text font color is #625AA2.


Background Color

.myBgColor { background-color: #625AA2; }

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

This div background color is #625AA2.


Border color

.myBorderColor { border: 1px solid #625AA2; }

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

This div border color is #625AA2.


Opacity

.myOpacity80 { color: #625AA2; opacity: 0.8; }

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

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

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

This text has shadow with #625AA2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #625AA2 on black background.


Color preview on white background

This text has color #625AA2 on white background.



Black color preview on #625AA2 background

This text has black color on #625AA2 background.


White color preview on #625AA2 background

This text has white color on #625AA2 background.