Color Hex Logo

#067baa Color Hex

#067BAA
(6,123,170)
0 Favorites   0 Comments

Color spaces of #067baa

RGB 6123170
HSL0.550.930.35
HSV197°96°67°
CMYK 0.960.280.00   0.33
XYZ14.413817.106940.5725
Yxy17.10690.19990.2373
Hunter Lab41.3605-10.1750-29.2081
CIE-Lab48.3944-10.9276-32.8949

#067baa color RGB value is (6,123,170).

#067baa hex color red value is 6, green value is 123 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #067baa hue: 0.55 , saturation: 0.93 and the lightness value of 067baa is 0.35.

The process color (four color CMYK) of #067baa color hex is 0.96, 0.28, 0.00, 0.33. Web safe color of #067baa is #006699. Color #067baa contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00000110 01111011 10101010
Octal 6 173 252
Decimal 6 123 170
Hex 6 7B AA

RGB Percentages of Color #067baa

%2.01
%41.14
%56.86

CMYK Percentages of Color #067baa

%96
%28
%0
%33

Triadic Colors of #067baa

#067baa #aa067b #7baa06

Analogous Colors of #067baa

#067baa #0629aa #06aa87

Monochromatic Colors of #067baa

#067baa

Complementary Color

#067baa #aa3506

#067baa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#067baa Color Preview on White Background

Lorem ipsum dolor sit amet.

#067baa Color CSS Codes

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

#067baa Text Font Color

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

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


#067baa Background Color

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

This div background color is #067baa


#067baa Border Color

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

This div border color is #067baa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #067baa


Comments

No comments written yet.

Please login to write comment.