Color Hex Logo

#06034a Color Hex

#06034A
(6,3,74)
0 Favorites   0 Comments

Color spaces of #06034a

RGB 6374
HSL0.670.920.15
HSV243°96°29°
CMYK 0.920.960.00   0.71
XYZ1.34370.59836.5232
Yxy0.59830.15870.0707
Hunter Lab7.735017.4723-44.5870
CIE-Lab5.404428.6392-41.3541

#06034a color RGB value is (6,3,74).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00000110 00000011 01001010
Octal 6 3 112
Decimal 6 3 74
Hex 6 3 4A

RGB Percentages of Color #06034a

%7.23
%3.61
%89.16

CMYK Percentages of Color #06034a

%92
%96
%0
%71

Triadic Colors of #06034a

#06034a #4a0603 #034a06

Analogous Colors of #06034a

#06034a #2a034a #03244a

Monochromatic Colors of #06034a

#06034a

Complementary Color

#06034a #474a03

#06034a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#06034a Color Preview on White Background

Lorem ipsum dolor sit amet.

#06034a Color CSS Codes

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

#06034a Text Font Color

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

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


#06034a Background Color

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

This div background color is #06034a


#06034a Border Color

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

This div border color is #06034a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #06034a


Comments

No comments written yet.

Please login to write comment.