Color spaces of #006975
RGB | 0 | 105 | 117 |
---|---|---|---|
HSL | 0.52 | 1.00 | 0.23 |
HSV | 186° | 100° | 46° |
CMYK | 1.00 | 0.10 | 0.00 0.54 |
XYZ | 8.2625 | 11.3875 | 18.5922 |
Yxy | 11.3875 | 0.2161 | 0.2978 |
Hunter Lab | 33.7454 | -15.3490 | -9.0444 |
CIE-Lab | 40.2256 | -20.8582 | -14.0160 |
#006975 color RGB value is (0,105,117).
#006975 hex color red value is 0, green value is 105 and the blue value of its RGB is 117. Cylindrical-coordinate representations (also known as HSL) of color #006975 hue: 0.52 , saturation: 1.00 and the lightness value of 006975 is 0.23.
The process color (four color CMYK) of #006975 color hex is 1.00, 0.10, 0.00, 0.54. Web safe color of #006975 is #006666. Color #006975 contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 00000000 | 01101001 | 01110101 |
Octal | 0 | 151 | 165 |
Decimal | 0 | 105 | 117 |
Hex | 0 | 69 | 75 |
Shades of #006975
Tints of #006975
RGB Percentages of Color #006975
CMYK Percentages of Color #006975
Complementary Color
#006975 | #750c00 |
#006975 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#006975 Color Preview on White Background
Lorem ipsum dolor sit amet.
#006975 Color CSS Codes
.mybgcolor {background-color:#006975; } .myforecolor {color:#006975; } .mybordercolor {border:3px solid #006975; }
#006975 Text Font Color
<p style="color:#006975">Text here</p>
This sample text font color is #006975
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.
#006975 Background Color
<div style="background-color:#006975">
Div content here</div>
This div background color is #006975
#006975 Border Color
<div style="border:3px solid #006975">
Div here</div>
This div border color is #006975
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(0,105,117, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #006975; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #006975; -webkit-box-shadow: 1px 1px 3px 2px #006975; box-shadow: 1px 1px 3px 2px #006975; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(0,105,117, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #006975">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #006975; -webkit-box-shadow: 1px 1px 3px 2px #006975; box-shadow: 1px 1px 3px 2px #006975;">
Div content here</div>
This div box has shadow with color #006975
Comments
No comments written yet.
Please login to write comment.