Color spaces of #068465
RGB | 6 | 132 | 101 |
---|---|---|---|
HSL | 0.46 | 0.91 | 0.27 |
HSV | 165° | 95° | 52° |
CMYK | 0.95 | 0.00 | 0.23 0.48 |
XYZ | 10.6753 | 17.4808 | 15.1234 |
Yxy | 17.4808 | 0.2467 | 0.4039 |
Hunter Lab | 41.8100 | -27.5914 | 7.8208 |
CIE-Lab | 48.8602 | -38.3292 | 8.2518 |
#068465 color RGB value is (6,132,101).
#068465 hex color red value is 6, green value is 132 and the blue value of its RGB is 101. Cylindrical-coordinate representations (also known as HSL) of color #068465 hue: 0.46 , saturation: 0.91 and the lightness value of 068465 is 0.27.
The process color (four color CMYK) of #068465 color hex is 0.95, 0.00, 0.23, 0.48. Web safe color of #068465 is #009966. Color #068465 contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 00000110 | 10000100 | 01100101 |
Octal | 6 | 204 | 145 |
Decimal | 6 | 132 | 101 |
Hex | 6 | 84 | 65 |
Shades of #068465
Tints of #068465
RGB Percentages of Color #068465
CMYK Percentages of Color #068465
Complementary Color
#068465 | #840625 |
#068465 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#068465 Color Preview on White Background
Lorem ipsum dolor sit amet.
#068465 Color CSS Codes
.mybgcolor {background-color:#068465; } .myforecolor {color:#068465; } .mybordercolor {border:3px solid #068465; }
#068465 Text Font Color
<p style="color:#068465">Text here</p>
This sample text font color is #068465
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.
#068465 Background Color
<div style="background-color:#068465">
Div content here</div>
This div background color is #068465
#068465 Border Color
<div style="border:3px solid #068465">
Div here</div>
This div border color is #068465
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(6,132,101, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #068465; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #068465; -webkit-box-shadow: 1px 1px 3px 2px #068465; box-shadow: 1px 1px 3px 2px #068465; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(6,132,101, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #068465">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #068465; -webkit-box-shadow: 1px 1px 3px 2px #068465; box-shadow: 1px 1px 3px 2px #068465;">
Div content here</div>
This div box has shadow with color #068465
Comments
No comments written yet.
Please login to write comment.