Color Hex Logo

#063bfb Color Hex

#063BFB
(6,59,251)
0 Favorites   0 Comments

Color spaces of #063bfb

RGB 659251
HSL0.630.970.50
HSV227°98°98°
CMYK 0.980.760.00   0.02
XYZ19.051710.131792.2183
Yxy10.13170.15690.0835
Hunter Lab31.830351.1362-149.4928
CIE-Lab38.077859.5247-95.9891

#063bfb color RGB value is (6,59,251).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00000110 00111011 11111011
Octal 6 73 373
Decimal 6 59 251
Hex 6 3B FB

RGB Percentages of Color #063bfb

%1.90
%18.67
%79.43

CMYK Percentages of Color #063bfb

%98
%76
%0
%2

Triadic Colors of #063bfb

#063bfb #fb063b #3bfb06

Analogous Colors of #063bfb

#063bfb #4c06fb #06b6fb

Monochromatic Colors of #063bfb

#063bfb

Complementary Color

#063bfb #fbc606

#063bfb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#063bfb Color Preview on White Background

Lorem ipsum dolor sit amet.

#063bfb Color CSS Codes

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

#063bfb Text Font Color

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

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


#063bfb Background Color

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

This div background color is #063bfb


#063bfb Border Color

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

This div border color is #063bfb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #063bfb


Comments

No comments written yet.

Please login to write comment.