COLOR #62627F

HEX: #62627F
RGB: (98,98,127)

Color info

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

RGB color model

#62627F color RGB value is (98,98,127).

  • red value is 98;
  • green value is 98;
  • blue value is 127.
RGB:
(98,98,127)
(38%,38%,50%)

RGB channels and saturation

R 98 of 255 = 38%
G 98 of 255 = 38%
B 127 of 255 = 50%

98
98
127

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

Portions of RGB colors in percentages

R + G + B =
98 + 98 + 127 = 323 (100%)
R 98 of 323 ~ 30.34%
G 98 of 323 ~ 30.34%
B 127 of 323 ~ 39.32%

%30.34
%30.34
%39.32

CMYK color model

#62627F color CMYK value is (23,23,0,50).

  • cyan value is 22.83%
  • magenta value is 22.83%
  • yellow value is 0.00%
  • key color value is 50.20%
CMYK:
(23,23,0,50)
C23M23Y0K50 
(23%,23%,0%,50%)
(0.23/0.23/0.00/0.50)	

CMYK percentages

%22.83
%22.83
%0
%50.2

Codes

Color #62627F in popluar color models

62627F
RGB9898127
HSL240°12.89%44.12%
HSB/HSV240°22.83%49.80%
CMYK22.83%22.83%0.00%
50.20%

Color #62627F in popluar number systems.

HEX62627F
Decimal9898127
Binary110001011000101111111
Octal142142177

Shades and tints

Shades of #62627F

#62627F
(98,98,127)
#5A5A74
(90,90,116)
#525269
(82,82,105)
#4A4A5E
(74,74,94)
#424253
(66,66,83)
#3A3A48
(58,58,72)
#32323D
(50,50,61)
#2A2A32
(42,42,50)
#222227
(34,34,39)
#1A1A1C
(26,26,28)
#121211
(18,18,17)
#000000
(0,0,0)

Tints of #62627F

#62627F
(98,98,127)
#70708A
(112,112,138)
#7E7E95
(126,126,149)
#8C8CA0
(140,140,160)
#9A9AAB
(154,154,171)
#A8A8B6
(168,168,182)
#B6B6C1
(182,182,193)
#C4C4CC
(196,196,204)
#D2D2D7
(210,210,215)
#E0E0E2
(224,224,226)
#EEEEED
(238,238,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #62627F color. Also use rgb(98,98,127) instead hex code.

Text Font Color

.myTextColor { color: #62627F; }

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

This text font color is #62627F.


Background Color

.myBgColor { background-color: #62627F; }

<div style="background-color:#62627F">Inner text</div>

This div background color is #62627F.


Border color

.myBorderColor { border: 1px solid #62627F; }

<div style="border:3px solid #62627F">Div</div>

This div border color is #62627F.


Opacity

.myOpacity80 { color: #62627F; opacity: 0.8; }

<p style="color:#62627F;opacity:0.8;">80%</p>

Text with #62627F 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 #62627F;}

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

This text has shadow with #62627F color.

.textShadow {text-shadow: 3px 3px 1px #62627F, 3px 3px 1px red;}

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

This text has shadow with #62627F primary color and red secondary color.


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

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

This text has shadow with #62627F and red colors in old Internet Explorer.


Div box shadow color

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

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #62627F;
-webkit-box-shadow: 1px 1px 3px 2px #62627F;
box-shadow:1px 1px 3px 2px #62627F;">
Div content here</div>
This div box has shadow with color #62627F.

Preview

Color preview on black background

This text has color #62627F on black background.


Color preview on white background

This text has color #62627F on white background.



Black color preview on #62627F background

This text has black color on #62627F background.


White color preview on #62627F background

This text has white color on #62627F background.