Color Hex Logo

#06024a Color Hex

#06024A
(6,2,74)
0 Favorites   0 Comments

Color spaces of #06024a

RGB 6274
HSL0.680.950.15
HSV243°97°29°
CMYK 0.920.970.00   0.71
XYZ1.33280.57656.5196
Yxy0.57650.15810.0684
Hunter Lab7.592818.0458-45.5950
CIE-Lab5.207529.1602-41.6792

#06024a color RGB value is (6,2,74).

#06024a hex color red value is 6, green value is 2 and the blue value of its RGB is 74. Cylindrical-coordinate representations (also known as HSL) of color #06024a hue: 0.68 , saturation: 0.95 and the lightness value of 06024a is 0.15.

The process color (four color CMYK) of #06024a color hex is 0.92, 0.97, 0.00, 0.71. Web safe color of #06024a is #000033. Color #06024a contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00000110 00000010 01001010
Octal 6 2 112
Decimal 6 2 74
Hex 6 2 4A

RGB Percentages of Color #06024a

%7.32
%2.44
%90.24

CMYK Percentages of Color #06024a

%92
%97
%0
%71

Triadic Colors of #06024a

#06024a #4a0602 #024a06

Analogous Colors of #06024a

#06024a #2a024a #02224a

Monochromatic Colors of #06024a

#06024a

Complementary Color

#06024a #464a02

#06024a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#06024a Color Preview on White Background

Lorem ipsum dolor sit amet.

#06024a Color CSS Codes

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

#06024a Text Font Color

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

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


#06024a Background Color

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

This div background color is #06024a


#06024a Border Color

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

This div border color is #06024a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #06024a


Comments

No comments written yet.

Please login to write comment.