Color spaces of #6b518b
RGB | 107 | 81 | 139 |
---|---|---|---|
HSL | 0.74 | 0.26 | 0.43 |
HSV | 267° | 42° | 55° |
CMYK | 0.23 | 0.42 | 0.00 0.45 |
XYZ | 13.6660 | 10.8747 | 25.8049 |
Yxy | 10.8747 | 0.2714 | 0.2160 |
Hunter Lab | 32.9768 | 16.2632 | -23.3116 |
CIE-Lab | 39.3686 | 23.2836 | -28.3055 |
#6b518b color RGB value is (107,81,139).
#6b518b hex color red value is 107, green value is 81 and the blue value of its RGB is 139. Cylindrical-coordinate representations (also known as HSL) of color #6b518b hue: 0.74 , saturation: 0.26 and the lightness value of 6b518b is 0.43.
The process color (four color CMYK) of #6b518b color hex is 0.23, 0.42, 0.00, 0.45. Web safe color of #6b518b is #666699. Color #6b518b contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 01101011 | 01010001 | 10001011 |
Octal | 153 | 121 | 213 |
Decimal | 107 | 81 | 139 |
Hex | 6B | 51 | 8B |
Shades of #6b518b
Tints of #6b518b
RGB Percentages of Color #6b518b
CMYK Percentages of Color #6b518b
Complementary Color
#6b518b | #718b51 |
#6b518b Color Preview on Black Background
Lorem ipsum dolor sit amet.
#6b518b Color Preview on White Background
Lorem ipsum dolor sit amet.
#6b518b Color CSS Codes
.mybgcolor {background-color:#6b518b; } .myforecolor {color:#6b518b; } .mybordercolor {border:3px solid #6b518b; }
#6b518b Text Font Color
<p style="color:#6b518b">Text here</p>
This sample text font color is #6b518b
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.
#6b518b Background Color
<div style="background-color:#6b518b">
Div content here</div>
This div background color is #6b518b
#6b518b Border Color
<div style="border:3px solid #6b518b">
Div here</div>
This div border color is #6b518b
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(107,81,139, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #6b518b; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #6b518b; -webkit-box-shadow: 1px 1px 3px 2px #6b518b; box-shadow: 1px 1px 3px 2px #6b518b; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(107,81,139, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #6b518b">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #6b518b; -webkit-box-shadow: 1px 1px 3px 2px #6b518b; box-shadow: 1px 1px 3px 2px #6b518b;">
Div content here</div>
This div box has shadow with color #6b518b
Comments
No comments written yet.
Please login to write comment.