Color Hex Logo

#62499b Color Hex

#62499B
(98,73,155)
0 Favorites   0 Comments

Color spaces of #62499b

RGB 9873155
HSL0.720.360.45
HSV258°53°61°
CMYK 0.370.530.00   0.39
XYZ13.33599.728332.1852
Yxy9.72830.24140.1761
Hunter Lab31.190221.7378-39.3482
CIE-Lab37.350329.8570-41.2447

#62499b color RGB value is (98,73,155).

#62499b hex color red value is 98, green value is 73 and the blue value of its RGB is 155. Cylindrical-coordinate representations (also known as HSL) of color #62499b hue: 0.72 , saturation: 0.36 and the lightness value of 62499b is 0.45.

The process color (four color CMYK) of #62499b color hex is 0.37, 0.53, 0.00, 0.39. Web safe color of #62499b is #663399. Color #62499b contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01100010 01001001 10011011
Octal 142 111 233
Decimal 98 73 155
Hex 62 49 9B

RGB Percentages of Color #62499b

%30.06
%22.39
%47.55

CMYK Percentages of Color #62499b

%37
%53
%0
%39

Triadic Colors of #62499b

#62499b #9b6249 #499b62

Analogous Colors of #62499b

#62499b #8b499b #49599b

Monochromatic Colors of #62499b

#62499b

Complementary Color

#62499b #829b49

#62499b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#62499b Color Preview on White Background

Lorem ipsum dolor sit amet.

#62499b Color CSS Codes

.mybgcolor {background-color:#62499b; } 
.myforecolor {color:#62499b; }
.mybordercolor {border:3px solid #62499b; }

#62499b Text Font Color

<p style="color:#62499b">Text here</p>

This sample text font color is #62499b
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.


#62499b Background Color

<div style="background-color:#62499b">
Div content here</div>

This div background color is #62499b


#62499b Border Color

<div style="border:3px solid #62499b">
Div here</div>

This div border color is #62499b


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(98,73,155, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #62499b; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #62499b;
  -webkit-box-shadow: 1px 1px 3px 2px #62499b;
  box-shadow:         1px 1px 3px 2px #62499b; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(98,73,155, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #62499b">Text here</p>

This text has shadow with hex values.


Div Box Shadow

<div style="-moz-box-shadow: 1px 1px 3px 2px #62499b;
  -webkit-box-shadow: 1px 1px 3px 2px #62499b;
  box-shadow:         1px 1px 3px 2px #62499b;">
Div content here</div>

This div box has shadow with color #62499b


Comments

No comments written yet.

Please login to write comment.