Color Hex Logo

#066471 Color Hex

#066471
(6,100,113)
0 Favorites   0 Comments

Color spaces of #066471

RGB 6100113
HSL0.520.900.23
HSV187°95°44°
CMYK 0.950.120.00   0.56
XYZ7.612910.345317.2184
Yxy10.34530.21640.2941
Hunter Lab32.1641-14.0382-9.2248
CIE-Lab38.4552-19.1907-14.2654

#066471 color RGB value is (6,100,113).

#066471 hex color red value is 6, green value is 100 and the blue value of its RGB is 113. Cylindrical-coordinate representations (also known as HSL) of color #066471 hue: 0.52 , saturation: 0.90 and the lightness value of 066471 is 0.23.

The process color (four color CMYK) of #066471 color hex is 0.95, 0.12, 0.00, 0.56. Web safe color of #066471 is #006666. Color #066471 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00000110 01100100 01110001
Octal 6 144 161
Decimal 6 100 113
Hex 6 64 71

RGB Percentages of Color #066471

%2.74
%45.66
%51.60

CMYK Percentages of Color #066471

%95
%12
%0
%56

Triadic Colors of #066471

#066471 #710664 #647106

Analogous Colors of #066471

#066471 #062e71 #067149

Monochromatic Colors of #066471

#066471

Complementary Color

#066471 #711306

#066471 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#066471 Color Preview on White Background

Lorem ipsum dolor sit amet.

#066471 Color CSS Codes

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

#066471 Text Font Color

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

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


#066471 Background Color

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

This div background color is #066471


#066471 Border Color

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

This div border color is #066471


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #066471

#066471 Color Palettes


Comments

No comments written yet.

Please login to write comment.