Color Hex Logo

#061047 Color Hex

#061047
(6,16,71)
0 Favorites   0 Comments

Color spaces of #061047

RGB 61671
HSL0.640.840.15
HSV231°92°28°
CMYK 0.920.770.00   0.72
XYZ1.39770.86426.0544
Yxy0.86420.16810.1039
Hunter Lab9.296210.5693-32.1067
CIE-Lab7.806219.8847-35.2915

#061047 color RGB value is (6,16,71).

#061047 hex color red value is 6, green value is 16 and the blue value of its RGB is 71. Cylindrical-coordinate representations (also known as HSL) of color #061047 hue: 0.64 , saturation: 0.84 and the lightness value of 061047 is 0.15.

The process color (four color CMYK) of #061047 color hex is 0.92, 0.77, 0.00, 0.72. Web safe color of #061047 is #000033. Color #061047 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00000110 00010000 01000111
Octal 6 20 107
Decimal 6 16 71
Hex 6 10 47

RGB Percentages of Color #061047

%6.45
%17.20
%76.34

CMYK Percentages of Color #061047

%92
%77
%0
%72

Triadic Colors of #061047

#061047 #470610 #104706

Analogous Colors of #061047

#061047 #1d0647 #063047

Monochromatic Colors of #061047

#061047

Complementary Color

#061047 #473d06

#061047 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#061047 Color Preview on White Background

Lorem ipsum dolor sit amet.

#061047 Color CSS Codes

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

#061047 Text Font Color

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

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


#061047 Background Color

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

This div background color is #061047


#061047 Border Color

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

This div border color is #061047


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #061047


Comments

No comments written yet.

Please login to write comment.