COLOR #626B7D

HEX: #626B7D RGB: (98,107,125)

Color info

#626B7D contains red, green and blue colors in about the same proportion. Web safe color of #626B7D is #666666 (or #666).

RGB color model

#626B7D color RGB value is (98,107,125).

RGB: (98,107,125) (38%, 42%, 49%)

RGB channels and saturation

R 98 of 255 = 38%
G 107 of 255 = 42%
B 125 of 255 = 49%

98
107
125

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

Portions of RGB colors in percentages

R + G + B = 98 + 107 + 125 = 330 (100%)
R 98 of 330 ~ 29.7%
G 107 of 330 ~ 32.42%
B 125 of 330 ~ 37.88'%

%29.7
%32.42
%37.88

CMYK color model

#626B7D color CMYK value is (22,14,0,51).

  • cyan value is 21.60%
  • magenta value is 14.40%
  • yellow value is 0.00%
  • key color value is 50.98%

CMYK: (22,14,0,51)
C22M14Y0K51 (22%, 14%, 0%, 51%)
(0.22 / 0.14 / 0.00 / 0.51)

CMYK percentages

%21.6
%14.4
%0
%50.98

Codes

Color #626B7D in popluar color models

62 6B 7D
RGB 98 107 125
HSL 220° 12.11% 43.73%
HSB/HSV 220° 21.60% 49.02%
CMYK 21.60% 14.40% 0.00%
50.98%

Color #626B7D in popluar number systems.

HEX 62 6B 7D
Decimal 98 107 125
Binary 1100010 1101011 1111101
Octal 142 153 175

Shades and tints

Shades of #626B7D

#626B7D
(98,107,125)
#5A6272
(90,98,114)
#525967
(82,89,103)
#4A505C
(74,80,92)
#424751
(66,71,81)
#3A3E46
(58,62,70)
#32353B
(50,53,59)
#2A2C30
(42,44,48)
#222325
(34,35,37)
#1A1A1A
(26,26,26)
#12110F
(18,17,15)
#000000
(0,0,0)

Tints of #626B7D

#626B7D
(98,107,125)
#707888
(112,120,136)
#7E8593
(126,133,147)
#8C929E
(140,146,158)
#9A9FA9
(154,159,169)
#A8ACB4
(168,172,180)
#B6B9BF
(182,185,191)
#C4C6CA
(196,198,202)
#D2D3D5
(210,211,213)
#E0E0E0
(224,224,224)
#EEEDEB
(238,237,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #626B7D; }

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

This text font color is #626B7D.

Background Color

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

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

This div background color is #626B7D.

Border color

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

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

This div border color is #626B7D.

Opacity

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

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

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

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

This text has shadow with #626B7D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #626B7D.

Preview

Color preview on black background

This text has color #626B7D on black background.


Color preview on white background

This text has color #626B7D on white background.


Black color preview on #626B7D background

This text has black color on #626B7D background.


White color preview on #626B7D background

This text has white color on #626B7D background.


Related colors

Complementary color

Complementary color for #hex is #9D9482.


I love getcolorcode.com

Triadic colors

1 #7D626B and #6B7D62 with #626B7D are triadic colors.

2 #7D6B62 and #6B627D with #626B7D are triadic colors.