COLOR #626EA5

HEX: #626EA5
RGB: (98,110,165)

Color info

#626EA5 contains mainly green and blue colors. Web safe color of #626EA5 is #666699 (or #669).

RGB color model

#626EA5 color RGB value is (98,110,165).

  • red value is 98;
  • green value is 110;
  • blue value is 165.
RGB:
(98,110,165)
(38%,43%,65%)

RGB channels and saturation

R 98 of 255 = 38%
G 110 of 255 = 43%
B 165 of 255 = 65%

98
110
165

R + G + B ~ 49%. #626EA5 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
98 + 110 + 165 = 373 (100%)
R 98 of 373 ~ 26.27%
G 110 of 373 ~ 29.49%
B 165 of 373 ~ 44.24%

%26.27
%29.49
%44.24

CMYK color model

#626EA5 color CMYK value is (41,33,0,35).

  • cyan value is 40.61%
  • magenta value is 33.33%
  • yellow value is 0.00%
  • key color value is 35.29%
CMYK:
(41,33,0,35)
C41M33Y0K35 
(41%,33%,0%,35%)
(0.41/0.33/0.00/0.35)	

CMYK percentages

%40.61
%33.33
%0
%35.29

Codes

Color #626EA5 in popluar color models

626EA5
RGB98110165
HSL229°27.13%51.57%
HSB/HSV229°40.61%64.71%
CMYK40.61%33.33%0.00%
35.29%

Color #626EA5 in popluar number systems.

HEX626EA5
Decimal98110165
Binary1100010110111010100101
Octal142156245

Shades and tints

Shades of #626EA5

#626EA5
(98,110,165)
#5A6496
(90,100,150)
#525A87
(82,90,135)
#4A5078
(74,80,120)
#424669
(66,70,105)
#3A3C5A
(58,60,90)
#32324B
(50,50,75)
#2A283C
(42,40,60)
#221E2D
(34,30,45)
#1A141E
(26,20,30)
#120A0F
(18,10,15)
#000000
(0,0,0)

Tints of #626EA5

#626EA5
(98,110,165)
#707BAD
(112,123,173)
#7E88B5
(126,136,181)
#8C95BD
(140,149,189)
#9AA2C5
(154,162,197)
#A8AFCD
(168,175,205)
#B6BCD5
(182,188,213)
#C4C9DD
(196,201,221)
#D2D6E5
(210,214,229)
#E0E3ED
(224,227,237)
#EEF0F5
(238,240,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #626EA5 color. Also use rgb(98,110,165) instead hex code.

Text Font Color

.myTextColor { color: #626EA5; }

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

This text font color is #626EA5.


Background Color

.myBgColor { background-color: #626EA5; }

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

This div background color is #626EA5.


Border color

.myBorderColor { border: 1px solid #626EA5; }

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

This div border color is #626EA5.


Opacity

.myOpacity80 { color: #626EA5; opacity: 0.8; }

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

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

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

This text has shadow with #626EA5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #626EA5 on black background.


Color preview on white background

This text has color #626EA5 on white background.



Black color preview on #626EA5 background

This text has black color on #626EA5 background.


White color preview on #626EA5 background

This text has white color on #626EA5 background.