Color Hex Logo

#06749a Color Hex

#06749A
(6,116,154)
0 Favorites   0 Comments

Color spaces of #06749a

RGB 6116154
HSL0.540.930.31
HSV195°96°60°
CMYK 0.960.250.00   0.40
XYZ12.153214.862632.8001
Yxy14.86260.20320.2485
Hunter Lab38.5520-11.1955-23.4575
CIE-Lab45.4454-12.9553-28.1307

#06749a color RGB value is (6,116,154).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00000110 01110100 10011010
Octal 6 164 232
Decimal 6 116 154
Hex 6 74 9A

RGB Percentages of Color #06749a

%2.17
%42.03
%55.80

CMYK Percentages of Color #06749a

%96
%25
%0
%40

Triadic Colors of #06749a

#06749a #9a0674 #749a06

Analogous Colors of #06749a

#06749a #062a9a #069a76

Monochromatic Colors of #06749a

#06749a

Complementary Color

#06749a #9a2c06

#06749a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#06749a Color Preview on White Background

Lorem ipsum dolor sit amet.

#06749a Color CSS Codes

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

#06749a Text Font Color

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

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


#06749a Background Color

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

This div background color is #06749a


#06749a Border Color

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

This div border color is #06749a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #06749a


Comments

No comments written yet.

Please login to write comment.