Color Hex Logo

#067cbb Color Hex

#067CBB
(6,124,187)
0 Favorites   0 Comments

Color spaces of #067cbb

RGB 6124187
HSL0.560.940.38
HSV201°97°73°
CMYK 0.970.340.00   0.27
XYZ16.252418.041949.6395
Yxy18.04190.19360.2150
Hunter Lab42.4758-6.0335-39.5565
CIE-Lab49.5469-5.0084-40.9166

#067cbb color RGB value is (6,124,187).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00000110 01111100 10111011
Octal 6 174 273
Decimal 6 124 187
Hex 6 7C BB

RGB Percentages of Color #067cbb

%1.89
%39.12
%58.99

CMYK Percentages of Color #067cbb

%97
%34
%0
%27

Triadic Colors of #067cbb

#067cbb #bb067c #7cbb06

Analogous Colors of #067cbb

#067cbb #0622bb #06bba0

Monochromatic Colors of #067cbb

#067cbb

Complementary Color

#067cbb #bb4506

#067cbb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#067cbb Color Preview on White Background

Lorem ipsum dolor sit amet.

#067cbb Color CSS Codes

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

#067cbb Text Font Color

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

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


#067cbb Background Color

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

This div background color is #067cbb


#067cbb Border Color

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

This div border color is #067cbb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #067cbb


Comments

No comments written yet.

Please login to write comment.