Color Hex Logo

#067090 Color Hex

#067090
(6,112,144)
0 Favorites   0 Comments

Color spaces of #067090

RGB 6112144
HSL0.540.920.29
HSV194°96°56°
CMYK 0.960.220.00   0.44
XYZ10.903313.640728.4438
Yxy13.64070.20580.2574
Hunter Lab36.9333-11.9373-19.8082
CIE-Lab43.7132-14.4383-24.8977

#067090 color RGB value is (6,112,144).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00000110 01110000 10010000
Octal 6 160 220
Decimal 6 112 144
Hex 6 70 90

RGB Percentages of Color #067090

%2.29
%42.75
%54.96

CMYK Percentages of Color #067090

%96
%22
%0
%44

Triadic Colors of #067090

#067090 #900670 #709006

Analogous Colors of #067090

#067090 #062b90 #06906b

Monochromatic Colors of #067090

#067090

Complementary Color

#067090 #902606

#067090 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#067090 Color Preview on White Background

Lorem ipsum dolor sit amet.

#067090 Color CSS Codes

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

#067090 Text Font Color

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

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


#067090 Background Color

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

This div background color is #067090


#067090 Border Color

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

This div border color is #067090


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(6,112,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 #067090">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #067090


Comments

No comments written yet.

Please login to write comment.