Color Hex Logo

#066778 Color Hex

#066778
(6,103,120)
0 Favorites   0 Comments

Color spaces of #066778

RGB 6103120
HSL0.520.900.25
HSV189°95°47°
CMYK 0.950.140.00   0.53
XYZ8.315511.095319.4726
Yxy11.09530.21390.2853
Hunter Lab33.3096-13.7306-11.3439
CIE-Lab39.7405-18.2948-16.5768

#066778 color RGB value is (6,103,120).

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

The process color (four color CMYK) of #066778 color hex is 0.95, 0.14, 0.00, 0.53. Web safe color of #066778 is #006666. Color #066778 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00000110 01100111 01111000
Octal 6 147 170
Decimal 6 103 120
Hex 6 67 78

RGB Percentages of Color #066778

%2.62
%44.98
%52.40

CMYK Percentages of Color #066778

%95
%14
%0
%53

Triadic Colors of #066778

#066778 #780667 #677806

Analogous Colors of #066778

#066778 #062e78 #067850

Monochromatic Colors of #066778

#066778

Complementary Color

#066778 #781706

#066778 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#066778 Color Preview on White Background

Lorem ipsum dolor sit amet.

#066778 Color CSS Codes

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

#066778 Text Font Color

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

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


#066778 Background Color

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

This div background color is #066778


#066778 Border Color

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

This div border color is #066778


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #066778


Comments

No comments written yet.

Please login to write comment.