COLOR #626A8F

HEX: #626A8F RGB: (98,106,143)

Color info

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

RGB color model

#626A8F color RGB value is (98,106,143).

RGB: (98,106,143) (38%, 42%, 56%)

RGB channels and saturation

R 98 of 255 = 38%
G 106 of 255 = 42%
B 143 of 255 = 56%

98
106
143

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

Portions of RGB colors in percentages

R + G + B = 98 + 106 + 143 = 347 (100%)
R 98 of 347 ~ 28.24%
G 106 of 347 ~ 30.55%
B 143 of 347 ~ 41.21'%

%28.24
%30.55
%41.21

CMYK color model

#626A8F color CMYK value is (31,26,0,44).

  • cyan value is 31.47%
  • magenta value is 25.87%
  • yellow value is 0.00%
  • key color value is 43.92%

CMYK: (31,26,0,44)
C31M26Y0K44 (31%, 26%, 0%, 44%)
(0.31 / 0.26 / 0.00 / 0.44)

CMYK percentages

%31.47
%25.87
%0
%43.92

Codes

Color #626A8F in popluar color models

62 6A 8F
RGB 98 106 143
HSL 229° 18.67% 47.25%
HSB/HSV 229° 31.47% 56.08%
CMYK 31.47% 25.87% 0.00%
43.92%

Color #626A8F in popluar number systems.

HEX 62 6A 8F
Decimal 98 106 143
Binary 1100010 1101010 10001111
Octal 142 152 217

Shades and tints

Shades of #626A8F

#626A8F
(98,106,143)
#5A6182
(90,97,130)
#525875
(82,88,117)
#4A4F68
(74,79,104)
#42465B
(66,70,91)
#3A3D4E
(58,61,78)
#323441
(50,52,65)
#2A2B34
(42,43,52)
#222227
(34,34,39)
#1A191A
(26,25,26)
#12100D
(18,16,13)
#000000
(0,0,0)

Tints of #626A8F

#626A8F
(98,106,143)
#707799
(112,119,153)
#7E84A3
(126,132,163)
#8C91AD
(140,145,173)
#9A9EB7
(154,158,183)
#A8ABC1
(168,171,193)
#B6B8CB
(182,184,203)
#C4C5D5
(196,197,213)
#D2D2DF
(210,210,223)
#E0DFE9
(224,223,233)
#EEECF3
(238,236,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #626A8F color. Also use rgb(98,106,143) instead hex code.

Text Font Color

.myTextColor { color: #626A8F; }

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

This text font color is #626A8F.

Background Color

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

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

This div background color is #626A8F.

Border color

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

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

This div border color is #626A8F.

Opacity

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

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

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

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

This text has shadow with #626A8F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #626A8F.

Preview

Color preview on black background

This text has color #626A8F on black background.


Color preview on white background

This text has color #626A8F on white background.


Black color preview on #626A8F background

This text has black color on #626A8F background.


White color preview on #626A8F background

This text has white color on #626A8F background.


Related colors

Complementary color

Complementary color for #hex is #9D9570.


I love getcolorcode.com

Triadic colors

1 #8F626A and #6A8F62 with #626A8F are triadic colors.

2 #8F6A62 and #6A628F with #626A8F are triadic colors.