Color Hex Logo

#062066 Color Hex

#062066
(6,32,102)
0 Favorites   0 Comments

Color spaces of #062066

RGB 632102
HSL0.620.890.21
HSV224°94°40°
CMYK 0.940.690.00   0.60
XYZ2.98992.031112.8048
Yxy2.03110.16770.1139
Hunter Lab14.251712.5076-43.2946
CIE-Lab15.649621.4165-43.4185

#062066 color RGB value is (6,32,102).

#062066 hex color red value is 6, green value is 32 and the blue value of its RGB is 102. Cylindrical-coordinate representations (also known as HSL) of color #062066 hue: 0.62 , saturation: 0.89 and the lightness value of 062066 is 0.21.

The process color (four color CMYK) of #062066 color hex is 0.94, 0.69, 0.00, 0.60. Web safe color of #062066 is #003366. Color #062066 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00000110 00100000 01100110
Octal 6 40 146
Decimal 6 32 102
Hex 6 20 66

RGB Percentages of Color #062066

%4.29
%22.86
%72.86

CMYK Percentages of Color #062066

%94
%69
%0
%60

Triadic Colors of #062066

#062066 #660620 #206606

Analogous Colors of #062066

#062066 #1c0666 #065066

Monochromatic Colors of #062066

#062066

Complementary Color

#062066 #664c06

#062066 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#062066 Color Preview on White Background

Lorem ipsum dolor sit amet.

#062066 Color CSS Codes

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

#062066 Text Font Color

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

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


#062066 Background Color

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

This div background color is #062066


#062066 Border Color

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

This div border color is #062066


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #062066


Comments

No comments written yet.

Please login to write comment.