Color spaces of #06261e
RGB | 6 | 38 | 30 |
---|---|---|---|
HSL | 0.46 | 0.73 | 0.09 |
HSV | 165° | 84° | 15° |
CMYK | 0.84 | 0.00 | 0.21 0.85 |
XYZ | 1.0026 | 1.5187 | 1.4686 |
Yxy | 1.5187 | 0.2513 | 0.3806 |
Hunter Lab | 12.3236 | -7.0441 | 1.5609 |
CIE-Lab | 12.7265 | -14.1647 | 1.9206 |
#06261e color RGB value is (6,38,30).
#06261e hex color red value is 6, green value is 38 and the blue value of its RGB is 30. Cylindrical-coordinate representations (also known as HSL) of color #06261e hue: 0.46 , saturation: 0.73 and the lightness value of 06261e is 0.09.
The process color (four color CMYK) of #06261e color hex is 0.84, 0.00, 0.21, 0.85. Web safe color of #06261e is #003333. Color #06261e contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 00000110 | 00100110 | 00011110 |
Octal | 6 | 46 | 36 |
Decimal | 6 | 38 | 30 |
Hex | 6 | 26 | 1E |
Shades of #06261e
Tints of #06261e
RGB Percentages of Color #06261e
CMYK Percentages of Color #06261e
Complementary Color
#06261e | #26060e |
#06261e Color Preview on Black Background
Lorem ipsum dolor sit amet.
#06261e Color Preview on White Background
Lorem ipsum dolor sit amet.
#06261e Color CSS Codes
.mybgcolor {background-color:#06261e; } .myforecolor {color:#06261e; } .mybordercolor {border:3px solid #06261e; }
#06261e Text Font Color
<p style="color:#06261e">Text here</p>
This sample text font color is #06261e
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.
#06261e Background Color
<div style="background-color:#06261e">
Div content here</div>
This div background color is #06261e
#06261e Border Color
<div style="border:3px solid #06261e">
Div here</div>
This div border color is #06261e
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(6,38,30, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #06261e; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #06261e; -webkit-box-shadow: 1px 1px 3px 2px #06261e; box-shadow: 1px 1px 3px 2px #06261e; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(6,38,30, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #06261e">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #06261e; -webkit-box-shadow: 1px 1px 3px 2px #06261e; box-shadow: 1px 1px 3px 2px #06261e;">
Div content here</div>
This div box has shadow with color #06261e
Comments
No comments written yet.
Please login to write comment.