Color spaces of #619ffe
RGB | 97 | 159 | 254 |
---|---|---|---|
HSL | 0.60 | 0.99 | 0.69 |
HSV | 216° | 62° | 100° |
CMYK | 0.62 | 0.37 | 0.00 0.00 |
XYZ | 35.2173 | 34.4934 | 98.5677 |
Yxy | 34.4934 | 0.2093 | 0.2050 |
Hunter Lab | 58.7311 | 4.2557 | -58.3940 |
CIE-Lab | 65.3523 | 8.4659 | -53.2109 |
#619ffe color RGB value is (97,159,254).
#619ffe hex color red value is 97, green value is 159 and the blue value of its RGB is 254. Cylindrical-coordinate representations (also known as HSL) of color #619ffe hue: 0.60 , saturation: 0.99 and the lightness value of 619ffe is 0.69.
The process color (four color CMYK) of #619ffe color hex is 0.62, 0.37, 0.00, 0.00. Web safe color of #619ffe is #6699ff. Color #619ffe contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 01100001 | 10011111 | 11111110 |
Octal | 141 | 237 | 376 |
Decimal | 97 | 159 | 254 |
Hex | 61 | 9F | FE |
Shades of #619ffe
Tints of #619ffe
RGB Percentages of Color #619ffe
CMYK Percentages of Color #619ffe
Complementary Color
#619ffe | #fec061 |
#619ffe Color Preview on Black Background
Lorem ipsum dolor sit amet.
#619ffe Color Preview on White Background
Lorem ipsum dolor sit amet.
#619ffe Color CSS Codes
.mybgcolor {background-color:#619ffe; } .myforecolor {color:#619ffe; } .mybordercolor {border:3px solid #619ffe; }
#619ffe Text Font Color
<p style="color:#619ffe">Text here</p>
This sample text font color is #619ffe
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.
#619ffe Background Color
<div style="background-color:#619ffe">
Div content here</div>
This div background color is #619ffe
#619ffe Border Color
<div style="border:3px solid #619ffe">
Div here</div>
This div border color is #619ffe
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(97,159,254, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #619ffe; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #619ffe; -webkit-box-shadow: 1px 1px 3px 2px #619ffe; box-shadow: 1px 1px 3px 2px #619ffe; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(97,159,254, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #619ffe">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #619ffe; -webkit-box-shadow: 1px 1px 3px 2px #619ffe; box-shadow: 1px 1px 3px 2px #619ffe;">
Div content here</div>
This div box has shadow with color #619ffe
Comments
No comments written yet.
Please login to write comment.