Color Hex Logo

#063bdf Color Hex

#063BDF
(6,59,223)
0 Favorites   0 Comments

Color spaces of #063bdf

RGB 659223
HSL0.630.950.45
HSV225°97°87°
CMYK 0.970.740.00   0.13
XYZ14.95848.494470.6632
Yxy8.49440.15890.0903
Hunter Lab29.145240.6090-123.3486
CIE-Lab34.992050.1582-85.2401

#063bdf color RGB value is (6,59,223).

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

The process color (four color CMYK) of #063bdf color hex is 0.97, 0.74, 0.00, 0.13. Web safe color of #063bdf is #0033cc. Color #063bdf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00000110 00111011 11011111
Octal 6 73 337
Decimal 6 59 223
Hex 6 3B DF

RGB Percentages of Color #063bdf

%2.08
%20.49
%77.43

CMYK Percentages of Color #063bdf

%97
%74
%0
%13

Triadic Colors of #063bdf

#063bdf #df063b #3bdf06

Analogous Colors of #063bdf

#063bdf #3e06df #06a8df

Monochromatic Colors of #063bdf

#063bdf

Complementary Color

#063bdf #dfaa06

#063bdf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#063bdf Color Preview on White Background

Lorem ipsum dolor sit amet.

#063bdf Color CSS Codes

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

#063bdf Text Font Color

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

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


#063bdf Background Color

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

This div background color is #063bdf


#063bdf Border Color

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

This div border color is #063bdf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #063bdf


Comments

No comments written yet.

Please login to write comment.