Color spaces of #6cbfdb
RGB | 108 | 191 | 219 |
---|---|---|---|
HSL | 0.54 | 0.61 | 0.64 |
HSV | 195° | 51° | 86° |
CMYK | 0.51 | 0.13 | 0.00 0.14 |
XYZ | 37.6013 | 45.5642 | 73.8308 |
Yxy | 45.5642 | 0.2395 | 0.2902 |
Hunter Lab | 67.5013 | -18.6945 | -17.5987 |
CIE-Lab | 73.2619 | -17.6997 | -21.8073 |
#6cbfdb color RGB value is (108,191,219).
#6cbfdb hex color red value is 108, green value is 191 and the blue value of its RGB is 219. Cylindrical-coordinate representations (also known as HSL) of color #6cbfdb hue: 0.54 , saturation: 0.61 and the lightness value of 6cbfdb is 0.64.
The process color (four color CMYK) of #6cbfdb color hex is 0.51, 0.13, 0.00, 0.14. Web safe color of #6cbfdb is #66cccc. Color #6cbfdb contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 01101100 | 10111111 | 11011011 |
Octal | 154 | 277 | 333 |
Decimal | 108 | 191 | 219 |
Hex | 6C | BF | DB |
Shades of #6cbfdb
Tints of #6cbfdb
RGB Percentages of Color #6cbfdb
CMYK Percentages of Color #6cbfdb
Complementary Color
#6cbfdb | #db886c |
#6cbfdb Color Preview on Black Background
Lorem ipsum dolor sit amet.
#6cbfdb Color Preview on White Background
Lorem ipsum dolor sit amet.
#6cbfdb Color CSS Codes
.mybgcolor {background-color:#6cbfdb; } .myforecolor {color:#6cbfdb; } .mybordercolor {border:3px solid #6cbfdb; }
#6cbfdb Text Font Color
<p style="color:#6cbfdb">Text here</p>
This sample text font color is #6cbfdb
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.
#6cbfdb Background Color
<div style="background-color:#6cbfdb">
Div content here</div>
This div background color is #6cbfdb
#6cbfdb Border Color
<div style="border:3px solid #6cbfdb">
Div here</div>
This div border color is #6cbfdb
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(108,191,219, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #6cbfdb; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #6cbfdb; -webkit-box-shadow: 1px 1px 3px 2px #6cbfdb; box-shadow: 1px 1px 3px 2px #6cbfdb; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(108,191,219, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #6cbfdb">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #6cbfdb; -webkit-box-shadow: 1px 1px 3px 2px #6cbfdb; box-shadow: 1px 1px 3px 2px #6cbfdb;">
Div content here</div>
This div box has shadow with color #6cbfdb
Comments
No comments written yet.
Please login to write comment.