Color Hex Logo

#067aa3 Color Hex

#067AA3
(6,122,163)
0 Favorites   0 Comments

Color spaces of #067aa3

RGB 6122163
HSL0.540.930.33
HSV196°96°64°
CMYK 0.960.250.00   0.36
XYZ13.645516.602137.1357
Yxy16.60210.20250.2464
Hunter Lab40.7457-11.5263-25.5151
CIE-Lab47.7547-12.9943-29.8137

#067aa3 color RGB value is (6,122,163).

#067aa3 hex color red value is 6, green value is 122 and the blue value of its RGB is 163. Cylindrical-coordinate representations (also known as HSL) of color #067aa3 hue: 0.54 , saturation: 0.93 and the lightness value of 067aa3 is 0.33.

The process color (four color CMYK) of #067aa3 color hex is 0.96, 0.25, 0.00, 0.36. Web safe color of #067aa3 is #006699. Color #067aa3 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00000110 01111010 10100011
Octal 6 172 243
Decimal 6 122 163
Hex 6 7A A3

RGB Percentages of Color #067aa3

%2.06
%41.92
%56.01

CMYK Percentages of Color #067aa3

%96
%25
%0
%36

Triadic Colors of #067aa3

#067aa3 #a3067a #7aa306

Analogous Colors of #067aa3

#067aa3 #062ca3 #06a37e

Monochromatic Colors of #067aa3

#067aa3

Complementary Color

#067aa3 #a32f06

#067aa3 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#067aa3 Color Preview on White Background

Lorem ipsum dolor sit amet.

#067aa3 Color CSS Codes

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

#067aa3 Text Font Color

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

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


#067aa3 Background Color

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

This div background color is #067aa3


#067aa3 Border Color

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

This div border color is #067aa3


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(6,122,163, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #067aa3; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #067aa3;
  -webkit-box-shadow: 1px 1px 3px 2px #067aa3;
  box-shadow:         1px 1px 3px 2px #067aa3; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #067aa3


Comments

No comments written yet.

Please login to write comment.