Hex | 64aded |
RGB | 100 , 173 , 237 |
RGB % | 19.6, 33.9, 46.5 |
HSL | 208, 79.2, 66.1 |
HSV | 208, 57.8, 92.9 |
CMYK | 147.4,68.9,0,18 |
XYZ | 0.355, 0.387, 0.857 |
xyY | 0.222, 0.242, 0.387 |
CIE-LAB | 0.685, -0.044, -0.389 |
CIE-LUV | 0.685, -0.315, -0.618 |
CIE-HCL | 263.576, 0.392, 0.685 |
Binary | 01100100,10101101,11101101 |
#64aded HTML/CSS Color Name is Malibu / SteelBlue2 / Blue.
In a RGB color space, #64aded color RGB value is (Red:100,Green:173,Blue:237). it is composed of 19.6% red, 33.9% green and 46.5% blue. The process color (four color CMYK) of #64aded color hex is 147.4,68.9,0,18. HSL of color #64aded hue: 208 , saturation: 79.2 and the lightness value of 64aded is 66.1. Mainly color is Blue. Reverse color is: #9b5212.
The color codes conversion takes 1.778451 milliseconds.
.bgcolor {background-color:#64aded; .textcolor {color:#64aded; } .bordercolor {border:3px solid #64aded; }
<p style="color:#64aded">Text here</p>
<p style="background-color:#64aded;">Content here</p>
<div style="border:1px solid #64aded;">Content here</div>
.textShadow { text-shadow: 4px 4px 2px #64aded; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #64aded; -webkit-box-shadow: 1px 1px 3px 2px #64aded; box-shadow: 1px 1px 3px 2px #64aded; }
<p style="text-shadow: 4px 4px 2px #64aded">Text here</p>
<div style="-moz-box-shadow: 1px 1px 3px 2px #64aded; -webkit-box-shadow: 1px 1px 3px 2px #64aded; box-shadow: 1px 1px 3px 2px #64aded;">
Content here</div>