Color Hex Logo

#067193 Color Hex

#067193
(6,113,147)
0 Favorites   0 Comments

Color spaces of #067193

RGB 6113147
HSL0.540.920.30
HSV194°96°58°
CMYK 0.960.230.00   0.42
XYZ11.246713.955629.7047
Yxy13.95560.20480.2542
Hunter Lab37.3572-11.6362-20.9946
CIE-Lab44.1692-13.8797-25.9735

#067193 color RGB value is (6,113,147).

#067193 hex color red value is 6, green value is 113 and the blue value of its RGB is 147. Cylindrical-coordinate representations (also known as HSL) of color #067193 hue: 0.54 , saturation: 0.92 and the lightness value of 067193 is 0.30.

The process color (four color CMYK) of #067193 color hex is 0.96, 0.23, 0.00, 0.42. Web safe color of #067193 is #006699. Color #067193 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00000110 01110001 10010011
Octal 6 161 223
Decimal 6 113 147
Hex 6 71 93

RGB Percentages of Color #067193

%2.26
%42.48
%55.26

CMYK Percentages of Color #067193

%96
%23
%0
%42

Triadic Colors of #067193

#067193 #930671 #719306

Analogous Colors of #067193

#067193 #062b93 #06936f

Monochromatic Colors of #067193

#067193

Complementary Color

#067193 #932806

#067193 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#067193 Color Preview on White Background

Lorem ipsum dolor sit amet.

#067193 Color CSS Codes

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

#067193 Text Font Color

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

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


#067193 Background Color

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

This div background color is #067193


#067193 Border Color

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

This div border color is #067193


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #067193


Comments

No comments written yet.

Please login to write comment.