Color Hex Logo

#060229 Color Hex

#060229
(6,2,41)
0 Favorites   0 Comments

Color spaces of #060229

RGB 6241
HSL0.680.910.08
HSV246°95°16°
CMYK 0.850.950.00   0.84
XYZ0.49710.24222.1184
Yxy0.24220.17400.0848
Hunter Lab4.92149.4175-22.0763
CIE-Lab2.187810.9331-22.4331

#060229 color RGB value is (6,2,41).

#060229 hex color red value is 6, green value is 2 and the blue value of its RGB is 41. Cylindrical-coordinate representations (also known as HSL) of color #060229 hue: 0.68 , saturation: 0.91 and the lightness value of 060229 is 0.08.

The process color (four color CMYK) of #060229 color hex is 0.85, 0.95, 0.00, 0.84. Web safe color of #060229 is #000033. Color #060229 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00000110 00000010 00101001
Octal 6 2 51
Decimal 6 2 41
Hex 6 2 29

RGB Percentages of Color #060229

%12.24
%4.08
%83.67

CMYK Percentages of Color #060229

%85
%95
%0
%84

Triadic Colors of #060229

#060229 #290602 #022906

Analogous Colors of #060229

#060229 #1a0229 #021229

Monochromatic Colors of #060229

#060229

Complementary Color

#060229 #252902

#060229 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#060229 Color Preview on White Background

Lorem ipsum dolor sit amet.

#060229 Color CSS Codes

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

#060229 Text Font Color

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

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


#060229 Background Color

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

This div background color is #060229


#060229 Border Color

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

This div border color is #060229


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(6,2,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 #060229">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #060229


Comments

No comments written yet.

Please login to write comment.