Color Hex Logo

#061073 Color Hex

#061073
(6,16,115)
0 Favorites   0 Comments

Color spaces of #061073

RGB 616115
HSL0.650.900.24
HSV234°95°45°
CMYK 0.950.860.00   0.55
XYZ3.35491.647116.3608
Yxy1.64710.15700.0771
Hunter Lab12.833924.2020-66.5996
CIE-Lab13.514236.7986-55.4407

#061073 color RGB value is (6,16,115).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00000110 00010000 01110011
Octal 6 20 163
Decimal 6 16 115
Hex 6 10 73

RGB Percentages of Color #061073

%4.38
%11.68
%83.94

CMYK Percentages of Color #061073

%95
%86
%0
%55

Triadic Colors of #061073

#061073 #730610 #107306

Analogous Colors of #061073

#061073 #330673 #064773

Monochromatic Colors of #061073

#061073

Complementary Color

#061073 #736906

#061073 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#061073 Color Preview on White Background

Lorem ipsum dolor sit amet.

#061073 Color CSS Codes

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

#061073 Text Font Color

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

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


#061073 Background Color

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

This div background color is #061073


#061073 Border Color

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

This div border color is #061073


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #061073


Comments

No comments written yet.

Please login to write comment.