Color spaces of #6586ec
RGB | 101 | 134 | 236 |
---|---|---|---|
HSL | 0.63 | 0.78 | 0.66 |
HSV | 225° | 57° | 93° |
CMYK | 0.57 | 0.43 | 0.00 0.07 |
XYZ | 29.0322 | 25.8730 | 82.8207 |
Yxy | 25.8730 | 0.2108 | 0.1879 |
Hunter Lab | 50.8655 | 12.8667 | -60.9318 |
CIE-Lab | 57.9163 | 18.1268 | -55.1254 |
#6586ec color RGB value is (101,134,236).
#6586ec hex color red value is 101, green value is 134 and the blue value of its RGB is 236. Cylindrical-coordinate representations (also known as HSL) of color #6586ec hue: 0.63 , saturation: 0.78 and the lightness value of 6586ec is 0.66.
The process color (four color CMYK) of #6586ec color hex is 0.57, 0.43, 0.00, 0.07. Web safe color of #6586ec is #6699ff. Color #6586ec contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 01100101 | 10000110 | 11101100 |
Octal | 145 | 206 | 354 |
Decimal | 101 | 134 | 236 |
Hex | 65 | 86 | EC |
Shades of #6586ec
Tints of #6586ec
RGB Percentages of Color #6586ec
CMYK Percentages of Color #6586ec
Complementary Color
#6586ec | #eccb65 |
#6586ec Color Preview on Black Background
Lorem ipsum dolor sit amet.
#6586ec Color Preview on White Background
Lorem ipsum dolor sit amet.
#6586ec Color CSS Codes
.mybgcolor {background-color:#6586ec; } .myforecolor {color:#6586ec; } .mybordercolor {border:3px solid #6586ec; }
#6586ec Text Font Color
<p style="color:#6586ec">Text here</p>
This sample text font color is #6586ec
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.
#6586ec Background Color
<div style="background-color:#6586ec">
Div content here</div>
This div background color is #6586ec
#6586ec Border Color
<div style="border:3px solid #6586ec">
Div here</div>
This div border color is #6586ec
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(101,134,236, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #6586ec; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #6586ec; -webkit-box-shadow: 1px 1px 3px 2px #6586ec; box-shadow: 1px 1px 3px 2px #6586ec; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(101,134,236, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #6586ec">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #6586ec; -webkit-box-shadow: 1px 1px 3px 2px #6586ec; box-shadow: 1px 1px 3px 2px #6586ec;">
Div content here</div>
This div box has shadow with color #6586ec
Comments
No comments written yet.
Please login to write comment.