Color spaces of #610621
RGB | 97 | 6 | 33 |
---|---|---|---|
HSL | 0.95 | 0.88 | 0.20 |
HSV | 342° | 94° | 38° |
CMYK | 0.00 | 0.94 | 0.66 0.62 |
XYZ | 5.2694 | 2.7814 | 1.6980 |
Yxy | 2.7814 | 0.5405 | 0.2853 |
Hunter Lab | 16.6775 | 27.2128 | 5.6377 |
CIE-Lab | 19.1463 | 39.1608 | 10.6293 |
#610621 color RGB value is (97,6,33).
#610621 hex color red value is 97, green value is 6 and the blue value of its RGB is 33. Cylindrical-coordinate representations (also known as HSL) of color #610621 hue: 0.95 , saturation: 0.88 and the lightness value of 610621 is 0.20.
The process color (four color CMYK) of #610621 color hex is 0.00, 0.94, 0.66, 0.62. Web safe color of #610621 is #660033. Color #610621 contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 01100001 | 00000110 | 00100001 |
Octal | 141 | 6 | 41 |
Decimal | 97 | 6 | 33 |
Hex | 61 | 6 | 21 |
Shades of #610621
Tints of #610621
RGB Percentages of Color #610621
CMYK Percentages of Color #610621
Complementary Color
#610621 | #066146 |
#610621 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#610621 Color Preview on White Background
Lorem ipsum dolor sit amet.
#610621 Color CSS Codes
.mybgcolor {background-color:#610621; } .myforecolor {color:#610621; } .mybordercolor {border:3px solid #610621; }
#610621 Text Font Color
<p style="color:#610621">Text here</p>
This sample text font color is #610621
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.
#610621 Background Color
<div style="background-color:#610621">
Div content here</div>
This div background color is #610621
#610621 Border Color
<div style="border:3px solid #610621">
Div here</div>
This div border color is #610621
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(97,6,33, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #610621; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #610621; -webkit-box-shadow: 1px 1px 3px 2px #610621; box-shadow: 1px 1px 3px 2px #610621; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(97,6,33, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #610621">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #610621; -webkit-box-shadow: 1px 1px 3px 2px #610621; box-shadow: 1px 1px 3px 2px #610621;">
Div content here</div>
This div box has shadow with color #610621
Comments
No comments written yet.
Please login to write comment.