Color Hex Logo

#067080 Color Hex

#067080
(6,112,128)
0 Favorites   0 Comments

Color spaces of #067080

RGB 6112128
HSL0.520.910.26
HSV188°95°50°
CMYK 0.950.130.00   0.50
XYZ9.765613.185622.4524
Yxy13.18560.21510.2904
Hunter Lab36.3120-15.5409-11.2418
CIE-Lab43.0416-20.3058-16.3625

#067080 color RGB value is (6,112,128).

#067080 hex color red value is 6, green value is 112 and the blue value of its RGB is 128. Cylindrical-coordinate representations (also known as HSL) of color #067080 hue: 0.52 , saturation: 0.91 and the lightness value of 067080 is 0.26.

The process color (four color CMYK) of #067080 color hex is 0.95, 0.13, 0.00, 0.50. Web safe color of #067080 is #006699. Color #067080 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00000110 01110000 10000000
Octal 6 160 200
Decimal 6 112 128
Hex 6 70 80

RGB Percentages of Color #067080

%2.44
%45.53
%52.03

CMYK Percentages of Color #067080

%95
%13
%0
%50

Triadic Colors of #067080

#067080 #800670 #708006

Analogous Colors of #067080

#067080 #063380 #068053

Monochromatic Colors of #067080

#067080

Complementary Color

#067080 #801606

#067080 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#067080 Color Preview on White Background

Lorem ipsum dolor sit amet.

#067080 Color CSS Codes

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

#067080 Text Font Color

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

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


#067080 Background Color

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

This div background color is #067080


#067080 Border Color

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

This div border color is #067080


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #067080


Comments

No comments written yet.

Please login to write comment.