Color Hex Logo

#062960 Color Hex

#062960
(6,41,96)
0 Favorites   0 Comments

Color spaces of #062960

RGB 64196
HSL0.600.880.20
HSV217°94°38°
CMYK 0.940.570.00   0.62
XYZ2.97942.469111.3859
Yxy2.46910.17700.1467
Hunter Lab15.71346.3468-31.9621
CIE-Lab17.778312.0562-35.9865

#062960 color RGB value is (6,41,96).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00000110 00101001 01100000
Octal 6 51 140
Decimal 6 41 96
Hex 6 29 60

RGB Percentages of Color #062960

%4.20
%28.67
%67.13

CMYK Percentages of Color #062960

%94
%57
%0
%62

Triadic Colors of #062960

#062960 #600629 #296006

Analogous Colors of #062960

#062960 #100660 #065660

Monochromatic Colors of #062960

#062960

Complementary Color

#062960 #603d06

#062960 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#062960 Color Preview on White Background

Lorem ipsum dolor sit amet.

#062960 Color CSS Codes

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

#062960 Text Font Color

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

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


#062960 Background Color

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

This div background color is #062960


#062960 Border Color

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

This div border color is #062960


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(6,41,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 #062960">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #062960


Comments

No comments written yet.

Please login to write comment.