Color spaces of #6cbfda
RGB | 108 | 191 | 218 |
---|---|---|---|
HSL | 0.54 | 0.60 | 0.64 |
HSV | 195° | 50° | 85° |
CMYK | 0.50 | 0.12 | 0.00 0.15 |
XYZ | 37.4700 | 45.5117 | 73.1394 |
Yxy | 45.5117 | 0.2400 | 0.2915 |
Hunter Lab | 67.4624 | -18.9165 | -17.0557 |
CIE-Lab | 73.2276 | -17.9796 | -21.3162 |
#6cbfda color RGB value is (108,191,218).
#6cbfda hex color red value is 108, green value is 191 and the blue value of its RGB is 218. Cylindrical-coordinate representations (also known as HSL) of color #6cbfda hue: 0.54 , saturation: 0.60 and the lightness value of 6cbfda is 0.64.
The process color (four color CMYK) of #6cbfda color hex is 0.50, 0.12, 0.00, 0.15. Web safe color of #6cbfda is #66cccc. Color #6cbfda contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 01101100 | 10111111 | 11011010 |
Octal | 154 | 277 | 332 |
Decimal | 108 | 191 | 218 |
Hex | 6C | BF | DA |
Shades of #6cbfda
Tints of #6cbfda
RGB Percentages of Color #6cbfda
CMYK Percentages of Color #6cbfda
Complementary Color
#6cbfda | #da876c |
#6cbfda Color Preview on Black Background
Lorem ipsum dolor sit amet.
#6cbfda Color Preview on White Background
Lorem ipsum dolor sit amet.
#6cbfda Color CSS Codes
.mybgcolor {background-color:#6cbfda; } .myforecolor {color:#6cbfda; } .mybordercolor {border:3px solid #6cbfda; }
#6cbfda Text Font Color
<p style="color:#6cbfda">Text here</p>
This sample text font color is #6cbfda
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.
#6cbfda Background Color
<div style="background-color:#6cbfda">
Div content here</div>
This div background color is #6cbfda
#6cbfda Border Color
<div style="border:3px solid #6cbfda">
Div here</div>
This div border color is #6cbfda
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(108,191,218, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #6cbfda; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #6cbfda; -webkit-box-shadow: 1px 1px 3px 2px #6cbfda; box-shadow: 1px 1px 3px 2px #6cbfda; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(108,191,218, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #6cbfda">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #6cbfda; -webkit-box-shadow: 1px 1px 3px 2px #6cbfda; box-shadow: 1px 1px 3px 2px #6cbfda;">
Div content here</div>
This div box has shadow with color #6cbfda
Comments
No comments written yet.
Please login to write comment.