COLOR #626AE9

HEX: #626AE9
RGB: (98,106,233)

Color info

#626AE9 contains mainly blue color. Web safe color of #626AE9 is #6666FF (or #66F).

RGB color model

#626AE9 color RGB value is (98,106,233).

  • red value is 98;
  • green value is 106;
  • blue value is 233.
RGB:
(98,106,233)
(38%,42%,91%)

RGB channels and saturation

R 98 of 255 = 38%
G 106 of 255 = 42%
B 233 of 255 = 91%

98
106
233

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

Portions of RGB colors in percentages

R + G + B =
98 + 106 + 233 = 437 (100%)
R 98 of 437 ~ 22.43%
G 106 of 437 ~ 24.26%
B 233 of 437 ~ 53.32%

%22.43
%24.26
%53.32

CMYK color model

#626AE9 color CMYK value is (58,55,0,9).

  • cyan value is 57.94%
  • magenta value is 54.51%
  • yellow value is 0.00%
  • key color value is 8.63%
CMYK:
(58,55,0,9)
C58M55Y0K9 
(58%,55%,0%,9%)
(0.58/0.55/0.00/0.09)	

CMYK percentages

%57.94
%54.51
%0
%8.63

Codes

Color #626AE9 in popluar color models

626AE9
RGB98106233
HSL236°75.42%64.90%
HSB/HSV236°57.94%91.37%
CMYK57.94%54.51%0.00%
8.63%

Color #626AE9 in popluar number systems.

HEX626AE9
Decimal98106233
Binary1100010110101011101001
Octal142152351

Shades and tints

Shades of #626AE9

#626AE9
(98,106,233)
#5A61D4
(90,97,212)
#5258BF
(82,88,191)
#4A4FAA
(74,79,170)
#424695
(66,70,149)
#3A3D80
(58,61,128)
#32346B
(50,52,107)
#2A2B56
(42,43,86)
#222241
(34,34,65)
#1A192C
(26,25,44)
#121017
(18,16,23)
#000000
(0,0,0)

Tints of #626AE9

#626AE9
(98,106,233)
#7077EB
(112,119,235)
#7E84ED
(126,132,237)
#8C91EF
(140,145,239)
#9A9EF1
(154,158,241)
#A8ABF3
(168,171,243)
#B6B8F5
(182,184,245)
#C4C5F7
(196,197,247)
#D2D2F9
(210,210,249)
#E0DFFB
(224,223,251)
#EEECFD
(238,236,253)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #626AE9 color. Also use rgb(98,106,233) instead hex code.

Text Font Color

.myTextColor { color: #626AE9; }

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

This text font color is #626AE9.


Background Color

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

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

This div background color is #626AE9.


Border color

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

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

This div border color is #626AE9.


Opacity

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

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

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

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

This text has shadow with #626AE9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #626AE9 on black background.


Color preview on white background

This text has color #626AE9 on white background.



Black color preview on #626AE9 background

This text has black color on #626AE9 background.


White color preview on #626AE9 background

This text has white color on #626AE9 background.