Color Hex Logo

#067fbc Color Hex

#067FBC
(6,127,188)
0 Favorites   0 Comments

Color spaces of #067fbc

RGB 6127188
HSL0.560.940.38
HSV200°97°74°
CMYK 0.970.320.00   0.26
XYZ16.741618.848350.3327
Yxy18.84830.19480.2194
Hunter Lab43.4146-7.1422-38.3476
CIE-Lab50.5093-6.3995-39.9706

#067fbc color RGB value is (6,127,188).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00000110 01111111 10111100
Octal 6 177 274
Decimal 6 127 188
Hex 6 7F BC

RGB Percentages of Color #067fbc

%1.87
%39.56
%58.57

CMYK Percentages of Color #067fbc

%97
%32
%0
%26

Triadic Colors of #067fbc

#067fbc #bc067f #7fbc06

Analogous Colors of #067fbc

#067fbc #0624bc #06bc9e

Monochromatic Colors of #067fbc

#067fbc

Complementary Color

#067fbc #bc4306

#067fbc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#067fbc Color Preview on White Background

Lorem ipsum dolor sit amet.

#067fbc Color CSS Codes

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

#067fbc Text Font Color

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

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


#067fbc Background Color

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

This div background color is #067fbc


#067fbc Border Color

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

This div border color is #067fbc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #067fbc


Comments

No comments written yet.

Please login to write comment.