Color spaces of #6bbcbf
RGB | 107 | 188 | 191 |
---|---|---|---|
HSL | 0.51 | 0.40 | 0.58 |
HSV | 182° | 44° | 75° |
CMYK | 0.44 | 0.02 | 0.00 0.25 |
XYZ | 33.4506 | 42.8538 | 55.7988 |
Yxy | 42.8538 | 0.2532 | 0.3244 |
Hunter Lab | 65.4628 | -23.3489 | -4.7133 |
CIE-Lab | 71.4556 | -23.9500 | -9.2629 |
#6bbcbf color RGB value is (107,188,191).
#6bbcbf hex color red value is 107, green value is 188 and the blue value of its RGB is 191. Cylindrical-coordinate representations (also known as HSL) of color #6bbcbf hue: 0.51 , saturation: 0.40 and the lightness value of 6bbcbf is 0.58.
The process color (four color CMYK) of #6bbcbf color hex is 0.44, 0.02, 0.00, 0.25. Web safe color of #6bbcbf is #66cccc. Color #6bbcbf contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 01101011 | 10111100 | 10111111 |
Octal | 153 | 274 | 277 |
Decimal | 107 | 188 | 191 |
Hex | 6B | BC | BF |
Shades of #6bbcbf
Tints of #6bbcbf
RGB Percentages of Color #6bbcbf
CMYK Percentages of Color #6bbcbf
Complementary Color
#6bbcbf | #bf6e6b |
#6bbcbf Color Preview on Black Background
Lorem ipsum dolor sit amet.
#6bbcbf Color Preview on White Background
Lorem ipsum dolor sit amet.
#6bbcbf Color CSS Codes
.mybgcolor {background-color:#6bbcbf; } .myforecolor {color:#6bbcbf; } .mybordercolor {border:3px solid #6bbcbf; }
#6bbcbf Text Font Color
<p style="color:#6bbcbf">Text here</p>
This sample text font color is #6bbcbf
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.
#6bbcbf Background Color
<div style="background-color:#6bbcbf">
Div content here</div>
This div background color is #6bbcbf
#6bbcbf Border Color
<div style="border:3px solid #6bbcbf">
Div here</div>
This div border color is #6bbcbf
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(107,188,191, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #6bbcbf; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #6bbcbf; -webkit-box-shadow: 1px 1px 3px 2px #6bbcbf; box-shadow: 1px 1px 3px 2px #6bbcbf; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(107,188,191, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #6bbcbf">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #6bbcbf; -webkit-box-shadow: 1px 1px 3px 2px #6bbcbf; box-shadow: 1px 1px 3px 2px #6bbcbf;">
Div content here</div>
This div box has shadow with color #6bbcbf
Comments
No comments written yet.
Please login to write comment.