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