Color Hex Logo

#063774 Color Hex

#063774
(6,55,116)
0 Favorites   0 Comments

Color spaces of #063774

RGB 655116
HSL0.590.900.24
HSV213°95°45°
CMYK 0.950.530.00   0.55
XYZ4.59374.032017.0591
Yxy4.03200.17880.1570
Hunter Lab20.07985.6960-36.3147
CIE-Lab23.777010.6762-39.2381

#063774 color RGB value is (6,55,116).

#063774 hex color red value is 6, green value is 55 and the blue value of its RGB is 116. Cylindrical-coordinate representations (also known as HSL) of color #063774 hue: 0.59 , saturation: 0.90 and the lightness value of 063774 is 0.24.

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

Base Numbers

BaseRedGreenBlue
Binary 00000110 00110111 01110100
Octal 6 67 164
Decimal 6 55 116
Hex 6 37 74

RGB Percentages of Color #063774

%3.39
%31.07
%65.54

CMYK Percentages of Color #063774

%95
%53
%0
%55

Triadic Colors of #063774

#063774 #740637 #377406

Analogous Colors of #063774

#063774 #0c0674 #066e74

Monochromatic Colors of #063774

#063774

Complementary Color

#063774 #744306

#063774 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#063774 Color Preview on White Background

Lorem ipsum dolor sit amet.

#063774 Color CSS Codes

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

#063774 Text Font Color

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

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


#063774 Background Color

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

This div background color is #063774


#063774 Border Color

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

This div border color is #063774


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #063774


Comments

No comments written yet.

Please login to write comment.