COLOR #62487F

HEX: #62487F
RGB: (98,72,127)

Color info

#62487F contains red, green and blue colors in about the same proportion. Web safe color of #62487F is #663366 (or #636).

RGB color model

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

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

RGB channels and saturation

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

98
72
127

R + G + B ~ 39%. #62487F is quite dark color.

Portions of RGB colors in percentages

R + G + B =
98 + 72 + 127 = 297 (100%)
R 98 of 297 ~ 33%
G 72 of 297 ~ 24.24%
B 127 of 297 ~ 42.76%

%33
%24.24
%42.76

CMYK color model

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

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

CMYK percentages

%22.83
%43.31
%0
%50.2

Codes

Color #62487F in popluar color models

62487F
RGB9872127
HSL268°27.64%39.02%
HSB/HSV268°43.31%49.80%
CMYK22.83%43.31%0.00%
50.20%

Color #62487F in popluar number systems.

HEX62487F
Decimal9872127
Binary110001010010001111111
Octal142110177

Shades and tints

Shades of #62487F

#62487F
(98,72,127)
#5A4274
(90,66,116)
#523C69
(82,60,105)
#4A365E
(74,54,94)
#423053
(66,48,83)
#3A2A48
(58,42,72)
#32243D
(50,36,61)
#2A1E32
(42,30,50)
#221827
(34,24,39)
#1A121C
(26,18,28)
#120C11
(18,12,17)
#000000
(0,0,0)

Tints of #62487F

#62487F
(98,72,127)
#70588A
(112,88,138)
#7E6895
(126,104,149)
#8C78A0
(140,120,160)
#9A88AB
(154,136,171)
#A898B6
(168,152,182)
#B6A8C1
(182,168,193)
#C4B8CC
(196,184,204)
#D2C8D7
(210,200,215)
#E0D8E2
(224,216,226)
#EEE8ED
(238,232,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #62487F; }

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

This text font color is #62487F.


Background Color

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

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

This div background color is #62487F.


Border color

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

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

This div border color is #62487F.


Opacity

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

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

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

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

This text has shadow with #62487F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #62487F on black background.


Color preview on white background

This text has color #62487F on white background.



Black color preview on #62487F background

This text has black color on #62487F background.


White color preview on #62487F background

This text has white color on #62487F background.