COLOR #62498A

HEX: #62498A
RGB: (98,73,138)

Color info

#62498A contains mainly red and blue colors. Web safe color of #62498A is #663399 (or #639).

RGB color model

#62498A color RGB value is (98,73,138).

  • red value is 98;
  • green value is 73;
  • blue value is 138.
RGB:
(98,73,138)
(38%,29%,54%)

RGB channels and saturation

R 98 of 255 = 38%
G 73 of 255 = 29%
B 138 of 255 = 54%

98
73
138

R + G + B ~ 40%. #62498A is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
98 + 73 + 138 = 309 (100%)
R 98 of 309 ~ 31.72%
G 73 of 309 ~ 23.62%
B 138 of 309 ~ 44.66%

%31.72
%23.62
%44.66

CMYK color model

#62498A color CMYK value is (29,47,0,46).

  • cyan value is 28.99%
  • magenta value is 47.10%
  • yellow value is 0.00%
  • key color value is 45.88%
CMYK:
(29,47,0,46)
C29M47Y0K46 
(29%,47%,0%,46%)
(0.29/0.47/0.00/0.46)	

CMYK percentages

%28.99
%47.1
%0
%45.88

Codes

Color #62498A in popluar color models

62498A
RGB9873138
HSL263°30.81%41.37%
HSB/HSV263°47.10%54.12%
CMYK28.99%47.10%0.00%
45.88%

Color #62498A in popluar number systems.

HEX62498A
Decimal9873138
Binary1100010100100110001010
Octal142111212

Shades and tints

Shades of #62498A

#62498A
(98,73,138)
#5A437E
(90,67,126)
#523D72
(82,61,114)
#4A3766
(74,55,102)
#42315A
(66,49,90)
#3A2B4E
(58,43,78)
#322542
(50,37,66)
#2A1F36
(42,31,54)
#22192A
(34,25,42)
#1A131E
(26,19,30)
#120D12
(18,13,18)
#000000
(0,0,0)

Tints of #62498A

#62498A
(98,73,138)
#705994
(112,89,148)
#7E699E
(126,105,158)
#8C79A8
(140,121,168)
#9A89B2
(154,137,178)
#A899BC
(168,153,188)
#B6A9C6
(182,169,198)
#C4B9D0
(196,185,208)
#D2C9DA
(210,201,218)
#E0D9E4
(224,217,228)
#EEE9EE
(238,233,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #62498A color. Also use rgb(98,73,138) instead hex code.

Text Font Color

.myTextColor { color: #62498A; }

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

This text font color is #62498A.


Background Color

.myBgColor { background-color: #62498A; }

<div style="background-color:#62498A">Inner text</div>

This div background color is #62498A.


Border color

.myBorderColor { border: 1px solid #62498A; }

<div style="border:3px solid #62498A">Div</div>

This div border color is #62498A.


Opacity

.myOpacity80 { color: #62498A; opacity: 0.8; }

<p style="color:#62498A;opacity:0.8;">80%</p>

Text with #62498A 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 #62498A;}

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

This text has shadow with #62498A color.

.textShadow {text-shadow: 3px 3px 1px #62498A, 3px 3px 1px red;}

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

This text has shadow with #62498A primary color and red secondary color.


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

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

This text has shadow with #62498A and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #62498A on black background.


Color preview on white background

This text has color #62498A on white background.



Black color preview on #62498A background

This text has black color on #62498A background.


White color preview on #62498A background

This text has white color on #62498A background.