Color spaces of #646dce
RGB | 100 | 109 | 206 |
---|---|---|---|
HSL | 0.65 | 0.52 | 0.60 |
HSV | 235° | 51° | 81° |
CMYK | 0.51 | 0.47 | 0.00 0.19 |
XYZ | 21.8647 | 18.1028 | 60.7343 |
Yxy | 18.1028 | 0.2171 | 0.1798 |
Hunter Lab | 42.5474 | 17.2715 | -54.8504 |
CIE-Lab | 49.6206 | 23.5172 | -51.4958 |
#646dce color RGB value is (100,109,206).
#646dce hex color red value is 100, green value is 109 and the blue value of its RGB is 206. Cylindrical-coordinate representations (also known as HSL) of color #646dce hue: 0.65 , saturation: 0.52 and the lightness value of 646dce is 0.60.
The process color (four color CMYK) of #646dce color hex is 0.51, 0.47, 0.00, 0.19. Web safe color of #646dce is #6666cc. Color #646dce contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 01100100 | 01101101 | 11001110 |
Octal | 144 | 155 | 316 |
Decimal | 100 | 109 | 206 |
Hex | 64 | 6D | CE |
Shades of #646dce
Tints of #646dce
RGB Percentages of Color #646dce
CMYK Percentages of Color #646dce
Complementary Color
#646dce | #cec564 |
#646dce Color Preview on Black Background
Lorem ipsum dolor sit amet.
#646dce Color Preview on White Background
Lorem ipsum dolor sit amet.
#646dce Color CSS Codes
.mybgcolor {background-color:#646dce; } .myforecolor {color:#646dce; } .mybordercolor {border:3px solid #646dce; }
#646dce Text Font Color
<p style="color:#646dce">Text here</p>
This sample text font color is #646dce
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.
#646dce Background Color
<div style="background-color:#646dce">
Div content here</div>
This div background color is #646dce
#646dce Border Color
<div style="border:3px solid #646dce">
Div here</div>
This div border color is #646dce
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(100,109,206, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #646dce; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #646dce; -webkit-box-shadow: 1px 1px 3px 2px #646dce; box-shadow: 1px 1px 3px 2px #646dce; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(100,109,206, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #646dce">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #646dce; -webkit-box-shadow: 1px 1px 3px 2px #646dce; box-shadow: 1px 1px 3px 2px #646dce;">
Div content here</div>
This div box has shadow with color #646dce
Comments
No comments written yet.
Please login to write comment.