Color Hex Logo

#62867f Color Hex

#62867F
(98,134,127)
0 Favorites   0 Comments

Color spaces of #62867f

RGB 98134127
HSL0.470.160.45
HSV168°27°53°
CMYK 0.270.000.05   0.47
XYZ17.392921.179223.2500
Yxy21.17920.28130.3426
Hunter Lab46.0209-13.07512.2610
CIE-Lab53.1451-14.1723-0.3256

#62867f color RGB value is (98,134,127).

#62867f hex color red value is 98, green value is 134 and the blue value of its RGB is 127. Cylindrical-coordinate representations (also known as HSL) of color #62867f hue: 0.47 , saturation: 0.16 and the lightness value of 62867f is 0.45.

The process color (four color CMYK) of #62867f color hex is 0.27, 0.00, 0.05, 0.47. Web safe color of #62867f is #669966. Color #62867f contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01100010 10000110 01111111
Octal 142 206 177
Decimal 98 134 127
Hex 62 86 7F

RGB Percentages of Color #62867f

%27.30
%37.33
%35.38

CMYK Percentages of Color #62867f

%27
%0
%5
%47

Triadic Colors of #62867f

#62867f #7f6286 #867f62

Analogous Colors of #62867f

#62867f #627b86 #62866d

Monochromatic Colors of #62867f

#62867f

Complementary Color

#62867f #866269

#62867f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#62867f Color Preview on White Background

Lorem ipsum dolor sit amet.

#62867f Color CSS Codes

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

#62867f Text Font Color

<p style="color:#62867f">Text here</p>

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


#62867f Background Color

<div style="background-color:#62867f">
Div content here</div>

This div background color is #62867f


#62867f Border Color

<div style="border:3px solid #62867f">
Div here</div>

This div border color is #62867f


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(98,134,127, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #62867f; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #62867f;
  -webkit-box-shadow: 1px 1px 3px 2px #62867f;
  box-shadow:         1px 1px 3px 2px #62867f; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #62867f


Comments

No comments written yet.

Please login to write comment.