COLOR #626C87

HEX: #626C87 RGB: (98,108,135)

Color info

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

RGB color model

#626C87 color RGB value is (98,108,135).

RGB: (98,108,135) (38%, 42%, 53%)

RGB channels and saturation

R 98 of 255 = 38%
G 108 of 255 = 42%
B 135 of 255 = 53%

98
108
135

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

Portions of RGB colors in percentages

R + G + B = 98 + 108 + 135 = 341 (100%)
R 98 of 341 ~ 28.74%
G 108 of 341 ~ 31.67%
B 135 of 341 ~ 39.59'%

%28.74
%31.67
%39.59

CMYK color model

#626C87 color CMYK value is (27,20,0,47).

  • cyan value is 27.41%
  • magenta value is 20.00%
  • yellow value is 0.00%
  • key color value is 47.06%

CMYK: (27,20,0,47)
C27M20Y0K47 (27%, 20%, 0%, 47%)
(0.27 / 0.20 / 0.00 / 0.47)

CMYK percentages

%27.41
%20
%0
%47.06

Codes

Color #626C87 in popluar color models

62 6C 87
RGB 98 108 135
HSL 224° 15.88% 45.69%
HSB/HSV 224° 27.41% 52.94%
CMYK 27.41% 20.00% 0.00%
47.06%

Color #626C87 in popluar number systems.

HEX 62 6C 87
Decimal 98 108 135
Binary 1100010 1101100 10000111
Octal 142 154 207

Shades and tints

Shades of #626C87

#626C87
(98,108,135)
#5A637B
(90,99,123)
#525A6F
(82,90,111)
#4A5163
(74,81,99)
#424857
(66,72,87)
#3A3F4B
(58,63,75)
#32363F
(50,54,63)
#2A2D33
(42,45,51)
#222427
(34,36,39)
#1A1B1B
(26,27,27)
#12120F
(18,18,15)
#000000
(0,0,0)

Tints of #626C87

#626C87
(98,108,135)
#707991
(112,121,145)
#7E869B
(126,134,155)
#8C93A5
(140,147,165)
#9AA0AF
(154,160,175)
#A8ADB9
(168,173,185)
#B6BAC3
(182,186,195)
#C4C7CD
(196,199,205)
#D2D4D7
(210,212,215)
#E0E1E1
(224,225,225)
#EEEEEB
(238,238,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #626C87 color. Also use rgb(98,108,135) instead hex code.

Text Font Color

.myTextColor { color: #626C87; }

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

This text font color is #626C87.

Background Color

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

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

This div background color is #626C87.

Border color

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

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

This div border color is #626C87.

Opacity

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

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

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

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

This text has shadow with #626C87 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #626C87.

Preview

Color preview on black background

This text has color #626C87 on black background.


Color preview on white background

This text has color #626C87 on white background.


Black color preview on #626C87 background

This text has black color on #626C87 background.


White color preview on #626C87 background

This text has white color on #626C87 background.


Related colors

Complementary color

Complementary color for #hex is #9D9378.


I love getcolorcode.com

Triadic colors

1 #87626C and #6C8762 with #626C87 are triadic colors.

2 #876C62 and #6C6287 with #626C87 are triadic colors.