COLOR #626B95

HEX: #626B95
RGB: (98,107,149)

Color info

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

RGB color model

#626B95 color RGB value is (98,107,149).

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

RGB channels and saturation

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

98
107
149

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

Portions of RGB colors in percentages

R + G + B =
98 + 107 + 149 = 354 (100%)
R 98 of 354 ~ 27.68%
G 107 of 354 ~ 30.23%
B 149 of 354 ~ 42.09%

%27.68
%30.23
%42.09

CMYK color model

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

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

CMYK percentages

%34.23
%28.19
%0
%41.57

Codes

Color #626B95 in popluar color models

626B95
RGB98107149
HSL229°20.65%48.43%
HSB/HSV229°34.23%58.43%
CMYK34.23%28.19%0.00%
41.57%

Color #626B95 in popluar number systems.

HEX626B95
Decimal98107149
Binary1100010110101110010101
Octal142153225

Shades and tints

Shades of #626B95

#626B95
(98,107,149)
#5A6288
(90,98,136)
#52597B
(82,89,123)
#4A506E
(74,80,110)
#424761
(66,71,97)
#3A3E54
(58,62,84)
#323547
(50,53,71)
#2A2C3A
(42,44,58)
#22232D
(34,35,45)
#1A1A20
(26,26,32)
#121113
(18,17,19)
#000000
(0,0,0)

Tints of #626B95

#626B95
(98,107,149)
#70789E
(112,120,158)
#7E85A7
(126,133,167)
#8C92B0
(140,146,176)
#9A9FB9
(154,159,185)
#A8ACC2
(168,172,194)
#B6B9CB
(182,185,203)
#C4C6D4
(196,198,212)
#D2D3DD
(210,211,221)
#E0E0E6
(224,224,230)
#EEEDEF
(238,237,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #626B95; }

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

This text font color is #626B95.


Background Color

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

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

This div background color is #626B95.


Border color

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

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

This div border color is #626B95.


Opacity

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

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

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

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

This text has shadow with #626B95 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #626B95 on black background.


Color preview on white background

This text has color #626B95 on white background.



Black color preview on #626B95 background

This text has black color on #626B95 background.


White color preview on #626B95 background

This text has white color on #626B95 background.