Color spaces of #62647e
RGB | 98 | 100 | 126 |
---|---|---|---|
HSL | 0.65 | 0.13 | 0.44 |
HSV | 236° | 22° | 49° |
CMYK | 0.22 | 0.21 | 0.00 0.51 |
XYZ | 13.3601 | 13.2174 | 21.5857 |
Yxy | 13.2174 | 0.2774 | 0.2744 |
Hunter Lab | 36.3557 | 1.9731 | -9.7536 |
CIE-Lab | 43.0890 | 5.2783 | -14.7403 |
#62647e color RGB value is (98,100,126).
#62647e hex color red value is 98, green value is 100 and the blue value of its RGB is 126. Cylindrical-coordinate representations (also known as HSL) of color #62647e hue: 0.65 , saturation: 0.13 and the lightness value of 62647e is 0.44.
The process color (four color CMYK) of #62647e color hex is 0.22, 0.21, 0.00, 0.51. Web safe color of #62647e is #666666. Color #62647e contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 01100010 | 01100100 | 01111110 |
Octal | 142 | 144 | 176 |
Decimal | 98 | 100 | 126 |
Hex | 62 | 64 | 7E |
Shades of #62647e
Tints of #62647e
RGB Percentages of Color #62647e
CMYK Percentages of Color #62647e
Complementary Color
#62647e | #7e7c62 |
#62647e Color Preview on Black Background
Lorem ipsum dolor sit amet.
#62647e Color Preview on White Background
Lorem ipsum dolor sit amet.
#62647e Color CSS Codes
.mybgcolor {background-color:#62647e; } .myforecolor {color:#62647e; } .mybordercolor {border:3px solid #62647e; }
#62647e Text Font Color
<p style="color:#62647e">Text here</p>
This sample text font color is #62647e
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.
#62647e Background Color
<div style="background-color:#62647e">
Div content here</div>
This div background color is #62647e
#62647e Border Color
<div style="border:3px solid #62647e">
Div here</div>
This div border color is #62647e
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(98,100,126, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #62647e; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #62647e; -webkit-box-shadow: 1px 1px 3px 2px #62647e; box-shadow: 1px 1px 3px 2px #62647e; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(98,100,126, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #62647e">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #62647e; -webkit-box-shadow: 1px 1px 3px 2px #62647e; box-shadow: 1px 1px 3px 2px #62647e;">
Div content here</div>
This div box has shadow with color #62647e
#62647e Color Palettes
Comments
No comments written yet.
Please login to write comment.