Color spaces of #615cdb
RGB | 97 | 92 | 219 |
---|---|---|---|
HSL | 0.67 | 0.64 | 0.61 |
HSV | 242° | 58° | 86° |
CMYK | 0.56 | 0.58 | 0.00 0.14 |
XYZ | 21.5431 | 15.3102 | 68.8375 |
Yxy | 15.3102 | 0.2038 | 0.1449 |
Hunter Lab | 39.1283 | 29.8035 | -76.9179 |
CIE-Lab | 46.0562 | 37.3715 | -64.6597 |
#615cdb color RGB value is (97,92,219).
#615cdb hex color red value is 97, green value is 92 and the blue value of its RGB is 219. Cylindrical-coordinate representations (also known as HSL) of color #615cdb hue: 0.67 , saturation: 0.64 and the lightness value of 615cdb is 0.61.
The process color (four color CMYK) of #615cdb color hex is 0.56, 0.58, 0.00, 0.14. Web safe color of #615cdb is #6666cc. Color #615cdb contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 01100001 | 01011100 | 11011011 |
Octal | 141 | 134 | 333 |
Decimal | 97 | 92 | 219 |
Hex | 61 | 5C | DB |
Shades of #615cdb
Tints of #615cdb
RGB Percentages of Color #615cdb
CMYK Percentages of Color #615cdb
Complementary Color
#615cdb | #d6db5c |
#615cdb Color Preview on Black Background
Lorem ipsum dolor sit amet.
#615cdb Color Preview on White Background
Lorem ipsum dolor sit amet.
#615cdb Color CSS Codes
.mybgcolor {background-color:#615cdb; } .myforecolor {color:#615cdb; } .mybordercolor {border:3px solid #615cdb; }
#615cdb Text Font Color
<p style="color:#615cdb">Text here</p>
This sample text font color is #615cdb
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.
#615cdb Background Color
<div style="background-color:#615cdb">
Div content here</div>
This div background color is #615cdb
#615cdb Border Color
<div style="border:3px solid #615cdb">
Div here</div>
This div border color is #615cdb
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(97,92,219, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #615cdb; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #615cdb; -webkit-box-shadow: 1px 1px 3px 2px #615cdb; box-shadow: 1px 1px 3px 2px #615cdb; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(97,92,219, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #615cdb">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #615cdb; -webkit-box-shadow: 1px 1px 3px 2px #615cdb; box-shadow: 1px 1px 3px 2px #615cdb;">
Div content here</div>
This div box has shadow with color #615cdb
Comments
No comments written yet.
Please login to write comment.