Color spaces of #6559af
RGB | 101 | 89 | 175 |
---|---|---|---|
HSL | 0.69 | 0.35 | 0.52 |
HSV | 248° | 49° | 69° |
CMYK | 0.42 | 0.49 | 0.00 0.31 |
XYZ | 16.6771 | 13.0066 | 42.1890 |
Yxy | 13.0066 | 0.2320 | 0.1810 |
Hunter Lab | 36.0647 | 19.4292 | -44.1131 |
CIE-Lab | 42.7732 | 26.5852 | -44.4732 |
#6559af color RGB value is (101,89,175).
#6559af hex color red value is 101, green value is 89 and the blue value of its RGB is 175. Cylindrical-coordinate representations (also known as HSL) of color #6559af hue: 0.69 , saturation: 0.35 and the lightness value of 6559af is 0.52.
The process color (four color CMYK) of #6559af color hex is 0.42, 0.49, 0.00, 0.31. Web safe color of #6559af is #666699. Color #6559af contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 01100101 | 01011001 | 10101111 |
Octal | 145 | 131 | 257 |
Decimal | 101 | 89 | 175 |
Hex | 65 | 59 | AF |
Shades of #6559af
Tints of #6559af
RGB Percentages of Color #6559af
CMYK Percentages of Color #6559af
Complementary Color
#6559af | #a3af59 |
#6559af Color Preview on Black Background
Lorem ipsum dolor sit amet.
#6559af Color Preview on White Background
Lorem ipsum dolor sit amet.
#6559af Color CSS Codes
.mybgcolor {background-color:#6559af; } .myforecolor {color:#6559af; } .mybordercolor {border:3px solid #6559af; }
#6559af Text Font Color
<p style="color:#6559af">Text here</p>
This sample text font color is #6559af
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.
#6559af Background Color
<div style="background-color:#6559af">
Div content here</div>
This div background color is #6559af
#6559af Border Color
<div style="border:3px solid #6559af">
Div here</div>
This div border color is #6559af
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(101,89,175, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #6559af; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #6559af; -webkit-box-shadow: 1px 1px 3px 2px #6559af; box-shadow: 1px 1px 3px 2px #6559af; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(101,89,175, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #6559af">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #6559af; -webkit-box-shadow: 1px 1px 3px 2px #6559af; box-shadow: 1px 1px 3px 2px #6559af;">
Div content here</div>
This div box has shadow with color #6559af
Comments
No comments written yet.
Please login to write comment.