Color Hex Logo

#063279 Color Hex

#063279
(6,50,121)
0 Favorites   0 Comments

Color spaces of #063279

RGB 650121
HSL0.600.910.25
HSV217°95°47°
CMYK 0.950.590.00   0.53
XYZ4.66693.700418.5574
Yxy3.70040.17330.1374
Hunter Lab19.23649.6417-43.7316
CIE-Lab22.655216.4738-44.2406

#063279 color RGB value is (6,50,121).

#063279 hex color red value is 6, green value is 50 and the blue value of its RGB is 121. Cylindrical-coordinate representations (also known as HSL) of color #063279 hue: 0.60 , saturation: 0.91 and the lightness value of 063279 is 0.25.

The process color (four color CMYK) of #063279 color hex is 0.95, 0.59, 0.00, 0.53. Web safe color of #063279 is #003366. Color #063279 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00000110 00110010 01111001
Octal 6 62 171
Decimal 6 50 121
Hex 6 32 79

RGB Percentages of Color #063279

%3.39
%28.25
%68.36

CMYK Percentages of Color #063279

%95
%59
%0
%53

Triadic Colors of #063279

#063279 #790632 #327906

Analogous Colors of #063279

#063279 #140679 #066c79

Monochromatic Colors of #063279

#063279

Complementary Color

#063279 #794d06

#063279 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#063279 Color Preview on White Background

Lorem ipsum dolor sit amet.

#063279 Color CSS Codes

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

#063279 Text Font Color

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

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


#063279 Background Color

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

This div background color is #063279


#063279 Border Color

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

This div border color is #063279


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(6,50,121, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #063279; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #063279;
  -webkit-box-shadow: 1px 1px 3px 2px #063279;
  box-shadow:         1px 1px 3px 2px #063279; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #063279


Comments

No comments written yet.

Please login to write comment.