Color Hex Logo

#061b34 Color Hex

#061B34
(6,27,52)
0 Favorites   0 Comments

Color spaces of #061b34

RGB 62752
HSL0.590.790.11
HSV213°88°20°
CMYK 0.880.480.00   0.80
XYZ1.08691.07053.3982
Yxy1.07050.19560.1927
Hunter Lab10.34650.6451-12.2306
CIE-Lab9.56552.4513-18.8906

#061b34 color RGB value is (6,27,52).

#061b34 hex color red value is 6, green value is 27 and the blue value of its RGB is 52. Cylindrical-coordinate representations (also known as HSL) of color #061b34 hue: 0.59 , saturation: 0.79 and the lightness value of 061b34 is 0.11.

The process color (four color CMYK) of #061b34 color hex is 0.88, 0.48, 0.00, 0.80. Web safe color of #061b34 is #003333. Color #061b34 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00000110 00011011 00110100
Octal 6 33 64
Decimal 6 27 52
Hex 6 1B 34

RGB Percentages of Color #061b34

%7.06
%31.76
%61.18

CMYK Percentages of Color #061b34

%88
%48
%0
%80

Triadic Colors of #061b34

#061b34 #34061b #1b3406

Analogous Colors of #061b34

#061b34 #080634 #063234

Monochromatic Colors of #061b34

#061b34

Complementary Color

#061b34 #341f06

#061b34 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#061b34 Color Preview on White Background

Lorem ipsum dolor sit amet.

#061b34 Color CSS Codes

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

#061b34 Text Font Color

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

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


#061b34 Background Color

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

This div background color is #061b34


#061b34 Border Color

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

This div border color is #061b34


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #061b34


Comments

No comments written yet.

Please login to write comment.