Color spaces of #6d50aa
RGB | 109 | 80 | 170 |
---|---|---|---|
HSL | 0.72 | 0.36 | 0.49 |
HSV | 259° | 53° | 67° |
CMYK | 0.36 | 0.53 | 0.00 0.33 |
XYZ | 16.4310 | 11.8908 | 39.4594 |
Yxy | 11.8908 | 0.2424 | 0.1754 |
Hunter Lab | 34.4830 | 24.7091 | -43.7082 |
CIE-Lab | 41.0420 | 32.6634 | -44.2431 |
#6d50aa color RGB value is (109,80,170).
#6d50aa hex color red value is 109, green value is 80 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #6d50aa hue: 0.72 , saturation: 0.36 and the lightness value of 6d50aa is 0.49.
The process color (four color CMYK) of #6d50aa color hex is 0.36, 0.53, 0.00, 0.33. Web safe color of #6d50aa is #666699. Color #6d50aa contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 01101101 | 01010000 | 10101010 |
Octal | 155 | 120 | 252 |
Decimal | 109 | 80 | 170 |
Hex | 6D | 50 | AA |
Shades of #6d50aa
Tints of #6d50aa
RGB Percentages of Color #6d50aa
CMYK Percentages of Color #6d50aa
Complementary Color
#6d50aa | #8daa50 |
#6d50aa Color Preview on Black Background
Lorem ipsum dolor sit amet.
#6d50aa Color Preview on White Background
Lorem ipsum dolor sit amet.
#6d50aa Color CSS Codes
.mybgcolor {background-color:#6d50aa; } .myforecolor {color:#6d50aa; } .mybordercolor {border:3px solid #6d50aa; }
#6d50aa Text Font Color
<p style="color:#6d50aa">Text here</p>
This sample text font color is #6d50aa
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.
#6d50aa Background Color
<div style="background-color:#6d50aa">
Div content here</div>
This div background color is #6d50aa
#6d50aa Border Color
<div style="border:3px solid #6d50aa">
Div here</div>
This div border color is #6d50aa
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(109,80,170, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #6d50aa; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #6d50aa; -webkit-box-shadow: 1px 1px 3px 2px #6d50aa; box-shadow: 1px 1px 3px 2px #6d50aa; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(109,80,170, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #6d50aa">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #6d50aa; -webkit-box-shadow: 1px 1px 3px 2px #6d50aa; box-shadow: 1px 1px 3px 2px #6d50aa;">
Div content here</div>
This div box has shadow with color #6d50aa
Comments
No comments written yet.
Please login to write comment.