Color Hex Logo

#063860 Color Hex

#063860
(6,56,96)
0 Favorites   0 Comments

Color spaces of #063860

RGB 65696
HSL0.570.880.20
HSV207°94°38°
CMYK 0.940.420.00   0.62
XYZ3.60063.711611.5930
Yxy3.71160.19050.1963
Hunter Lab19.2655-0.3542-22.1918
CIE-Lab22.69411.1400-28.0788

#063860 color RGB value is (6,56,96).

#063860 hex color red value is 6, green value is 56 and the blue value of its RGB is 96. Cylindrical-coordinate representations (also known as HSL) of color #063860 hue: 0.57 , saturation: 0.88 and the lightness value of 063860 is 0.20.

The process color (four color CMYK) of #063860 color hex is 0.94, 0.42, 0.00, 0.62. Web safe color of #063860 is #003366. Color #063860 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00000110 00111000 01100000
Octal 6 70 140
Decimal 6 56 96
Hex 6 38 60

RGB Percentages of Color #063860

%3.80
%35.44
%60.76

CMYK Percentages of Color #063860

%94
%42
%0
%62

Triadic Colors of #063860

#063860 #600638 #386006

Analogous Colors of #063860

#063860 #060b60 #06605b

Monochromatic Colors of #063860

#063860

Complementary Color

#063860 #602e06

#063860 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#063860 Color Preview on White Background

Lorem ipsum dolor sit amet.

#063860 Color CSS Codes

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

#063860 Text Font Color

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

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


#063860 Background Color

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

This div background color is #063860


#063860 Border Color

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

This div border color is #063860


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #063860


Comments

No comments written yet.

Please login to write comment.