Color Hex Logo

#067190 Color Hex

#067190
(6,113,144)
0 Favorites   0 Comments

Color spaces of #067190

RGB 6113144
HSL0.540.920.29
HSV193°96°56°
CMYK 0.960.220.00   0.44
XYZ11.014313.862628.4808
Yxy13.86260.20640.2598
Hunter Lab37.2325-12.3522-19.2908
CIE-Lab44.0352-15.0049-24.3979

#067190 color RGB value is (6,113,144).

#067190 hex color red value is 6, green value is 113 and the blue value of its RGB is 144. Cylindrical-coordinate representations (also known as HSL) of color #067190 hue: 0.54 , saturation: 0.92 and the lightness value of 067190 is 0.29.

The process color (four color CMYK) of #067190 color hex is 0.96, 0.22, 0.00, 0.44. Web safe color of #067190 is #006699. Color #067190 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00000110 01110001 10010000
Octal 6 161 220
Decimal 6 113 144
Hex 6 71 90

RGB Percentages of Color #067190

%2.28
%42.97
%54.75

CMYK Percentages of Color #067190

%96
%22
%0
%44

Triadic Colors of #067190

#067190 #900671 #719006

Analogous Colors of #067190

#067190 #062c90 #06906a

Monochromatic Colors of #067190

#067190

Complementary Color

#067190 #902506

#067190 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#067190 Color Preview on White Background

Lorem ipsum dolor sit amet.

#067190 Color CSS Codes

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

#067190 Text Font Color

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

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


#067190 Background Color

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

This div background color is #067190


#067190 Border Color

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

This div border color is #067190


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #067190


Comments

No comments written yet.

Please login to write comment.