Color Hex Logo

#62968e Color Hex

#62968E
(98,150,142)
0 Favorites   0 Comments

Color spaces of #62968e

RGB 98150142
HSL0.470.210.49
HSV171°35°59°
CMYK 0.350.000.05   0.41
XYZ20.825826.362429.5820
Yxy26.36240.27130.3434
Hunter Lab51.3443-17.45111.7811
CIE-Lab58.3795-19.1679-1.2942

#62968e color RGB value is (98,150,142).

#62968e hex color red value is 98, green value is 150 and the blue value of its RGB is 142. Cylindrical-coordinate representations (also known as HSL) of color #62968e hue: 0.47 , saturation: 0.21 and the lightness value of 62968e is 0.49.

The process color (four color CMYK) of #62968e color hex is 0.35, 0.00, 0.05, 0.41. Web safe color of #62968e is #669999. Color #62968e contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01100010 10010110 10001110
Octal 142 226 216
Decimal 98 150 142
Hex 62 96 8E

RGB Percentages of Color #62968e

%25.13
%38.46
%36.41

CMYK Percentages of Color #62968e

%35
%0
%5
%41

Triadic Colors of #62968e

#62968e #8e6296 #968e62

Analogous Colors of #62968e

#62968e #628496 #629674

Monochromatic Colors of #62968e

#62968e

Complementary Color

#62968e #96626a

#62968e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#62968e Color Preview on White Background

Lorem ipsum dolor sit amet.

#62968e Color CSS Codes

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

#62968e Text Font Color

<p style="color:#62968e">Text here</p>

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


#62968e Background Color

<div style="background-color:#62968e">
Div content here</div>

This div background color is #62968e


#62968e Border Color

<div style="border:3px solid #62968e">
Div here</div>

This div border color is #62968e


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(98,150,142, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #62968e; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #62968e;
  -webkit-box-shadow: 1px 1px 3px 2px #62968e;
  box-shadow:         1px 1px 3px 2px #62968e; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #62968e


Comments

No comments written yet.

Please login to write comment.