Color spaces of #62556b
RGB | 98 | 85 | 107 |
---|---|---|---|
HSL | 0.77 | 0.11 | 0.38 |
HSV | 275° | 21° | 42° |
CMYK | 0.08 | 0.21 | 0.00 0.58 |
XYZ | 10.9393 | 10.1552 | 15.2935 |
Yxy | 10.1552 | 0.3006 | 0.2791 |
Hunter Lab | 31.8672 | 5.5074 | -6.1470 |
CIE-Lab | 38.1195 | 9.9392 | -10.6535 |
#62556b color RGB value is (98,85,107).
#62556b hex color red value is 98, green value is 85 and the blue value of its RGB is 107. Cylindrical-coordinate representations (also known as HSL) of color #62556b hue: 0.77 , saturation: 0.11 and the lightness value of 62556b is 0.38.
The process color (four color CMYK) of #62556b color hex is 0.08, 0.21, 0.00, 0.58. Web safe color of #62556b is #666666. Color #62556b contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 01100010 | 01010101 | 01101011 |
Octal | 142 | 125 | 153 |
Decimal | 98 | 85 | 107 |
Hex | 62 | 55 | 6B |
Shades of #62556b
Tints of #62556b
RGB Percentages of Color #62556b
CMYK Percentages of Color #62556b
Complementary Color
#62556b | #5e6b55 |
#62556b Color Preview on Black Background
Lorem ipsum dolor sit amet.
#62556b Color Preview on White Background
Lorem ipsum dolor sit amet.
#62556b Color CSS Codes
.mybgcolor {background-color:#62556b; } .myforecolor {color:#62556b; } .mybordercolor {border:3px solid #62556b; }
#62556b Text Font Color
<p style="color:#62556b">Text here</p>
This sample text font color is #62556b
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.
#62556b Background Color
<div style="background-color:#62556b">
Div content here</div>
This div background color is #62556b
#62556b Border Color
<div style="border:3px solid #62556b">
Div here</div>
This div border color is #62556b
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(98,85,107, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #62556b; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #62556b; -webkit-box-shadow: 1px 1px 3px 2px #62556b; box-shadow: 1px 1px 3px 2px #62556b; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(98,85,107, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #62556b">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #62556b; -webkit-box-shadow: 1px 1px 3px 2px #62556b; box-shadow: 1px 1px 3px 2px #62556b;">
Div content here</div>
This div box has shadow with color #62556b
Comments
No comments written yet.
Please login to write comment.