Hex | 061b2e |
RGB | 6 , 27 , 46 |
RGB % | 7.6, 34.2, 58.2 |
HSL | 208.5, 76.9, 10.2 |
HSV | 208.5, 87, 18 |
CMYK | 221.7,105.3,0,209 |
XYZ | 0.01, 0.01, 0.027 |
xyY | 0.204, 0.216, 0.01 |
CIE-LAB | 0.092, -0.003, -0.152 |
CIE-LUV | 0.092, -0.049, -0.111 |
CIE-HCL | 268.696, 0.152, 0.092 |
Binary | 00000110,00011011,00101110 |
#061b2e HTML/CSS Color Name is Black Pearl / Pantone 296 C / Blue.
In a RGB color space, #061b2e color RGB value is (Red:6,Green:27,Blue:46). it is composed of 7.6% red, 34.2% green and 58.2% blue. The process color (four color CMYK) of #061b2e color hex is 221.7,105.3,0,209. HSL of color #061b2e hue: 208.5 , saturation: 76.9 and the lightness value of 061b2e is 10.2. Mainly color is Blue. Reverse color is: #f9e4d1.
The color codes conversion takes 1.803095 milliseconds.
.bgcolor {background-color:#061b2e; .textcolor {color:#061b2e; } .bordercolor {border:3px solid #061b2e; }
<p style="color:#061b2e">Text here</p>
<p style="background-color:#061b2e;">Content here</p>
<div style="border:1px solid #061b2e;">Content here</div>
.textShadow { text-shadow: 4px 4px 2px #061b2e; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #061b2e; -webkit-box-shadow: 1px 1px 3px 2px #061b2e; box-shadow: 1px 1px 3px 2px #061b2e; }
<p style="text-shadow: 4px 4px 2px #061b2e">Text here</p>
<div style="-moz-box-shadow: 1px 1px 3px 2px #061b2e; -webkit-box-shadow: 1px 1px 3px 2px #061b2e; box-shadow: 1px 1px 3px 2px #061b2e;">
Content here</div>