Color spaces of #61afff
RGB | 97 | 175 | 255 |
---|---|---|---|
HSL | 0.58 | 1.00 | 0.69 |
HSV | 210° | 62° | 100° |
CMYK | 0.62 | 0.31 | 0.00 0.00 |
XYZ | 38.3097 | 40.4213 | 100.3907 |
Yxy | 40.4213 | 0.2139 | 0.2257 |
Hunter Lab | 63.5777 | -3.7033 | -49.1158 |
CIE-Lab | 69.7686 | -0.3517 | -46.7822 |
#61afff color RGB value is (97,175,255).
#61afff hex color red value is 97, green value is 175 and the blue value of its RGB is 255. Cylindrical-coordinate representations (also known as HSL) of color #61afff hue: 0.58 , saturation: 1.00 and the lightness value of 61afff is 0.69.
The process color (four color CMYK) of #61afff color hex is 0.62, 0.31, 0.00, 0.00. Web safe color of #61afff is #6699ff. Color #61afff contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 01100001 | 10101111 | 11111111 |
Octal | 141 | 257 | 377 |
Decimal | 97 | 175 | 255 |
Hex | 61 | AF | FF |
Shades of #61afff
Tints of #61afff
RGB Percentages of Color #61afff
CMYK Percentages of Color #61afff
Complementary Color
#61afff | #ffb161 |
#61afff Color Preview on Black Background
Lorem ipsum dolor sit amet.
#61afff Color Preview on White Background
Lorem ipsum dolor sit amet.
#61afff Color CSS Codes
.mybgcolor {background-color:#61afff; } .myforecolor {color:#61afff; } .mybordercolor {border:3px solid #61afff; }
#61afff Text Font Color
<p style="color:#61afff">Text here</p>
This sample text font color is #61afff
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.
#61afff Background Color
<div style="background-color:#61afff">
Div content here</div>
This div background color is #61afff
#61afff Border Color
<div style="border:3px solid #61afff">
Div here</div>
This div border color is #61afff
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(97,175,255, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #61afff; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #61afff; -webkit-box-shadow: 1px 1px 3px 2px #61afff; box-shadow: 1px 1px 3px 2px #61afff; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(97,175,255, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #61afff">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #61afff; -webkit-box-shadow: 1px 1px 3px 2px #61afff; box-shadow: 1px 1px 3px 2px #61afff;">
Div content here</div>
This div box has shadow with color #61afff
Comments
No comments written yet.
Please login to write comment.