Color Hex Logo

#061e4f Color Hex

#061E4F
(6,30,79)
0 Favorites   0 Comments

Color spaces of #061e4f

RGB 63079
HSL0.610.860.17
HSV220°92°31°
CMYK 0.920.620.00   0.69
XYZ1.95071.53187.5900
Yxy1.53180.17620.1383
Hunter Lab12.37666.4747-27.6962
CIE-Lab12.808812.7190-32.6405

#061e4f color RGB value is (6,30,79).

#061e4f hex color red value is 6, green value is 30 and the blue value of its RGB is 79. Cylindrical-coordinate representations (also known as HSL) of color #061e4f hue: 0.61 , saturation: 0.86 and the lightness value of 061e4f is 0.17.

The process color (four color CMYK) of #061e4f color hex is 0.92, 0.62, 0.00, 0.69. Web safe color of #061e4f is #003366. Color #061e4f contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00000110 00011110 01001111
Octal 6 36 117
Decimal 6 30 79
Hex 6 1E 4F

RGB Percentages of Color #061e4f

%5.22
%26.09
%68.70

CMYK Percentages of Color #061e4f

%92
%62
%0
%69

Triadic Colors of #061e4f

#061e4f #4f061e #1e4f06

Analogous Colors of #061e4f

#061e4f #13064f #06434f

Monochromatic Colors of #061e4f

#061e4f

Complementary Color

#061e4f #4f3706

#061e4f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#061e4f Color Preview on White Background

Lorem ipsum dolor sit amet.

#061e4f Color CSS Codes

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

#061e4f Text Font Color

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

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


#061e4f Background Color

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

This div background color is #061e4f


#061e4f Border Color

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

This div border color is #061e4f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #061e4f


Comments

No comments written yet.

Please login to write comment.