Color spaces of #619afa
RGB | 97 | 154 | 250 |
---|---|---|---|
HSL | 0.60 | 0.94 | 0.68 |
HSV | 218° | 61° | 98° |
CMYK | 0.61 | 0.38 | 0.00 0.02 |
XYZ | 33.7407 | 32.5547 | 94.9478 |
Yxy | 32.5547 | 0.2093 | 0.2019 |
Hunter Lab | 57.0567 | 5.7073 | -58.7245 |
CIE-Lab | 63.7987 | 10.0715 | -53.4915 |
#619afa color RGB value is (97,154,250).
#619afa hex color red value is 97, green value is 154 and the blue value of its RGB is 250. Cylindrical-coordinate representations (also known as HSL) of color #619afa hue: 0.60 , saturation: 0.94 and the lightness value of 619afa is 0.68.
The process color (four color CMYK) of #619afa color hex is 0.61, 0.38, 0.00, 0.02. Web safe color of #619afa is #6699ff. Color #619afa contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 01100001 | 10011010 | 11111010 |
Octal | 141 | 232 | 372 |
Decimal | 97 | 154 | 250 |
Hex | 61 | 9A | FA |
Shades of #619afa
Tints of #619afa
RGB Percentages of Color #619afa
CMYK Percentages of Color #619afa
Complementary Color
#619afa | #fac161 |
#619afa Color Preview on Black Background
Lorem ipsum dolor sit amet.
#619afa Color Preview on White Background
Lorem ipsum dolor sit amet.
#619afa Color CSS Codes
.mybgcolor {background-color:#619afa; } .myforecolor {color:#619afa; } .mybordercolor {border:3px solid #619afa; }
#619afa Text Font Color
<p style="color:#619afa">Text here</p>
This sample text font color is #619afa
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.
#619afa Background Color
<div style="background-color:#619afa">
Div content here</div>
This div background color is #619afa
#619afa Border Color
<div style="border:3px solid #619afa">
Div here</div>
This div border color is #619afa
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(97,154,250, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #619afa; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #619afa; -webkit-box-shadow: 1px 1px 3px 2px #619afa; box-shadow: 1px 1px 3px 2px #619afa; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(97,154,250, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #619afa">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #619afa; -webkit-box-shadow: 1px 1px 3px 2px #619afa; box-shadow: 1px 1px 3px 2px #619afa;">
Div content here</div>
This div box has shadow with color #619afa
Comments
No comments written yet.
Please login to write comment.