Color Hex Logo

#063bfe Color Hex

#063BFE
(6,59,254)
0 Favorites   0 Comments

Color spaces of #063bfe

RGB 659254
HSL0.630.990.51
HSV227°98°100°
CMYK 0.980.770.00   0.00
XYZ19.528510.322494.7291
Yxy10.32240.15680.0829
Hunter Lab32.128552.2719-152.3234
CIE-Lab38.414960.4923-97.1098

#063bfe color RGB value is (6,59,254).

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

The process color (four color CMYK) of #063bfe color hex is 0.98, 0.77, 0.00, 0.00. Web safe color of #063bfe is #0033ff. Color #063bfe contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00000110 00111011 11111110
Octal 6 73 376
Decimal 6 59 254
Hex 6 3B FE

RGB Percentages of Color #063bfe

%1.88
%18.50
%79.62

CMYK Percentages of Color #063bfe

%98
%77
%0
%0

Triadic Colors of #063bfe

#063bfe #fe063b #3bfe06

Analogous Colors of #063bfe

#063bfe #4d06fe #06b7fe

Monochromatic Colors of #063bfe

#063bfe

Complementary Color

#063bfe #fec906

#063bfe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#063bfe Color Preview on White Background

Lorem ipsum dolor sit amet.

#063bfe Color CSS Codes

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

#063bfe Text Font Color

<p style="color:#063bfe">Text here</p>

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


#063bfe Background Color

<div style="background-color:#063bfe">
Div content here</div>

This div background color is #063bfe


#063bfe Border Color

<div style="border:3px solid #063bfe">
Div here</div>

This div border color is #063bfe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #063bfe


Comments

No comments written yet.

Please login to write comment.