COLOR #62407B

HEX: #62407B
RGB: (98,64,123)

Color info

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

RGB color model

#62407B color RGB value is (98,64,123).

  • red value is 98;
  • green value is 64;
  • blue value is 123.
RGB:
(98,64,123)
(38%,25%,48%)

RGB channels and saturation

R 98 of 255 = 38%
G 64 of 255 = 25%
B 123 of 255 = 48%

98
64
123

R + G + B ~ 37%. #62407B is quite dark color.

Portions of RGB colors in percentages

R + G + B =
98 + 64 + 123 = 285 (100%)
R 98 of 285 ~ 34.39%
G 64 of 285 ~ 22.46%
B 123 of 285 ~ 43.16%

%34.39
%22.46
%43.16

CMYK color model

#62407B color CMYK value is (20,48,0,52).

  • cyan value is 20.33%
  • magenta value is 47.97%
  • yellow value is 0.00%
  • key color value is 51.76%
CMYK:
(20,48,0,52)
C20M48Y0K52 
(20%,48%,0%,52%)
(0.20/0.48/0.00/0.52)	

CMYK percentages

%20.33
%47.97
%0
%51.76

Codes

Color #62407B in popluar color models

62407B
RGB9864123
HSL275°31.55%36.67%
HSB/HSV275°47.97%48.24%
CMYK20.33%47.97%0.00%
51.76%

Color #62407B in popluar number systems.

HEX62407B
Decimal9864123
Binary110001010000001111011
Octal142100173

Shades and tints

Shades of #62407B

#62407B
(98,64,123)
#5A3B70
(90,59,112)
#523665
(82,54,101)
#4A315A
(74,49,90)
#422C4F
(66,44,79)
#3A2744
(58,39,68)
#322239
(50,34,57)
#2A1D2E
(42,29,46)
#221823
(34,24,35)
#1A1318
(26,19,24)
#120E0D
(18,14,13)
#000000
(0,0,0)

Tints of #62407B

#62407B
(98,64,123)
#705187
(112,81,135)
#7E6293
(126,98,147)
#8C739F
(140,115,159)
#9A84AB
(154,132,171)
#A895B7
(168,149,183)
#B6A6C3
(182,166,195)
#C4B7CF
(196,183,207)
#D2C8DB
(210,200,219)
#E0D9E7
(224,217,231)
#EEEAF3
(238,234,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #62407B color. Also use rgb(98,64,123) instead hex code.

Text Font Color

.myTextColor { color: #62407B; }

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

This text font color is #62407B.


Background Color

.myBgColor { background-color: #62407B; }

<div style="background-color:#62407B">Inner text</div>

This div background color is #62407B.


Border color

.myBorderColor { border: 1px solid #62407B; }

<div style="border:3px solid #62407B">Div</div>

This div border color is #62407B.


Opacity

.myOpacity80 { color: #62407B; opacity: 0.8; }

<p style="color:#62407B;opacity:0.8;">80%</p>

Text with #62407B 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 #62407B;}

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

This text has shadow with #62407B color.

.textShadow {text-shadow: 3px 3px 1px #62407B, 3px 3px 1px red;}

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

This text has shadow with #62407B primary color and red secondary color.


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

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

This text has shadow with #62407B and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #62407B on black background.


Color preview on white background

This text has color #62407B on white background.



Black color preview on #62407B background

This text has black color on #62407B background.


White color preview on #62407B background

This text has white color on #62407B background.