Color Hex Logo

#067097 Color Hex

#067097
(6,112,151)
0 Favorites   0 Comments

Color spaces of #067097

RGB 6112151
HSL0.540.920.31
HSV196°96°59°
CMYK 0.960.260.00   0.41
XYZ11.455213.861431.3499
Yxy13.86140.20220.2446
Hunter Lab37.2309-10.2332-23.8629
CIE-Lab44.0335-11.7872-28.5592

#067097 color RGB value is (6,112,151).

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

The process color (four color CMYK) of #067097 color hex is 0.96, 0.26, 0.00, 0.41. Web safe color of #067097 is #006699. Color #067097 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00000110 01110000 10010111
Octal 6 160 227
Decimal 6 112 151
Hex 6 70 97

RGB Percentages of Color #067097

%2.23
%41.64
%56.13

CMYK Percentages of Color #067097

%96
%26
%0
%41

Triadic Colors of #067097

#067097 #970670 #709706

Analogous Colors of #067097

#067097 #062797 #069776

Monochromatic Colors of #067097

#067097

Complementary Color

#067097 #972d06

#067097 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#067097 Color Preview on White Background

Lorem ipsum dolor sit amet.

#067097 Color CSS Codes

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

#067097 Text Font Color

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

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


#067097 Background Color

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

This div background color is #067097


#067097 Border Color

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

This div border color is #067097


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #067097


Comments

No comments written yet.

Please login to write comment.