Color Hex Logo

#063fab Color Hex

#063FAB
(6,63,171)
0 Favorites   0 Comments

Color spaces of #063fab

RGB 663171
HSL0.610.930.35
HSV219°96°67°
CMYK 0.960.630.00   0.33
XYZ9.20336.534039.3042
Yxy6.53400.16720.1187
Hunter Lab25.561719.5347-73.2724
CIE-Lab30.721628.2137-61.8498

#063fab color RGB value is (6,63,171).

#063fab hex color red value is 6, green value is 63 and the blue value of its RGB is 171. Cylindrical-coordinate representations (also known as HSL) of color #063fab hue: 0.61 , saturation: 0.93 and the lightness value of 063fab is 0.35.

The process color (four color CMYK) of #063fab color hex is 0.96, 0.63, 0.00, 0.33. Web safe color of #063fab is #003399. Color #063fab contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00000110 00111111 10101011
Octal 6 77 253
Decimal 6 63 171
Hex 6 3F AB

RGB Percentages of Color #063fab

%2.50
%26.25
%71.25

CMYK Percentages of Color #063fab

%96
%63
%0
%33

Triadic Colors of #063fab

#063fab #ab063f #3fab06

Analogous Colors of #063fab

#063fab #1f06ab #0692ab

Monochromatic Colors of #063fab

#063fab

Complementary Color

#063fab #ab7206

#063fab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#063fab Color Preview on White Background

Lorem ipsum dolor sit amet.

#063fab Color CSS Codes

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

#063fab Text Font Color

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

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


#063fab Background Color

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

This div background color is #063fab


#063fab Border Color

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

This div border color is #063fab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #063fab


Comments

No comments written yet.

Please login to write comment.