COLOR #626B94

HEX: #626B94
RGB: (98,107,148)

Color info

#626B94 contains red, green and blue colors in about the same proportion. Web safe color of #626B94 is #666699 (or #669).

RGB color model

#626B94 color RGB value is (98,107,148).

  • red value is 98;
  • green value is 107;
  • blue value is 148.
RGB:
(98,107,148)
(38%,42%,58%)

RGB channels and saturation

R 98 of 255 = 38%
G 107 of 255 = 42%
B 148 of 255 = 58%

98
107
148

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

Portions of RGB colors in percentages

R + G + B =
98 + 107 + 148 = 353 (100%)
R 98 of 353 ~ 27.76%
G 107 of 353 ~ 30.31%
B 148 of 353 ~ 41.93%

%27.76
%30.31
%41.93

CMYK color model

#626B94 color CMYK value is (34,28,0,42).

  • cyan value is 33.78%
  • magenta value is 27.70%
  • yellow value is 0.00%
  • key color value is 41.96%
CMYK:
(34,28,0,42)
C34M28Y0K42 
(34%,28%,0%,42%)
(0.34/0.28/0.00/0.42)	

CMYK percentages

%33.78
%27.7
%0
%41.96

Codes

Color #626B94 in popluar color models

626B94
RGB98107148
HSL229°20.33%48.24%
HSB/HSV229°33.78%58.04%
CMYK33.78%27.70%0.00%
41.96%

Color #626B94 in popluar number systems.

HEX626B94
Decimal98107148
Binary1100010110101110010100
Octal142153224

Shades and tints

Shades of #626B94

#626B94
(98,107,148)
#5A6287
(90,98,135)
#52597A
(82,89,122)
#4A506D
(74,80,109)
#424760
(66,71,96)
#3A3E53
(58,62,83)
#323546
(50,53,70)
#2A2C39
(42,44,57)
#22232C
(34,35,44)
#1A1A1F
(26,26,31)
#121112
(18,17,18)
#000000
(0,0,0)

Tints of #626B94

#626B94
(98,107,148)
#70789D
(112,120,157)
#7E85A6
(126,133,166)
#8C92AF
(140,146,175)
#9A9FB8
(154,159,184)
#A8ACC1
(168,172,193)
#B6B9CA
(182,185,202)
#C4C6D3
(196,198,211)
#D2D3DC
(210,211,220)
#E0E0E5
(224,224,229)
#EEEDEE
(238,237,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #626B94 color. Also use rgb(98,107,148) instead hex code.

Text Font Color

.myTextColor { color: #626B94; }

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

This text font color is #626B94.


Background Color

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

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

This div background color is #626B94.


Border color

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

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

This div border color is #626B94.


Opacity

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

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

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

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

This text has shadow with #626B94 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #626B94 on black background.


Color preview on white background

This text has color #626B94 on white background.



Black color preview on #626B94 background

This text has black color on #626B94 background.


White color preview on #626B94 background

This text has white color on #626B94 background.