COLOR #626E90

HEX: #626E90
RGB: (98,110,144)

Color info

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

RGB color model

#626E90 color RGB value is (98,110,144).

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

RGB channels and saturation

R 98 of 255 = 38%
G 110 of 255 = 43%
B 144 of 255 = 56%

98
110
144

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

Portions of RGB colors in percentages

R + G + B =
98 + 110 + 144 = 352 (100%)
R 98 of 352 ~ 27.84%
G 110 of 352 ~ 31.25%
B 144 of 352 ~ 40.91%

%27.84
%31.25
%40.91

CMYK color model

#626E90 color CMYK value is (32,24,0,44).

  • cyan value is 31.94%
  • magenta value is 23.61%
  • yellow value is 0.00%
  • key color value is 43.53%
CMYK:
(32,24,0,44)
C32M24Y0K44 
(32%,24%,0%,44%)
(0.32/0.24/0.00/0.44)	

CMYK percentages

%31.94
%23.61
%0
%43.53

Codes

Color #626E90 in popluar color models

626E90
RGB98110144
HSL224°19.01%47.45%
HSB/HSV224°31.94%56.47%
CMYK31.94%23.61%0.00%
43.53%

Color #626E90 in popluar number systems.

HEX626E90
Decimal98110144
Binary1100010110111010010000
Octal142156220

Shades and tints

Shades of #626E90

#626E90
(98,110,144)
#5A6483
(90,100,131)
#525A76
(82,90,118)
#4A5069
(74,80,105)
#42465C
(66,70,92)
#3A3C4F
(58,60,79)
#323242
(50,50,66)
#2A2835
(42,40,53)
#221E28
(34,30,40)
#1A141B
(26,20,27)
#120A0E
(18,10,14)
#000000
(0,0,0)

Tints of #626E90

#626E90
(98,110,144)
#707B9A
(112,123,154)
#7E88A4
(126,136,164)
#8C95AE
(140,149,174)
#9AA2B8
(154,162,184)
#A8AFC2
(168,175,194)
#B6BCCC
(182,188,204)
#C4C9D6
(196,201,214)
#D2D6E0
(210,214,224)
#E0E3EA
(224,227,234)
#EEF0F4
(238,240,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #626E90; }

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

This text font color is #626E90.


Background Color

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

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

This div background color is #626E90.


Border color

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

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

This div border color is #626E90.


Opacity

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

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

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

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

This text has shadow with #626E90 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #626E90 on black background.


Color preview on white background

This text has color #626E90 on white background.



Black color preview on #626E90 background

This text has black color on #626E90 background.


White color preview on #626E90 background

This text has white color on #626E90 background.