Color spaces of #6944aa
RGB | 105 | 68 | 170 |
---|---|---|---|
HSL | 0.73 | 0.43 | 0.47 |
HSV | 262° | 60° | 67° |
CMYK | 0.38 | 0.60 | 0.00 0.33 |
XYZ | 15.1485 | 10.0398 | 39.1697 |
Yxy | 10.0398 | 0.2354 | 0.1560 |
Hunter Lab | 31.6856 | 29.8887 | -51.1142 |
CIE-Lab | 37.9138 | 38.7032 | -49.2869 |
#6944aa color RGB value is (105,68,170).
#6944aa hex color red value is 105, green value is 68 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #6944aa hue: 0.73 , saturation: 0.43 and the lightness value of 6944aa is 0.47.
The process color (four color CMYK) of #6944aa color hex is 0.38, 0.60, 0.00, 0.33. Web safe color of #6944aa is #663399. Color #6944aa contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 01101001 | 01000100 | 10101010 |
Octal | 151 | 104 | 252 |
Decimal | 105 | 68 | 170 |
Hex | 69 | 44 | AA |
Shades of #6944aa
Tints of #6944aa
RGB Percentages of Color #6944aa
CMYK Percentages of Color #6944aa
Complementary Color
#6944aa | #85aa44 |
#6944aa Color Preview on Black Background
Lorem ipsum dolor sit amet.
#6944aa Color Preview on White Background
Lorem ipsum dolor sit amet.
#6944aa Color CSS Codes
.mybgcolor {background-color:#6944aa; } .myforecolor {color:#6944aa; } .mybordercolor {border:3px solid #6944aa; }
#6944aa Text Font Color
<p style="color:#6944aa">Text here</p>
This sample text font color is #6944aa
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.
#6944aa Background Color
<div style="background-color:#6944aa">
Div content here</div>
This div background color is #6944aa
#6944aa Border Color
<div style="border:3px solid #6944aa">
Div here</div>
This div border color is #6944aa
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(105,68,170, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #6944aa; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #6944aa; -webkit-box-shadow: 1px 1px 3px 2px #6944aa; box-shadow: 1px 1px 3px 2px #6944aa; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(105,68,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 #6944aa">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #6944aa; -webkit-box-shadow: 1px 1px 3px 2px #6944aa; box-shadow: 1px 1px 3px 2px #6944aa;">
Div content here</div>
This div box has shadow with color #6944aa
Comments
No comments written yet.
Please login to write comment.