Color Hex Logo

#066370 Color Hex

#066370
(6,99,112)
0 Favorites   0 Comments

Color spaces of #066370

RGB 699112
HSL0.520.900.23
HSV187°95°44°
CMYK 0.950.120.00   0.56
XYZ7.461610.132316.8917
Yxy10.13230.21640.2938
Hunter Lab31.8313-13.8624-9.1812
CIE-Lab38.0788-19.0061-14.2258

#066370 color RGB value is (6,99,112).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00000110 01100011 01110000
Octal 6 143 160
Decimal 6 99 112
Hex 6 63 70

RGB Percentages of Color #066370

%2.76
%45.62
%51.61

CMYK Percentages of Color #066370

%95
%12
%0
%56

Triadic Colors of #066370

#066370 #700663 #637006

Analogous Colors of #066370

#066370 #062e70 #067048

Monochromatic Colors of #066370

#066370

Complementary Color

#066370 #701306

#066370 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#066370 Color Preview on White Background

Lorem ipsum dolor sit amet.

#066370 Color CSS Codes

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

#066370 Text Font Color

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

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


#066370 Background Color

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

This div background color is #066370


#066370 Border Color

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

This div border color is #066370


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #066370


Comments

No comments written yet.

Please login to write comment.