Color Hex Logo

#061e3c Color Hex

#061E3C
(6,30,60)
0 Favorites   0 Comments

Color spaces of #061e3c

RGB 63060
HSL0.590.820.13
HSV213°90°24°
CMYK 0.900.500.00   0.76
XYZ1.35501.29354.4532
Yxy1.29350.19080.1821
Hunter Lab11.37321.3633-15.2538
CIE-Lab11.22993.8670-21.9595

#061e3c color RGB value is (6,30,60).

#061e3c hex color red value is 6, green value is 30 and the blue value of its RGB is 60. Cylindrical-coordinate representations (also known as HSL) of color #061e3c hue: 0.59 , saturation: 0.82 and the lightness value of 061e3c is 0.13.

The process color (four color CMYK) of #061e3c color hex is 0.90, 0.50, 0.00, 0.76. Web safe color of #061e3c is #003333. Color #061e3c contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00000110 00011110 00111100
Octal 6 36 74
Decimal 6 30 60
Hex 6 1E 3C

RGB Percentages of Color #061e3c

%6.25
%31.25
%62.50

CMYK Percentages of Color #061e3c

%90
%50
%0
%76

Triadic Colors of #061e3c

#061e3c #3c061e #1e3c06

Analogous Colors of #061e3c

#061e3c #09063c #06393c

Monochromatic Colors of #061e3c

#061e3c

Complementary Color

#061e3c #3c2406

#061e3c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#061e3c Color Preview on White Background

Lorem ipsum dolor sit amet.

#061e3c Color CSS Codes

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

#061e3c Text Font Color

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

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


#061e3c Background Color

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

This div background color is #061e3c


#061e3c Border Color

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

This div border color is #061e3c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #061e3c


Comments

No comments written yet.

Please login to write comment.