Color Hex Logo

#06078d Color Hex

#06078D
(6,7,141)
0 Favorites   0 Comments

Color spaces of #06078d

RGB 67141
HSL0.670.920.29
HSV240°96°55°
CMYK 0.960.950.00   0.45
XYZ4.95882.113825.3459
Yxy2.11380.15300.0652
Hunter Lab14.538935.4381-93.1839
CIE-Lab16.073548.5835-67.7313

#06078d color RGB value is (6,7,141).

#06078d hex color red value is 6, green value is 7 and the blue value of its RGB is 141. Cylindrical-coordinate representations (also known as HSL) of color #06078d hue: 0.67 , saturation: 0.92 and the lightness value of 06078d is 0.29.

The process color (four color CMYK) of #06078d color hex is 0.96, 0.95, 0.00, 0.45. Web safe color of #06078d is #000099. Color #06078d contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00000110 00000111 10001101
Octal 6 7 215
Decimal 6 7 141
Hex 6 7 8D

RGB Percentages of Color #06078d

%3.90
%4.55
%91.56

CMYK Percentages of Color #06078d

%96
%95
%0
%45

Triadic Colors of #06078d

#06078d #8d0607 #078d06

Analogous Colors of #06078d

#06078d #49068d #064b8d

Monochromatic Colors of #06078d

#06078d

Complementary Color

#06078d #8d8c06

#06078d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#06078d Color Preview on White Background

Lorem ipsum dolor sit amet.

#06078d Color CSS Codes

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

#06078d Text Font Color

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

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


#06078d Background Color

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

This div background color is #06078d


#06078d Border Color

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

This div border color is #06078d


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(6,7,141, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #06078d; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #06078d;
  -webkit-box-shadow: 1px 1px 3px 2px #06078d;
  box-shadow:         1px 1px 3px 2px #06078d; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #06078d


Comments

No comments written yet.

Please login to write comment.