Color Hex Logo

#063946 Color Hex

#063946
(6,57,70)
0 Favorites   0 Comments

Color spaces of #063946

RGB 65770
HSL0.530.840.15
HSV192°91°27°
CMYK 0.910.190.00   0.73
XYZ2.64373.40726.3127
Yxy3.40720.21380.2756
Hunter Lab18.4586-6.7372-7.3557
CIE-Lab21.6060-10.6011-12.5693

#063946 color RGB value is (6,57,70).

#063946 hex color red value is 6, green value is 57 and the blue value of its RGB is 70. Cylindrical-coordinate representations (also known as HSL) of color #063946 hue: 0.53 , saturation: 0.84 and the lightness value of 063946 is 0.15.

The process color (four color CMYK) of #063946 color hex is 0.91, 0.19, 0.00, 0.73. Web safe color of #063946 is #003333. Color #063946 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00000110 00111001 01000110
Octal 6 71 106
Decimal 6 57 70
Hex 6 39 46

RGB Percentages of Color #063946

%4.51
%42.86
%52.63

CMYK Percentages of Color #063946

%91
%19
%0
%73

Triadic Colors of #063946

#063946 #460639 #394606

Analogous Colors of #063946

#063946 #061946 #064633

Monochromatic Colors of #063946

#063946

Complementary Color

#063946 #461306

#063946 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#063946 Color Preview on White Background

Lorem ipsum dolor sit amet.

#063946 Color CSS Codes

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

#063946 Text Font Color

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

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


#063946 Background Color

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

This div background color is #063946


#063946 Border Color

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

This div border color is #063946


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #063946


Comments

No comments written yet.

Please login to write comment.