color codes Logo

#064cfc color codes

#064CFC
(6,76,252)
0 Favorites   0 Comments

Color spaces of #064cfc

RGB 676252
HSL0.620.980.51
HSV223°98°99°
CMYK 0.980.700.00   0.01
XYZ20.230212.235993.3910
Yxy12.23590.16070.0972
Hunter Lab34.979942.0187-133.8096
CIE-Lab41.588650.3050-90.7347

#064cfc color RGB value is (6,76,252).

#064cfc hex color red value is 6, green value is 76 and the blue value of its RGB is 252. Cylindrical-coordinate representations (also known as HSL) of color #064cfc hue: 0.62 , saturation: 0.98 and the lightness value of 064cfc is 0.51.

The process color (four color CMYK) of #064cfc color code is 0.98, 0.70, 0.00, 0.01. Web safe color of #064cfc is #0033ff. Color #064cfc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00000110 01001100 11111100
Octal 6 114 374
Decimal 6 76 252
Hex 6 4C FC

RGB Percentages of Color #064cfc

%1.80
%22.75
%75.45

CMYK Percentages of Color #064cfc

%98
%70
%0
%1

Triadic Colors of #064cfc

#064cfc #fc064c #4cfc06

Analogous Colors of #064cfc

#064cfc #3b06fc #06c7fc

Monochromatic Colors of #064cfc

#064cfc

Complementary Color

#064cfc #fcb606

#064cfc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#064cfc Color Preview on White Background

Lorem ipsum dolor sit amet.

#064cfc Color CSS Codes

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

#064cfc Text Font Color

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

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


#064cfc Background Color

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

This div background color is #064cfc


#064cfc Border Color

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

This div border color is #064cfc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #064cfc


Comments

No comments written yet.

Please login to write comment.