Color spaces of #061120
RGB | 6 | 17 | 32 |
---|---|---|---|
HSL | 0.60 | 0.68 | 0.07 |
HSV | 215° | 81° | 13° |
CMYK | 0.81 | 0.47 | 0.00 0.87 |
XYZ | 0.5363 | 0.5439 | 1.4432 |
Yxy | 0.5439 | 0.2125 | 0.2155 |
Hunter Lab | 7.3750 | 0.0742 | -6.4399 |
CIE-Lab | 4.9130 | 0.7922 | -11.2748 |
#061120 color RGB value is (6,17,32).
#061120 hex color red value is 6, green value is 17 and the blue value of its RGB is 32. Cylindrical-coordinate representations (also known as HSL) of color #061120 hue: 0.60 , saturation: 0.68 and the lightness value of 061120 is 0.07.
The process color (four color CMYK) of #061120 color hex is 0.81, 0.47, 0.00, 0.87. Web safe color of #061120 is #000033. Color #061120 contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 00000110 | 00010001 | 00100000 |
Octal | 6 | 21 | 40 |
Decimal | 6 | 17 | 32 |
Hex | 6 | 11 | 20 |
Shades of #061120
Tints of #061120
RGB Percentages of Color #061120
CMYK Percentages of Color #061120
Complementary Color
#061120 | #201506 |
#061120 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#061120 Color Preview on White Background
Lorem ipsum dolor sit amet.
#061120 Color CSS Codes
.mybgcolor {background-color:#061120; } .myforecolor {color:#061120; } .mybordercolor {border:3px solid #061120; }
#061120 Text Font Color
<p style="color:#061120">Text here</p>
This sample text font color is #061120
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.
#061120 Background Color
<div style="background-color:#061120">
Div content here</div>
This div background color is #061120
#061120 Border Color
<div style="border:3px solid #061120">
Div here</div>
This div border color is #061120
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(6,17,32, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #061120; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #061120; -webkit-box-shadow: 1px 1px 3px 2px #061120; box-shadow: 1px 1px 3px 2px #061120; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(6,17,32, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #061120">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #061120; -webkit-box-shadow: 1px 1px 3px 2px #061120; box-shadow: 1px 1px 3px 2px #061120;">
Div content here</div>
This div box has shadow with color #061120
Comments
No comments written yet.
Please login to write comment.