Color Hex Logo

#061072 Color Hex

#061072
(6,16,114)
0 Favorites   0 Comments

Color spaces of #061072

RGB 616114
HSL0.650.900.24
HSV234°95°45°
CMYK 0.950.860.00   0.55
XYZ3.29771.624216.0593
Yxy1.62420.15720.0774
Hunter Lab12.744423.8853-65.7906
CIE-Lab13.376836.4534-55.0205

#061072 color RGB value is (6,16,114).

#061072 hex color red value is 6, green value is 16 and the blue value of its RGB is 114. Cylindrical-coordinate representations (also known as HSL) of color #061072 hue: 0.65 , saturation: 0.90 and the lightness value of 061072 is 0.24.

The process color (four color CMYK) of #061072 color hex is 0.95, 0.86, 0.00, 0.55. Web safe color of #061072 is #000066. Color #061072 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00000110 00010000 01110010
Octal 6 20 162
Decimal 6 16 114
Hex 6 10 72

RGB Percentages of Color #061072

%4.41
%11.76
%83.82

CMYK Percentages of Color #061072

%95
%86
%0
%55

Triadic Colors of #061072

#061072 #720610 #107206

Analogous Colors of #061072

#061072 #320672 #064672

Monochromatic Colors of #061072

#061072

Complementary Color

#061072 #726806

#061072 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#061072 Color Preview on White Background

Lorem ipsum dolor sit amet.

#061072 Color CSS Codes

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

#061072 Text Font Color

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

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


#061072 Background Color

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

This div background color is #061072


#061072 Border Color

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

This div border color is #061072


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #061072


Comments

No comments written yet.

Please login to write comment.