Color spaces of #406ecb
RGB | 64 | 110 | 203 |
---|---|---|---|
HSL | 0.61 | 0.57 | 0.52 |
HSV | 220° | 68° | 80° |
CMYK | 0.68 | 0.46 | 0.00 0.20 |
XYZ | 18.4698 | 16.5536 | 58.7216 |
Yxy | 16.5536 | 0.1970 | 0.1766 |
Hunter Lab | 40.6861 | 9.8309 | -57.0920 |
CIE-Lab | 47.6926 | 15.0715 | -52.9808 |
#406ecb color RGB value is (64,110,203).
#406ecb hex color red value is 64, green value is 110 and the blue value of its RGB is 203. Cylindrical-coordinate representations (also known as HSL) of color #406ecb hue: 0.61 , saturation: 0.57 and the lightness value of 406ecb is 0.52.
The process color (four color CMYK) of #406ecb color hex is 0.68, 0.46, 0.00, 0.20. Web safe color of #406ecb is #3366cc. Color #406ecb contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 01000000 | 01101110 | 11001011 |
Octal | 100 | 156 | 313 |
Decimal | 64 | 110 | 203 |
Hex | 40 | 6E | CB |
Shades of #406ecb
Tints of #406ecb
RGB Percentages of Color #406ecb
CMYK Percentages of Color #406ecb
Complementary Color
#406ecb | #cb9d40 |
#406ecb Color Preview on Black Background
Lorem ipsum dolor sit amet.
#406ecb Color Preview on White Background
Lorem ipsum dolor sit amet.
#406ecb Color CSS Codes
.mybgcolor {background-color:#406ecb; } .myforecolor {color:#406ecb; } .mybordercolor {border:3px solid #406ecb; }
#406ecb Text Font Color
<p style="color:#406ecb">Text here</p>
This sample text font color is #406ecb
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.
#406ecb Background Color
<div style="background-color:#406ecb">
Div content here</div>
This div background color is #406ecb
#406ecb Border Color
<div style="border:3px solid #406ecb">
Div here</div>
This div border color is #406ecb
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(64,110,203, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #406ecb; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #406ecb; -webkit-box-shadow: 1px 1px 3px 2px #406ecb; box-shadow: 1px 1px 3px 2px #406ecb; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(64,110,203, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #406ecb">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #406ecb; -webkit-box-shadow: 1px 1px 3px 2px #406ecb; box-shadow: 1px 1px 3px 2px #406ecb;">
Div content here</div>
This div box has shadow with color #406ecb
Comments
No comments written yet.
Please login to write comment.