Color Hex Logo

#064cbb Color Hex

#064CBB
(6,76,187)
0 Favorites   0 Comments

Color spaces of #064cbb

RGB 676187
HSL0.600.940.38
HSV217°97°73°
CMYK 0.970.590.00   0.27
XYZ11.62928.795548.0985
Yxy8.79550.16970.1284
Hunter Lab29.657218.0934-75.3974
CIE-Lab35.587525.8620-63.3749

#064cbb color RGB value is (6,76,187).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00000110 01001100 10111011
Octal 6 114 273
Decimal 6 76 187
Hex 6 4C BB

RGB Percentages of Color #064cbb

%2.23
%28.25
%69.52

CMYK Percentages of Color #064cbb

%97
%59
%0
%27

Triadic Colors of #064cbb

#064cbb #bb064c #4cbb06

Analogous Colors of #064cbb

#064cbb #1b06bb #06a7bb

Monochromatic Colors of #064cbb

#064cbb

Complementary Color

#064cbb #bb7506

#064cbb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#064cbb Color Preview on White Background

Lorem ipsum dolor sit amet.

#064cbb Color CSS Codes

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

#064cbb Text Font Color

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

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


#064cbb Background Color

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

This div background color is #064cbb


#064cbb Border Color

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

This div border color is #064cbb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #064cbb


Comments

No comments written yet.

Please login to write comment.