Color Hex Logo

#061832 Color Hex

#061832
(6,24,50)
0 Favorites   0 Comments

Color spaces of #061832

RGB 62450
HSL0.600.790.11
HSV215°88°20°
CMYK 0.880.520.00   0.80
XYZ0.97750.92233.1441
Yxy0.92230.19380.1829
Hunter Lab9.60361.3621-12.6882
CIE-Lab8.32663.8772-19.4161

#061832 color RGB value is (6,24,50).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00000110 00011000 00110010
Octal 6 30 62
Decimal 6 24 50
Hex 6 18 32

RGB Percentages of Color #061832

%7.50
%30.00
%62.50

CMYK Percentages of Color #061832

%88
%52
%0
%80

Triadic Colors of #061832

#061832 #320618 #183206

Analogous Colors of #061832

#061832 #0a0632 #062e32

Monochromatic Colors of #061832

#061832

Complementary Color

#061832 #322006

#061832 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#061832 Color Preview on White Background

Lorem ipsum dolor sit amet.

#061832 Color CSS Codes

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

#061832 Text Font Color

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

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


#061832 Background Color

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

This div background color is #061832


#061832 Border Color

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

This div border color is #061832


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(6,24,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 #061832">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #061832


Comments

No comments written yet.

Please login to write comment.