Color spaces of #6113bb
RGB | 97 | 19 | 187 |
---|---|---|---|
HSL | 0.74 | 0.82 | 0.40 |
HSV | 268° | 90° | 73° |
CMYK | 0.48 | 0.90 | 0.00 0.27 |
XYZ | 14.1323 | 6.5950 | 47.5418 |
Yxy | 6.5950 | 0.2070 | 0.0966 |
Hunter Lab | 25.6807 | 53.2886 | -91.7849 |
CIE-Lab | 30.8665 | 62.8765 | -70.9246 |
#6113bb color RGB value is (97,19,187).
#6113bb hex color red value is 97, green value is 19 and the blue value of its RGB is 187. Cylindrical-coordinate representations (also known as HSL) of color #6113bb hue: 0.74 , saturation: 0.82 and the lightness value of 6113bb is 0.40.
The process color (four color CMYK) of #6113bb color hex is 0.48, 0.90, 0.00, 0.27. Web safe color of #6113bb is #6600cc. Color #6113bb contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 01100001 | 00010011 | 10111011 |
Octal | 141 | 23 | 273 |
Decimal | 97 | 19 | 187 |
Hex | 61 | 13 | BB |
Shades of #6113bb
Tints of #6113bb
RGB Percentages of Color #6113bb
CMYK Percentages of Color #6113bb
Complementary Color
#6113bb | #6dbb13 |
#6113bb Color Preview on Black Background
Lorem ipsum dolor sit amet.
#6113bb Color Preview on White Background
Lorem ipsum dolor sit amet.
#6113bb Color CSS Codes
.mybgcolor {background-color:#6113bb; } .myforecolor {color:#6113bb; } .mybordercolor {border:3px solid #6113bb; }
#6113bb Text Font Color
<p style="color:#6113bb">Text here</p>
This sample text font color is #6113bb
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.
#6113bb Background Color
<div style="background-color:#6113bb">
Div content here</div>
This div background color is #6113bb
#6113bb Border Color
<div style="border:3px solid #6113bb">
Div here</div>
This div border color is #6113bb
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(97,19,187, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #6113bb; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #6113bb; -webkit-box-shadow: 1px 1px 3px 2px #6113bb; box-shadow: 1px 1px 3px 2px #6113bb; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(97,19,187, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #6113bb">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #6113bb; -webkit-box-shadow: 1px 1px 3px 2px #6113bb; box-shadow: 1px 1px 3px 2px #6113bb;">
Div content here</div>
This div box has shadow with color #6113bb
Comments
No comments written yet.
Please login to write comment.