Color spaces of #6eaffb
RGB | 110 | 175 | 251 |
---|---|---|---|
HSL | 0.59 | 0.95 | 0.71 |
HSV | 212° | 56° | 98° |
CMYK | 0.56 | 0.30 | 0.00 0.02 |
XYZ | 39.1730 | 40.9400 | 97.1044 |
Yxy | 40.9400 | 0.2210 | 0.2310 |
Hunter Lab | 63.9844 | -2.6900 | -45.1910 |
CIE-Lab | 70.1339 | 0.8275 | -44.0047 |
#6eaffb color RGB value is (110,175,251).
#6eaffb hex color red value is 110, green value is 175 and the blue value of its RGB is 251. Cylindrical-coordinate representations (also known as HSL) of color #6eaffb hue: 0.59 , saturation: 0.95 and the lightness value of 6eaffb is 0.71.
The process color (four color CMYK) of #6eaffb color hex is 0.56, 0.30, 0.00, 0.02. Web safe color of #6eaffb is #6699ff. Color #6eaffb contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 01101110 | 10101111 | 11111011 |
Octal | 156 | 257 | 373 |
Decimal | 110 | 175 | 251 |
Hex | 6E | AF | FB |
Shades of #6eaffb
Tints of #6eaffb
RGB Percentages of Color #6eaffb
CMYK Percentages of Color #6eaffb
Complementary Color
#6eaffb | #fbba6e |
#6eaffb Color Preview on Black Background
Lorem ipsum dolor sit amet.
#6eaffb Color Preview on White Background
Lorem ipsum dolor sit amet.
#6eaffb Color CSS Codes
.mybgcolor {background-color:#6eaffb; } .myforecolor {color:#6eaffb; } .mybordercolor {border:3px solid #6eaffb; }
#6eaffb Text Font Color
<p style="color:#6eaffb">Text here</p>
This sample text font color is #6eaffb
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.
#6eaffb Background Color
<div style="background-color:#6eaffb">
Div content here</div>
This div background color is #6eaffb
#6eaffb Border Color
<div style="border:3px solid #6eaffb">
Div here</div>
This div border color is #6eaffb
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(110,175,251, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #6eaffb; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #6eaffb; -webkit-box-shadow: 1px 1px 3px 2px #6eaffb; box-shadow: 1px 1px 3px 2px #6eaffb; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(110,175,251, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #6eaffb">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #6eaffb; -webkit-box-shadow: 1px 1px 3px 2px #6eaffb; box-shadow: 1px 1px 3px 2px #6eaffb;">
Div content here</div>
This div box has shadow with color #6eaffb
Comments
No comments written yet.
Please login to write comment.