Color spaces of #656fdb
RGB | 101 | 111 | 219 |
---|---|---|---|
HSL | 0.65 | 0.62 | 0.63 |
HSV | 235° | 54° | 86° |
CMYK | 0.54 | 0.49 | 0.00 0.14 |
XYZ | 23.8375 | 19.2501 | 69.4771 |
Yxy | 19.2501 | 0.2118 | 0.1710 |
Hunter Lab | 43.8749 | 20.1989 | -63.1748 |
CIE-Lab | 50.9785 | 26.6140 | -56.7029 |
#656fdb color RGB value is (101,111,219).
#656fdb hex color red value is 101, green value is 111 and the blue value of its RGB is 219. Cylindrical-coordinate representations (also known as HSL) of color #656fdb hue: 0.65 , saturation: 0.62 and the lightness value of 656fdb is 0.63.
The process color (four color CMYK) of #656fdb color hex is 0.54, 0.49, 0.00, 0.14. Web safe color of #656fdb is #6666cc. Color #656fdb contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 01100101 | 01101111 | 11011011 |
Octal | 145 | 157 | 333 |
Decimal | 101 | 111 | 219 |
Hex | 65 | 6F | DB |
Shades of #656fdb
Tints of #656fdb
RGB Percentages of Color #656fdb
CMYK Percentages of Color #656fdb
Complementary Color
#656fdb | #dbd165 |
#656fdb Color Preview on Black Background
Lorem ipsum dolor sit amet.
#656fdb Color Preview on White Background
Lorem ipsum dolor sit amet.
#656fdb Color CSS Codes
.mybgcolor {background-color:#656fdb; } .myforecolor {color:#656fdb; } .mybordercolor {border:3px solid #656fdb; }
#656fdb Text Font Color
<p style="color:#656fdb">Text here</p>
This sample text font color is #656fdb
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.
#656fdb Background Color
<div style="background-color:#656fdb">
Div content here</div>
This div background color is #656fdb
#656fdb Border Color
<div style="border:3px solid #656fdb">
Div here</div>
This div border color is #656fdb
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(101,111,219, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #656fdb; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #656fdb; -webkit-box-shadow: 1px 1px 3px 2px #656fdb; box-shadow: 1px 1px 3px 2px #656fdb; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(101,111,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 #656fdb">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #656fdb; -webkit-box-shadow: 1px 1px 3px 2px #656fdb; box-shadow: 1px 1px 3px 2px #656fdb;">
Div content here</div>
This div box has shadow with color #656fdb
Comments
No comments written yet.
Please login to write comment.