Color Hex Logo

#061031 Color Hex

#061031
(6,16,49)
0 Favorites   0 Comments

Color spaces of #061031

RGB 61649
HSL0.630.780.11
HSV226°88°19°
CMYK 0.880.670.00   0.81
XYZ0.81480.63112.9846
Yxy0.63110.18390.1424
Hunter Lab7.94424.4057-16.7141
CIE-Lab5.70078.8055-22.8880

#061031 color RGB value is (6,16,49).

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

The process color (four color CMYK) of #061031 color hex is 0.88, 0.67, 0.00, 0.81. Web safe color of #061031 is #000033. Color #061031 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00000110 00010000 00110001
Octal 6 20 61
Decimal 6 16 49
Hex 6 10 31

RGB Percentages of Color #061031

%8.45
%22.54
%69.01

CMYK Percentages of Color #061031

%88
%67
%0
%81

Triadic Colors of #061031

#061031 #310610 #103106

Analogous Colors of #061031

#061031 #120631 #062631

Monochromatic Colors of #061031

#061031

Complementary Color

#061031 #312706

#061031 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#061031 Color Preview on White Background

Lorem ipsum dolor sit amet.

#061031 Color CSS Codes

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

#061031 Text Font Color

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

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


#061031 Background Color

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

This div background color is #061031


#061031 Border Color

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

This div border color is #061031


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #061031


Comments

No comments written yet.

Please login to write comment.