COLOR #626C8C

HEX: #626C8C RGB: (98,108,140)

Color info

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

RGB color model

#626C8C color RGB value is (98,108,140).

RGB: (98,108,140) (38%, 42%, 55%)

RGB channels and saturation

R 98 of 255 = 38%
G 108 of 255 = 42%
B 140 of 255 = 55%

98
108
140

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

Portions of RGB colors in percentages

R + G + B = 98 + 108 + 140 = 346 (100%)
R 98 of 346 ~ 28.32%
G 108 of 346 ~ 31.21%
B 140 of 346 ~ 40.46'%

%28.32
%31.21
%40.46

CMYK color model

#626C8C color CMYK value is (30,23,0,45).

  • cyan value is 30.00%
  • magenta value is 22.86%
  • yellow value is 0.00%
  • key color value is 45.10%

CMYK: (30,23,0,45)
C30M23Y0K45 (30%, 23%, 0%, 45%)
(0.30 / 0.23 / 0.00 / 0.45)

CMYK percentages

%30
%22.86
%0
%45.1

Codes

Color #626C8C in popluar color models

62 6C 8C
RGB 98 108 140
HSL 226° 17.65% 46.67%
HSB/HSV 226° 30.00% 54.90%
CMYK 30.00% 22.86% 0.00%
45.10%

Color #626C8C in popluar number systems.

HEX 62 6C 8C
Decimal 98 108 140
Binary 1100010 1101100 10001100
Octal 142 154 214

Shades and tints

Shades of #626C8C

#626C8C
(98,108,140)
#5A6380
(90,99,128)
#525A74
(82,90,116)
#4A5168
(74,81,104)
#42485C
(66,72,92)
#3A3F50
(58,63,80)
#323644
(50,54,68)
#2A2D38
(42,45,56)
#22242C
(34,36,44)
#1A1B20
(26,27,32)
#121214
(18,18,20)
#000000
(0,0,0)

Tints of #626C8C

#626C8C
(98,108,140)
#707996
(112,121,150)
#7E86A0
(126,134,160)
#8C93AA
(140,147,170)
#9AA0B4
(154,160,180)
#A8ADBE
(168,173,190)
#B6BAC8
(182,186,200)
#C4C7D2
(196,199,210)
#D2D4DC
(210,212,220)
#E0E1E6
(224,225,230)
#EEEEF0
(238,238,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #626C8C; }

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

This text font color is #626C8C.

Background Color

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

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

This div background color is #626C8C.

Border color

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

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

This div border color is #626C8C.

Opacity

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

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

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

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

This text has shadow with #626C8C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #626C8C.

Preview

Color preview on black background

This text has color #626C8C on black background.


Color preview on white background

This text has color #626C8C on white background.


Black color preview on #626C8C background

This text has black color on #626C8C background.


White color preview on #626C8C background

This text has white color on #626C8C background.


Related colors

Complementary color

Complementary color for #hex is #9D9373.


I love getcolorcode.com

Triadic colors

1 #8C626C and #6C8C62 with #626C8C are triadic colors.

2 #8C6C62 and #6C628C with #626C8C are triadic colors.