COLOR #626B7A

HEX: #626B7A RGB: (98,107,122)

Color info

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

RGB color model

#626B7A color RGB value is (98,107,122).

RGB: (98,107,122) (38%, 42%, 48%)

RGB channels and saturation

R 98 of 255 = 38%
G 107 of 255 = 42%
B 122 of 255 = 48%

98
107
122

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

Portions of RGB colors in percentages

R + G + B = 98 + 107 + 122 = 327 (100%)
R 98 of 327 ~ 29.97%
G 107 of 327 ~ 32.72%
B 122 of 327 ~ 37.31'%

%29.97
%32.72
%37.31

CMYK color model

#626B7A color CMYK value is (20,12,0,52).

  • cyan value is 19.67%
  • magenta value is 12.30%
  • yellow value is 0.00%
  • key color value is 52.16%

CMYK: (20,12,0,52)
C20M12Y0K52 (20%, 12%, 0%, 52%)
(0.20 / 0.12 / 0.00 / 0.52)

CMYK percentages

%19.67
%12.3
%0
%52.16

Codes

Color #626B7A in popluar color models

62 6B 7A
RGB 98 107 122
HSL 218° 10.91% 43.14%
HSB/HSV 218° 19.67% 47.84%
CMYK 19.67% 12.30% 0.00%
52.16%

Color #626B7A in popluar number systems.

HEX 62 6B 7A
Decimal 98 107 122
Binary 1100010 1101011 1111010
Octal 142 153 172

Shades and tints

Shades of #626B7A

#626B7A
(98,107,122)
#5A626F
(90,98,111)
#525964
(82,89,100)
#4A5059
(74,80,89)
#42474E
(66,71,78)
#3A3E43
(58,62,67)
#323538
(50,53,56)
#2A2C2D
(42,44,45)
#222322
(34,35,34)
#1A1A17
(26,26,23)
#12110C
(18,17,12)
#000000
(0,0,0)

Tints of #626B7A

#626B7A
(98,107,122)
#707886
(112,120,134)
#7E8592
(126,133,146)
#8C929E
(140,146,158)
#9A9FAA
(154,159,170)
#A8ACB6
(168,172,182)
#B6B9C2
(182,185,194)
#C4C6CE
(196,198,206)
#D2D3DA
(210,211,218)
#E0E0E6
(224,224,230)
#EEEDF2
(238,237,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #626B7A; }

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

This text font color is #626B7A.

Background Color

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

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

This div background color is #626B7A.

Border color

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

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

This div border color is #626B7A.

Opacity

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

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

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

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

This text has shadow with #626B7A color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #626B7A.

Preview

Color preview on black background

This text has color #626B7A on black background.


Color preview on white background

This text has color #626B7A on white background.


Black color preview on #626B7A background

This text has black color on #626B7A background.


White color preview on #626B7A background

This text has white color on #626B7A background.


Related colors

Complementary color

Complementary color for #hex is #9D9485.


I love getcolorcode.com

Triadic colors

1 #7A626B and #6B7A62 with #626B7A are triadic colors.

2 #7A6B62 and #6B627A with #626B7A are triadic colors.