Color spaces of #6740bb
RGB | 103 | 64 | 187 |
---|---|---|---|
HSL | 0.72 | 0.49 | 0.49 |
HSV | 259° | 66° | 73° |
CMYK | 0.45 | 0.66 | 0.00 0.27 |
XYZ | 16.3966 | 10.1382 | 48.1064 |
Yxy | 10.1382 | 0.2197 | 0.1358 |
Hunter Lab | 31.8405 | 36.1994 | -67.2901 |
CIE-Lab | 38.0893 | 45.1960 | -59.0698 |
#6740bb color RGB value is (103,64,187).
#6740bb hex color red value is 103, green value is 64 and the blue value of its RGB is 187. Cylindrical-coordinate representations (also known as HSL) of color #6740bb hue: 0.72 , saturation: 0.49 and the lightness value of 6740bb is 0.49.
The process color (four color CMYK) of #6740bb color hex is 0.45, 0.66, 0.00, 0.27. Web safe color of #6740bb is #6633cc. Color #6740bb contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 01100111 | 01000000 | 10111011 |
Octal | 147 | 100 | 273 |
Decimal | 103 | 64 | 187 |
Hex | 67 | 40 | BB |
Shades of #6740bb
Tints of #6740bb
RGB Percentages of Color #6740bb
CMYK Percentages of Color #6740bb
Complementary Color
#6740bb | #94bb40 |
#6740bb Color Preview on Black Background
Lorem ipsum dolor sit amet.
#6740bb Color Preview on White Background
Lorem ipsum dolor sit amet.
#6740bb Color CSS Codes
.mybgcolor {background-color:#6740bb; } .myforecolor {color:#6740bb; } .mybordercolor {border:3px solid #6740bb; }
#6740bb Text Font Color
<p style="color:#6740bb">Text here</p>
This sample text font color is #6740bb
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.
#6740bb Background Color
<div style="background-color:#6740bb">
Div content here</div>
This div background color is #6740bb
#6740bb Border Color
<div style="border:3px solid #6740bb">
Div here</div>
This div border color is #6740bb
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(103,64,187, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #6740bb; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #6740bb; -webkit-box-shadow: 1px 1px 3px 2px #6740bb; box-shadow: 1px 1px 3px 2px #6740bb; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(103,64,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 #6740bb">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #6740bb; -webkit-box-shadow: 1px 1px 3px 2px #6740bb; box-shadow: 1px 1px 3px 2px #6740bb;">
Div content here</div>
This div box has shadow with color #6740bb
Comments
No comments written yet.
Please login to write comment.