Color Hex Logo

#0640fe Color Hex

#0640FE
(6,64,254)
0 Favorites   0 Comments

Color spaces of #0640fe

RGB 664254
HSL0.630.990.51
HSV226°98°100°
CMYK 0.980.750.00   0.00
XYZ19.797910.861394.8189
Yxy10.86130.15780.0866
Hunter Lab32.956549.5562-147.5133
CIE-Lab39.345957.8302-95.5650

#0640fe color RGB value is (6,64,254).

#0640fe hex color red value is 6, green value is 64 and the blue value of its RGB is 254. Cylindrical-coordinate representations (also known as HSL) of color #0640fe hue: 0.63 , saturation: 0.99 and the lightness value of 0640fe is 0.51.

The process color (four color CMYK) of #0640fe color hex is 0.98, 0.75, 0.00, 0.00. Web safe color of #0640fe is #0033ff. Color #0640fe contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00000110 01000000 11111110
Octal 6 100 376
Decimal 6 64 254
Hex 6 40 FE

RGB Percentages of Color #0640fe

%1.85
%19.75
%78.40

CMYK Percentages of Color #0640fe

%98
%75
%0
%0

Triadic Colors of #0640fe

#0640fe #fe0640 #40fe06

Analogous Colors of #0640fe

#0640fe #4806fe #06bcfe

Monochromatic Colors of #0640fe

#0640fe

Complementary Color

#0640fe #fec406

#0640fe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#0640fe Color Preview on White Background

Lorem ipsum dolor sit amet.

#0640fe Color CSS Codes

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

#0640fe Text Font Color

<p style="color:#0640fe">Text here</p>

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


#0640fe Background Color

<div style="background-color:#0640fe">
Div content here</div>

This div background color is #0640fe


#0640fe Border Color

<div style="border:3px solid #0640fe">
Div here</div>

This div border color is #0640fe


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(6,64,254, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #0640fe; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #0640fe;
  -webkit-box-shadow: 1px 1px 3px 2px #0640fe;
  box-shadow:         1px 1px 3px 2px #0640fe; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #0640fe

Related Colors


Comments

No comments written yet.

Please login to write comment.