Color Hex Logo

#061132 Color Hex

#061132
(6,17,50)
0 Favorites   0 Comments

Color spaces of #061132

RGB 61750
HSL0.630.790.11
HSV225°88°20°
CMYK 0.880.660.00   0.80
XYZ0.85130.66993.1020
Yxy0.66990.18410.1449
Hunter Lab8.18474.2426-16.7415
CIE-Lab6.05128.7888-23.0643

#061132 color RGB value is (6,17,50).

#061132 hex color red value is 6, green value is 17 and the blue value of its RGB is 50. Cylindrical-coordinate representations (also known as HSL) of color #061132 hue: 0.63 , saturation: 0.79 and the lightness value of 061132 is 0.11.

The process color (four color CMYK) of #061132 color hex is 0.88, 0.66, 0.00, 0.80. Web safe color of #061132 is #000033. Color #061132 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00000110 00010001 00110010
Octal 6 21 62
Decimal 6 17 50
Hex 6 11 32

RGB Percentages of Color #061132

%8.22
%23.29
%68.49

CMYK Percentages of Color #061132

%88
%66
%0
%80

Triadic Colors of #061132

#061132 #320611 #113206

Analogous Colors of #061132

#061132 #110632 #062732

Monochromatic Colors of #061132

#061132

Complementary Color

#061132 #322706

#061132 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#061132 Color Preview on White Background

Lorem ipsum dolor sit amet.

#061132 Color CSS Codes

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

#061132 Text Font Color

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

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


#061132 Background Color

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

This div background color is #061132


#061132 Border Color

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

This div border color is #061132


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #061132


Comments

No comments written yet.

Please login to write comment.