Color spaces of #062705
RGB | 6 | 39 | 5 |
---|---|---|---|
HSL | 0.33 | 0.77 | 0.09 |
HSV | 118° | 87° | 15° |
CMYK | 0.85 | 0.00 | 0.87 0.85 |
XYZ | 0.8280 | 1.5007 | 0.3896 |
Yxy | 1.5007 | 0.3046 | 0.5521 |
Hunter Lab | 12.2503 | -9.3732 | 6.6896 |
CIE-Lab | 12.6125 | -20.4461 | 16.1731 |
#062705 color RGB value is (6,39,5).
#062705 hex color red value is 6, green value is 39 and the blue value of its RGB is 5. Cylindrical-coordinate representations (also known as HSL) of color #062705 hue: 0.33 , saturation: 0.77 and the lightness value of 062705 is 0.09.
The process color (four color CMYK) of #062705 color hex is 0.85, 0.00, 0.87, 0.85. Web safe color of #062705 is #003300. Color #062705 contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 00000110 | 00100111 | 00000101 |
Octal | 6 | 47 | 5 |
Decimal | 6 | 39 | 5 |
Hex | 6 | 27 | 5 |
Shades of #062705
Tints of #062705
RGB Percentages of Color #062705
CMYK Percentages of Color #062705
Complementary Color
#062705 | #260527 |
#062705 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#062705 Color Preview on White Background
Lorem ipsum dolor sit amet.
#062705 Color CSS Codes
.mybgcolor {background-color:#062705; } .myforecolor {color:#062705; } .mybordercolor {border:3px solid #062705; }
#062705 Text Font Color
<p style="color:#062705">Text here</p>
This sample text font color is #062705
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.
#062705 Background Color
<div style="background-color:#062705">
Div content here</div>
This div background color is #062705
#062705 Border Color
<div style="border:3px solid #062705">
Div here</div>
This div border color is #062705
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(6,39,5, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #062705; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #062705; -webkit-box-shadow: 1px 1px 3px 2px #062705; box-shadow: 1px 1px 3px 2px #062705; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(6,39,5, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #062705">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #062705; -webkit-box-shadow: 1px 1px 3px 2px #062705; box-shadow: 1px 1px 3px 2px #062705;">
Div content here</div>
This div box has shadow with color #062705
Comments
No comments written yet.
Please login to write comment.