Color spaces of #694680
RGB | 105 | 70 | 128 |
---|---|---|---|
HSL | 0.77 | 0.29 | 0.39 |
HSV | 276° | 45° | 50° |
CMYK | 0.18 | 0.45 | 0.00 0.50 |
XYZ | 11.9121 | 8.9421 | 21.5202 |
Yxy | 8.9421 | 0.2811 | 0.2110 |
Hunter Lab | 29.9033 | 18.7752 | -21.7362 |
CIE-Lab | 35.8726 | 26.6301 | -27.0644 |
#694680 color RGB value is (105,70,128).
#694680 hex color red value is 105, green value is 70 and the blue value of its RGB is 128. Cylindrical-coordinate representations (also known as HSL) of color #694680 hue: 0.77 , saturation: 0.29 and the lightness value of 694680 is 0.39.
The process color (four color CMYK) of #694680 color hex is 0.18, 0.45, 0.00, 0.50. Web safe color of #694680 is #663399. Color #694680 contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 01101001 | 01000110 | 10000000 |
Octal | 151 | 106 | 200 |
Decimal | 105 | 70 | 128 |
Hex | 69 | 46 | 80 |
Shades of #694680
Tints of #694680
RGB Percentages of Color #694680
CMYK Percentages of Color #694680
Complementary Color
#694680 | #5d8046 |
#694680 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#694680 Color Preview on White Background
Lorem ipsum dolor sit amet.
#694680 Color CSS Codes
.mybgcolor {background-color:#694680; } .myforecolor {color:#694680; } .mybordercolor {border:3px solid #694680; }
#694680 Text Font Color
<p style="color:#694680">Text here</p>
This sample text font color is #694680
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.
#694680 Background Color
<div style="background-color:#694680">
Div content here</div>
This div background color is #694680
#694680 Border Color
<div style="border:3px solid #694680">
Div here</div>
This div border color is #694680
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(105,70,128, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #694680; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #694680; -webkit-box-shadow: 1px 1px 3px 2px #694680; box-shadow: 1px 1px 3px 2px #694680; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(105,70,128, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #694680">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #694680; -webkit-box-shadow: 1px 1px 3px 2px #694680; box-shadow: 1px 1px 3px 2px #694680;">
Div content here</div>
This div box has shadow with color #694680
#694680 Color Palettes
Comments
No comments written yet.
Please login to write comment.