Color spaces of #6daaed
RGB | 109 | 170 | 237 |
---|---|---|---|
HSL | 0.59 | 0.78 | 0.68 |
HSV | 211° | 54° | 93° |
CMYK | 0.54 | 0.28 | 0.00 0.07 |
XYZ | 35.9675 | 38.1151 | 85.5820 |
Yxy | 38.1151 | 0.2253 | 0.2387 |
Hunter Lab | 61.7374 | -4.0485 | -38.9731 |
CIE-Lab | 68.1054 | -0.8685 | -39.5649 |
#6daaed color RGB value is (109,170,237).
#6daaed hex color red value is 109, green value is 170 and the blue value of its RGB is 237. Cylindrical-coordinate representations (also known as HSL) of color #6daaed hue: 0.59 , saturation: 0.78 and the lightness value of 6daaed is 0.68.
The process color (four color CMYK) of #6daaed color hex is 0.54, 0.28, 0.00, 0.07. Web safe color of #6daaed is #6699ff. Color #6daaed contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 01101101 | 10101010 | 11101101 |
Octal | 155 | 252 | 355 |
Decimal | 109 | 170 | 237 |
Hex | 6D | AA | ED |
Shades of #6daaed
Tints of #6daaed
RGB Percentages of Color #6daaed
CMYK Percentages of Color #6daaed
Complementary Color
#6daaed | #edb06d |
#6daaed Color Preview on Black Background
Lorem ipsum dolor sit amet.
#6daaed Color Preview on White Background
Lorem ipsum dolor sit amet.
#6daaed Color CSS Codes
.mybgcolor {background-color:#6daaed; } .myforecolor {color:#6daaed; } .mybordercolor {border:3px solid #6daaed; }
#6daaed Text Font Color
<p style="color:#6daaed">Text here</p>
This sample text font color is #6daaed
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.
#6daaed Background Color
<div style="background-color:#6daaed">
Div content here</div>
This div background color is #6daaed
#6daaed Border Color
<div style="border:3px solid #6daaed">
Div here</div>
This div border color is #6daaed
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(109,170,237, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #6daaed; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #6daaed; -webkit-box-shadow: 1px 1px 3px 2px #6daaed; box-shadow: 1px 1px 3px 2px #6daaed; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(109,170,237, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #6daaed">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #6daaed; -webkit-box-shadow: 1px 1px 3px 2px #6daaed; box-shadow: 1px 1px 3px 2px #6daaed;">
Div content here</div>
This div box has shadow with color #6daaed
Comments
No comments written yet.
Please login to write comment.