COLOR #62647D

HEX: #62647D
RGB: (98,100,125)

Color info

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

RGB color model

#62647D color RGB value is (98,100,125).

  • red value is 98;
  • green value is 100;
  • blue value is 125.
RGB:
(98,100,125)
(38%,39%,49%)

RGB channels and saturation

R 98 of 255 = 38%
G 100 of 255 = 39%
B 125 of 255 = 49%

98
100
125

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

Portions of RGB colors in percentages

R + G + B =
98 + 100 + 125 = 323 (100%)
R 98 of 323 ~ 30.34%
G 100 of 323 ~ 30.96%
B 125 of 323 ~ 38.7%

%30.34
%30.96
%38.7

CMYK color model

#62647D color CMYK value is (22,20,0,51).

  • cyan value is 21.60%
  • magenta value is 20.00%
  • yellow value is 0.00%
  • key color value is 50.98%
CMYK:
(22,20,0,51)
C22M20Y0K51 
(22%,20%,0%,51%)
(0.22/0.20/0.00/0.51)	

CMYK percentages

%21.6
%20
%0
%50.98

Codes

Color #62647D in popluar color models

62647D
RGB98100125
HSL236°12.11%43.73%
HSB/HSV236°21.60%49.02%
CMYK21.60%20.00%0.00%
50.98%

Color #62647D in popluar number systems.

HEX62647D
Decimal98100125
Binary110001011001001111101
Octal142144175

Shades and tints

Shades of #62647D

#62647D
(98,100,125)
#5A5B72
(90,91,114)
#525267
(82,82,103)
#4A495C
(74,73,92)
#424051
(66,64,81)
#3A3746
(58,55,70)
#322E3B
(50,46,59)
#2A2530
(42,37,48)
#221C25
(34,28,37)
#1A131A
(26,19,26)
#120A0F
(18,10,15)
#000000
(0,0,0)

Tints of #62647D

#62647D
(98,100,125)
#707288
(112,114,136)
#7E8093
(126,128,147)
#8C8E9E
(140,142,158)
#9A9CA9
(154,156,169)
#A8AAB4
(168,170,180)
#B6B8BF
(182,184,191)
#C4C6CA
(196,198,202)
#D2D4D5
(210,212,213)
#E0E2E0
(224,226,224)
#EEF0EB
(238,240,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #62647D color. Also use rgb(98,100,125) instead hex code.

Text Font Color

.myTextColor { color: #62647D; }

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

This text font color is #62647D.


Background Color

.myBgColor { background-color: #62647D; }

<div style="background-color:#62647D">Inner text</div>

This div background color is #62647D.


Border color

.myBorderColor { border: 1px solid #62647D; }

<div style="border:3px solid #62647D">Div</div>

This div border color is #62647D.


Opacity

.myOpacity80 { color: #62647D; opacity: 0.8; }

<p style="color:#62647D;opacity:0.8;">80%</p>

Text with #62647D 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 #62647D;}

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

This text has shadow with #62647D color.

.textShadow {text-shadow: 3px 3px 1px #62647D, 3px 3px 1px red;}

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

This text has shadow with #62647D primary color and red secondary color.


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

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

This text has shadow with #62647D and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #62647D on black background.


Color preview on white background

This text has color #62647D on white background.



Black color preview on #62647D background

This text has black color on #62647D background.


White color preview on #62647D background

This text has white color on #62647D background.