Color Hex Logo

#0607ac Color Hex

#0607AC
(6,7,172)
0 Favorites   0 Comments

Color spaces of #0607ac

RGB 67172
HSL0.670.930.35
HSV240°97°67°
CMYK 0.970.960.00   0.33
XYZ7.59753.169239.2410
Yxy3.16920.15190.0634
Hunter Lab17.802245.0249-118.2297
CIE-Lab20.709257.1552-79.0362

#0607ac color RGB value is (6,7,172).

#0607ac hex color red value is 6, green value is 7 and the blue value of its RGB is 172. Cylindrical-coordinate representations (also known as HSL) of color #0607ac hue: 0.67 , saturation: 0.93 and the lightness value of 0607ac is 0.35.

The process color (four color CMYK) of #0607ac color hex is 0.97, 0.96, 0.00, 0.33. Web safe color of #0607ac is #000099. Color #0607ac contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00000110 00000111 10101100
Octal 6 7 254
Decimal 6 7 172
Hex 6 7 AC

RGB Percentages of Color #0607ac

%3.24
%3.78
%92.97

CMYK Percentages of Color #0607ac

%97
%96
%0
%33

Triadic Colors of #0607ac

#0607ac #ac0607 #07ac06

Analogous Colors of #0607ac

#0607ac #5806ac #065aac

Monochromatic Colors of #0607ac

#0607ac

Complementary Color

#0607ac #acab06

#0607ac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#0607ac Color Preview on White Background

Lorem ipsum dolor sit amet.

#0607ac Color CSS Codes

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

#0607ac Text Font Color

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

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


#0607ac Background Color

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

This div background color is #0607ac


#0607ac Border Color

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

This div border color is #0607ac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #0607ac


Comments

No comments written yet.

Please login to write comment.