Color spaces of #6dbdda
RGB | 109 | 189 | 218 |
---|---|---|---|
HSL | 0.54 | 0.60 | 0.64 |
HSV | 196° | 50° | 85° |
CMYK | 0.50 | 0.13 | 0.00 0.15 |
XYZ | 37.1592 | 44.7084 | 73.0007 |
Yxy | 44.7084 | 0.2399 | 0.2887 |
Hunter Lab | 66.8643 | -17.8130 | -17.9262 |
CIE-Lab | 72.6995 | -16.7199 | -22.1159 |
#6dbdda color RGB value is (109,189,218).
#6dbdda hex color red value is 109, green value is 189 and the blue value of its RGB is 218. Cylindrical-coordinate representations (also known as HSL) of color #6dbdda hue: 0.54 , saturation: 0.60 and the lightness value of 6dbdda is 0.64.
The process color (four color CMYK) of #6dbdda color hex is 0.50, 0.13, 0.00, 0.15. Web safe color of #6dbdda is #66cccc. Color #6dbdda contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 01101101 | 10111101 | 11011010 |
Octal | 155 | 275 | 332 |
Decimal | 109 | 189 | 218 |
Hex | 6D | BD | DA |
Shades of #6dbdda
Tints of #6dbdda
RGB Percentages of Color #6dbdda
CMYK Percentages of Color #6dbdda
Complementary Color
#6dbdda | #da8a6d |
#6dbdda Color Preview on Black Background
Lorem ipsum dolor sit amet.
#6dbdda Color Preview on White Background
Lorem ipsum dolor sit amet.
#6dbdda Color CSS Codes
.mybgcolor {background-color:#6dbdda; } .myforecolor {color:#6dbdda; } .mybordercolor {border:3px solid #6dbdda; }
#6dbdda Text Font Color
<p style="color:#6dbdda">Text here</p>
This sample text font color is #6dbdda
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.
#6dbdda Background Color
<div style="background-color:#6dbdda">
Div content here</div>
This div background color is #6dbdda
#6dbdda Border Color
<div style="border:3px solid #6dbdda">
Div here</div>
This div border color is #6dbdda
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(109,189,218, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #6dbdda; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #6dbdda; -webkit-box-shadow: 1px 1px 3px 2px #6dbdda; box-shadow: 1px 1px 3px 2px #6dbdda; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(109,189,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 #6dbdda">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #6dbdda; -webkit-box-shadow: 1px 1px 3px 2px #6dbdda; box-shadow: 1px 1px 3px 2px #6dbdda;">
Div content here</div>
This div box has shadow with color #6dbdda
Comments
No comments written yet.
Please login to write comment.