Color Hex Logo

#067498 Color Hex

#067498
(6,116,152)
0 Favorites   0 Comments

Color spaces of #067498

RGB 6116152
HSL0.540.920.31
HSV195°96°60°
CMYK 0.960.240.00   0.40
XYZ11.988014.796531.9299
Yxy14.79650.20420.2520
Hunter Lab38.4662-11.6863-22.2889
CIE-Lab45.3542-13.7086-27.0916

#067498 color RGB value is (6,116,152).

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

The process color (four color CMYK) of #067498 color hex is 0.96, 0.24, 0.00, 0.40. Web safe color of #067498 is #006699. Color #067498 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00000110 01110100 10011000
Octal 6 164 230
Decimal 6 116 152
Hex 6 74 98

RGB Percentages of Color #067498

%2.19
%42.34
%55.47

CMYK Percentages of Color #067498

%96
%24
%0
%40

Triadic Colors of #067498

#067498 #980674 #749806

Analogous Colors of #067498

#067498 #062b98 #069873

Monochromatic Colors of #067498

#067498

Complementary Color

#067498 #982a06

#067498 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#067498 Color Preview on White Background

Lorem ipsum dolor sit amet.

#067498 Color CSS Codes

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

#067498 Text Font Color

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

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


#067498 Background Color

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

This div background color is #067498


#067498 Border Color

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

This div border color is #067498


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #067498


Comments

No comments written yet.

Please login to write comment.