COLOR #626B79

HEX: #626B79 RGB: (98,107,121)

Color info

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

RGB color model

#626B79 color RGB value is (98,107,121).

RGB: (98,107,121) (38%, 42%, 47%)

RGB channels and saturation

R 98 of 255 = 38%
G 107 of 255 = 42%
B 121 of 255 = 47%

98
107
121

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

Portions of RGB colors in percentages

R + G + B = 98 + 107 + 121 = 326 (100%)
R 98 of 326 ~ 30.06%
G 107 of 326 ~ 32.82%
B 121 of 326 ~ 37.12'%

%30.06
%32.82
%37.12

CMYK color model

#626B79 color CMYK value is (19,12,0,53).

  • cyan value is 19.01%
  • magenta value is 11.57%
  • yellow value is 0.00%
  • key color value is 52.55%
CMYK: (19,12,0,53) C19M12Y0K53 (19%,12%,0%,53%) (0.19/0.12/0.00/0.53) 

CMYK percentages

%19.01
%11.57
%0
%52.55

Codes

Color #626B79 in popluar color models

62 6B 79
RGB 98 107 121
HSL 217° 10.50% 42.94%
HSB/HSV 217° 19.01% 47.45%
CMYK 19.01% 11.57% 0.00%
52.55%

Color #626B79 in popluar number systems.

HEX 62 6B 79
Decimal 98 107 121
Binary 1100010 1101011 1111001
Octal 142 153 171

Shades and tints

Shades of #626B79

#626B79
(98,107,121)
#5A626E
(90,98,110)
#525963
(82,89,99)
#4A5058
(74,80,88)
#42474D
(66,71,77)
#3A3E42
(58,62,66)
#323537
(50,53,55)
#2A2C2C
(42,44,44)
#222321
(34,35,33)
#1A1A16
(26,26,22)
#12110B
(18,17,11)
#000000
(0,0,0)

Tints of #626B79

#626B79
(98,107,121)
#707885
(112,120,133)
#7E8591
(126,133,145)
#8C929D
(140,146,157)
#9A9FA9
(154,159,169)
#A8ACB5
(168,172,181)
#B6B9C1
(182,185,193)
#C4C6CD
(196,198,205)
#D2D3D9
(210,211,217)
#E0E0E5
(224,224,229)
#EEEDF1
(238,237,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #626B79; }

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

This text font color is #626B79.

Background Color

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

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

This div background color is #626B79.

Border color

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

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

This div border color is #626B79.

Opacity

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

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

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

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

This text has shadow with #626B79 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #626B79.

Preview

Color preview on black background

This text has color #626B79 on black background.


Color preview on white background

This text has color #626B79 on white background.


Black color preview on #626B79 background

This text has black color on #626B79 background.


White color preview on #626B79 background

This text has white color on #626B79 background.


Related colors

Complementary color

Complementary color for #hex is #9D9486.


I love getcolorcode.com

Triadic colors

1 #79626B and #6B7962 with #626B79 are triadic colors.

2 #796B62 and #6B6279 with #626B79 are triadic colors.