Color Hex Logo

#064af1 Color Hex

#064AF1
(6,74,241)
0 Favorites   0 Comments

Color spaces of #064af1

RGB 674241
HSL0.620.950.48
HSV223°98°95°
CMYK 0.980.690.00   0.05
XYZ18.401111.287284.4279
Yxy11.28720.16120.0989
Hunter Lab33.596438.9725-125.4784
CIE-Lab40.060047.6109-87.0854

#064af1 color RGB value is (6,74,241).

#064af1 hex color red value is 6, green value is 74 and the blue value of its RGB is 241. Cylindrical-coordinate representations (also known as HSL) of color #064af1 hue: 0.62 , saturation: 0.95 and the lightness value of 064af1 is 0.48.

The process color (four color CMYK) of #064af1 color hex is 0.98, 0.69, 0.00, 0.05. Web safe color of #064af1 is #0033ff. Color #064af1 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00000110 01001010 11110001
Octal 6 112 361
Decimal 6 74 241
Hex 6 4A F1

RGB Percentages of Color #064af1

%1.87
%23.05
%75.08

CMYK Percentages of Color #064af1

%98
%69
%0
%5

Triadic Colors of #064af1

#064af1 #f1064a #4af106

Analogous Colors of #064af1

#064af1 #3706f1 #06c0f1

Monochromatic Colors of #064af1

#064af1

Complementary Color

#064af1 #f1ad06

#064af1 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#064af1 Color Preview on White Background

Lorem ipsum dolor sit amet.

#064af1 Color CSS Codes

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

#064af1 Text Font Color

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

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


#064af1 Background Color

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

This div background color is #064af1


#064af1 Border Color

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

This div border color is #064af1


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #064af1


Comments

No comments written yet.

Please login to write comment.