Color Hex Logo

#62969c Color Hex

#62969C
(98,150,156)
0 Favorites   0 Comments

Color spaces of #62969c

RGB 98150156
HSL0.520.230.50
HSV186°37°61°
CMYK 0.370.040.00   0.39
XYZ21.944126.809735.4707
Yxy26.80970.26050.3183
Hunter Lab51.7781-14.9615-4.3721
CIE-Lab58.7978-15.6693-8.6536

#62969c color RGB value is (98,150,156).

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

The process color (four color CMYK) of #62969c color hex is 0.37, 0.04, 0.00, 0.39. Web safe color of #62969c is #669999. Color #62969c contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01100010 10010110 10011100
Octal 142 226 234
Decimal 98 150 156
Hex 62 96 9C

RGB Percentages of Color #62969c

%24.26
%37.13
%38.61

CMYK Percentages of Color #62969c

%37
%4
%0
%39

Triadic Colors of #62969c

#62969c #9c6296 #969c62

Analogous Colors of #62969c

#62969c #62799c #629c85

Monochromatic Colors of #62969c

#62969c

Complementary Color

#62969c #9c6862

#62969c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#62969c Color Preview on White Background

Lorem ipsum dolor sit amet.

#62969c Color CSS Codes

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

#62969c Text Font Color

<p style="color:#62969c">Text here</p>

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


#62969c Background Color

<div style="background-color:#62969c">
Div content here</div>

This div background color is #62969c


#62969c Border Color

<div style="border:3px solid #62969c">
Div here</div>

This div border color is #62969c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #62969c


Comments

No comments written yet.

Please login to write comment.