Color spaces of #6bc6eb
RGB | 107 | 198 | 235 |
---|---|---|---|
HSL | 0.55 | 0.76 | 0.67 |
HSV | 197° | 54° | 92° |
CMYK | 0.54 | 0.16 | 0.00 0.08 |
XYZ | 41.2529 | 49.5121 | 85.9798 |
Yxy | 49.5121 | 0.2334 | 0.2801 |
Hunter Lab | 70.3648 | -18.4890 | -23.1919 |
CIE-Lab | 75.7688 | -16.9889 | -26.6376 |
#6bc6eb color RGB value is (107,198,235).
#6bc6eb hex color red value is 107, green value is 198 and the blue value of its RGB is 235. Cylindrical-coordinate representations (also known as HSL) of color #6bc6eb hue: 0.55 , saturation: 0.76 and the lightness value of 6bc6eb is 0.67.
The process color (four color CMYK) of #6bc6eb color hex is 0.54, 0.16, 0.00, 0.08. Web safe color of #6bc6eb is #66ccff. Color #6bc6eb contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 01101011 | 11000110 | 11101011 |
Octal | 153 | 306 | 353 |
Decimal | 107 | 198 | 235 |
Hex | 6B | C6 | EB |
Shades of #6bc6eb
Tints of #6bc6eb
RGB Percentages of Color #6bc6eb
CMYK Percentages of Color #6bc6eb
Complementary Color
#6bc6eb | #eb906b |
#6bc6eb Color Preview on Black Background
Lorem ipsum dolor sit amet.
#6bc6eb Color Preview on White Background
Lorem ipsum dolor sit amet.
#6bc6eb Color CSS Codes
.mybgcolor {background-color:#6bc6eb; } .myforecolor {color:#6bc6eb; } .mybordercolor {border:3px solid #6bc6eb; }
#6bc6eb Text Font Color
<p style="color:#6bc6eb">Text here</p>
This sample text font color is #6bc6eb
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.
#6bc6eb Background Color
<div style="background-color:#6bc6eb">
Div content here</div>
This div background color is #6bc6eb
#6bc6eb Border Color
<div style="border:3px solid #6bc6eb">
Div here</div>
This div border color is #6bc6eb
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(107,198,235, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #6bc6eb; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #6bc6eb; -webkit-box-shadow: 1px 1px 3px 2px #6bc6eb; box-shadow: 1px 1px 3px 2px #6bc6eb; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(107,198,235, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #6bc6eb">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #6bc6eb; -webkit-box-shadow: 1px 1px 3px 2px #6bc6eb; box-shadow: 1px 1px 3px 2px #6bc6eb;">
Div content here</div>
This div box has shadow with color #6bc6eb
Comments
No comments written yet.
Please login to write comment.