Color Hex Logo

#062629 Color Hex

#062629
(6,38,41)
0 Favorites   0 Comments

Color spaces of #062629

RGB 63841
HSL0.510.740.09
HSV185°85°16°
CMYK 0.850.070.00   0.84
XYZ1.16851.58502.3422
Yxy1.58500.22930.3110
Hunter Lab12.5897-5.4646-2.2176
CIE-Lab13.1385-10.1987-5.3837

#062629 color RGB value is (6,38,41).

#062629 hex color red value is 6, green value is 38 and the blue value of its RGB is 41. Cylindrical-coordinate representations (also known as HSL) of color #062629 hue: 0.51 , saturation: 0.74 and the lightness value of 062629 is 0.09.

The process color (four color CMYK) of #062629 color hex is 0.85, 0.07, 0.00, 0.84. Web safe color of #062629 is #003333. Color #062629 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00000110 00100110 00101001
Octal 6 46 51
Decimal 6 38 41
Hex 6 26 29

RGB Percentages of Color #062629

%7.06
%44.71
%48.24

CMYK Percentages of Color #062629

%85
%7
%0
%84

Triadic Colors of #062629

#062629 #290626 #262906

Analogous Colors of #062629

#062629 #061529 #06291b

Monochromatic Colors of #062629

#062629

Complementary Color

#062629 #290906

#062629 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#062629 Color Preview on White Background

Lorem ipsum dolor sit amet.

#062629 Color CSS Codes

.mybgcolor {background-color:#062629; } 
.myforecolor {color:#062629; }
.mybordercolor {border:3px solid #062629; }

#062629 Text Font Color

<p style="color:#062629">Text here</p>

This sample text font color is #062629
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.


#062629 Background Color

<div style="background-color:#062629">
Div content here</div>

This div background color is #062629


#062629 Border Color

<div style="border:3px solid #062629">
Div here</div>

This div border color is #062629


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(6,38,41, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #062629; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #062629;
  -webkit-box-shadow: 1px 1px 3px 2px #062629;
  box-shadow:         1px 1px 3px 2px #062629; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(6,38,41, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #062629">Text here</p>

This text has shadow with hex values.


Div Box Shadow

<div style="-moz-box-shadow: 1px 1px 3px 2px #062629;
  -webkit-box-shadow: 1px 1px 3px 2px #062629;
  box-shadow:         1px 1px 3px 2px #062629;">
Div content here</div>

This div box has shadow with color #062629


Comments

No comments written yet.

Please login to write comment.