Color spaces of #627479
RGB | 98 | 116 | 121 |
---|---|---|---|
HSL | 0.54 | 0.11 | 0.43 |
HSV | 193° | 19° | 47° |
CMYK | 0.19 | 0.04 | 0.00 0.53 |
XYZ | 14.7336 | 16.4679 | 20.4912 |
Yxy | 16.4679 | 0.2850 | 0.3186 |
Hunter Lab | 40.5807 | -6.2083 | -1.5320 |
CIE-Lab | 47.5825 | -5.4701 | -4.9877 |
#627479 color RGB value is (98,116,121).
#627479 hex color red value is 98, green value is 116 and the blue value of its RGB is 121. Cylindrical-coordinate representations (also known as HSL) of color #627479 hue: 0.54 , saturation: 0.11 and the lightness value of 627479 is 0.43.
The process color (four color CMYK) of #627479 color hex is 0.19, 0.04, 0.00, 0.53. Web safe color of #627479 is #666666. Color #627479 contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 01100010 | 01110100 | 01111001 |
Octal | 142 | 164 | 171 |
Decimal | 98 | 116 | 121 |
Hex | 62 | 74 | 79 |
Shades of #627479
Tints of #627479
RGB Percentages of Color #627479
CMYK Percentages of Color #627479
Complementary Color
#627479 | #796762 |
#627479 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#627479 Color Preview on White Background
Lorem ipsum dolor sit amet.
#627479 Color CSS Codes
.mybgcolor {background-color:#627479; } .myforecolor {color:#627479; } .mybordercolor {border:3px solid #627479; }
#627479 Text Font Color
<p style="color:#627479">Text here</p>
This sample text font color is #627479
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.
#627479 Background Color
<div style="background-color:#627479">
Div content here</div>
This div background color is #627479
#627479 Border Color
<div style="border:3px solid #627479">
Div here</div>
This div border color is #627479
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(98,116,121, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #627479; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #627479; -webkit-box-shadow: 1px 1px 3px 2px #627479; box-shadow: 1px 1px 3px 2px #627479; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(98,116,121, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #627479">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #627479; -webkit-box-shadow: 1px 1px 3px 2px #627479; box-shadow: 1px 1px 3px 2px #627479;">
Div content here</div>
This div box has shadow with color #627479
Comments
No comments written yet.
Please login to write comment.