Color Hex Logo

#067fbb Color Hex

#067FBB
(6,127,187)
0 Favorites   0 Comments

Color spaces of #067fbb

RGB 6127187
HSL0.560.940.38
HSV200°97°73°
CMYK 0.970.320.00   0.27
XYZ16.634118.805349.7668
Yxy18.80530.19520.2207
Hunter Lab43.3651-7.4193-37.6871
CIE-Lab50.4586-6.7825-39.4761

#067fbb color RGB value is (6,127,187).

#067fbb hex color red value is 6, green value is 127 and the blue value of its RGB is 187. Cylindrical-coordinate representations (also known as HSL) of color #067fbb hue: 0.56 , saturation: 0.94 and the lightness value of 067fbb is 0.38.

The process color (four color CMYK) of #067fbb color hex is 0.97, 0.32, 0.00, 0.27. Web safe color of #067fbb is #0066cc. Color #067fbb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00000110 01111111 10111011
Octal 6 177 273
Decimal 6 127 187
Hex 6 7F BB

RGB Percentages of Color #067fbb

%1.88
%39.69
%58.44

CMYK Percentages of Color #067fbb

%97
%32
%0
%27

Triadic Colors of #067fbb

#067fbb #bb067f #7fbb06

Analogous Colors of #067fbb

#067fbb #0625bb #06bb9d

Monochromatic Colors of #067fbb

#067fbb

Complementary Color

#067fbb #bb4206

#067fbb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#067fbb Color Preview on White Background

Lorem ipsum dolor sit amet.

#067fbb Color CSS Codes

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

#067fbb Text Font Color

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

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


#067fbb Background Color

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

This div background color is #067fbb


#067fbb Border Color

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

This div border color is #067fbb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #067fbb


Comments

No comments written yet.

Please login to write comment.