Color Hex Logo

#063afb Color Hex

#063AFB
(6,58,251)
0 Favorites   0 Comments

Color spaces of #063afb

RGB 658251
HSL0.630.970.50
HSV227°98°98°
CMYK 0.980.770.00   0.02
XYZ19.000710.029992.2013
Yxy10.02990.15670.0827
Hunter Lab31.670051.6701-150.4427
CIE-Lab37.896060.0466-96.2908

#063afb color RGB value is (6,58,251).

#063afb hex color red value is 6, green value is 58 and the blue value of its RGB is 251. Cylindrical-coordinate representations (also known as HSL) of color #063afb hue: 0.63 , saturation: 0.97 and the lightness value of 063afb is 0.50.

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

Base Numbers

BaseRedGreenBlue
Binary 00000110 00111010 11111011
Octal 6 72 373
Decimal 6 58 251
Hex 6 3A FB

RGB Percentages of Color #063afb

%1.90
%18.41
%79.68

CMYK Percentages of Color #063afb

%98
%77
%0
%2

Triadic Colors of #063afb

#063afb #fb063a #3afb06

Analogous Colors of #063afb

#063afb #4d06fb #06b5fb

Monochromatic Colors of #063afb

#063afb

Complementary Color

#063afb #fbc706

#063afb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#063afb Color Preview on White Background

Lorem ipsum dolor sit amet.

#063afb Color CSS Codes

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

#063afb Text Font Color

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

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


#063afb Background Color

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

This div background color is #063afb


#063afb Border Color

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

This div border color is #063afb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #063afb


Comments

No comments written yet.

Please login to write comment.