Color spaces of #6dbbaf
RGB | 109 | 187 | 175 |
---|---|---|---|
HSL | 0.47 | 0.36 | 0.58 |
HSV | 171° | 42° | 73° |
CMYK | 0.42 | 0.00 | 0.06 0.27 |
XYZ | 31.8149 | 41.8870 | 46.9656 |
Yxy | 41.8870 | 0.2637 | 0.3471 |
Hunter Lab | 64.7202 | -25.5139 | 2.2790 |
CIE-Lab | 70.7929 | -26.9440 | -1.4705 |
#6dbbaf color RGB value is (109,187,175).
#6dbbaf hex color red value is 109, green value is 187 and the blue value of its RGB is 175. Cylindrical-coordinate representations (also known as HSL) of color #6dbbaf hue: 0.47 , saturation: 0.36 and the lightness value of 6dbbaf is 0.58.
The process color (four color CMYK) of #6dbbaf color hex is 0.42, 0.00, 0.06, 0.27. Web safe color of #6dbbaf is #66cc99. Color #6dbbaf contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 01101101 | 10111011 | 10101111 |
Octal | 155 | 273 | 257 |
Decimal | 109 | 187 | 175 |
Hex | 6D | BB | AF |
Shades of #6dbbaf
Tints of #6dbbaf
RGB Percentages of Color #6dbbaf
CMYK Percentages of Color #6dbbaf
Complementary Color
#6dbbaf | #bb6d79 |
#6dbbaf Color Preview on Black Background
Lorem ipsum dolor sit amet.
#6dbbaf Color Preview on White Background
Lorem ipsum dolor sit amet.
#6dbbaf Color CSS Codes
.mybgcolor {background-color:#6dbbaf; } .myforecolor {color:#6dbbaf; } .mybordercolor {border:3px solid #6dbbaf; }
#6dbbaf Text Font Color
<p style="color:#6dbbaf">Text here</p>
This sample text font color is #6dbbaf
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.
#6dbbaf Background Color
<div style="background-color:#6dbbaf">
Div content here</div>
This div background color is #6dbbaf
#6dbbaf Border Color
<div style="border:3px solid #6dbbaf">
Div here</div>
This div border color is #6dbbaf
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(109,187,175, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #6dbbaf; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #6dbbaf; -webkit-box-shadow: 1px 1px 3px 2px #6dbbaf; box-shadow: 1px 1px 3px 2px #6dbbaf; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(109,187,175, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #6dbbaf">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #6dbbaf; -webkit-box-shadow: 1px 1px 3px 2px #6dbbaf; box-shadow: 1px 1px 3px 2px #6dbbaf;">
Div content here</div>
This div box has shadow with color #6dbbaf
Comments
No comments written yet.
Please login to write comment.