Color Hex Logo

#62949b Color Hex

#62949B
(98,148,155)
1 Favorites   0 Comments

Color spaces of #62949b

RGB 98148155
HSL0.520.230.50
HSV187°37°61°
CMYK 0.370.050.00   0.39
XYZ21.543326.143034.9210
Yxy26.14300.26080.3165
Hunter Lab51.1302-14.2684-4.7028
CIE-Lab58.1725-14.8533-9.0170

#62949b color RGB value is (98,148,155).

#62949b hex color red value is 98, green value is 148 and the blue value of its RGB is 155. Cylindrical-coordinate representations (also known as HSL) of color #62949b hue: 0.52 , saturation: 0.23 and the lightness value of 62949b is 0.50.

The process color (four color CMYK) of #62949b color hex is 0.37, 0.05, 0.00, 0.39. Web safe color of #62949b is #669999. Color #62949b contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01100010 10010100 10011011
Octal 142 224 233
Decimal 98 148 155
Hex 62 94 9B

RGB Percentages of Color #62949b

%24.44
%36.91
%38.65

CMYK Percentages of Color #62949b

%37
%5
%0
%39

Triadic Colors of #62949b

#62949b #9b6294 #949b62

Analogous Colors of #62949b

#62949b #62789b #629b86

Monochromatic Colors of #62949b

#62949b

Complementary Color

#62949b #9b6962

#62949b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#62949b Color Preview on White Background

Lorem ipsum dolor sit amet.

#62949b Color CSS Codes

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

#62949b Text Font Color

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

This sample text font color is #62949b
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.


#62949b Background Color

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

This div background color is #62949b


#62949b Border Color

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

This div border color is #62949b


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(98,148,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 #62949b">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #62949b

#62949b Color Palettes


Comments

No comments written yet.

Please login to write comment.