Color Hex Logo

#06496e Color Hex

#06496E
(6,73,110)
0 Favorites   0 Comments

Color spaces of #06496e

RGB 673110
HSL0.560.900.23
HSV201°95°43°
CMYK 0.950.340.00   0.57
XYZ5.27215.929615.6185
Yxy5.92960.19660.2211
Hunter Lab24.3508-3.9674-20.9829
CIE-Lab29.2342-4.2890-26.7044

#06496e color RGB value is (6,73,110).

#06496e hex color red value is 6, green value is 73 and the blue value of its RGB is 110. Cylindrical-coordinate representations (also known as HSL) of color #06496e hue: 0.56 , saturation: 0.90 and the lightness value of 06496e is 0.23.

The process color (four color CMYK) of #06496e color hex is 0.95, 0.34, 0.00, 0.57. Web safe color of #06496e is #003366. Color #06496e contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00000110 01001001 01101110
Octal 6 111 156
Decimal 6 73 110
Hex 6 49 6E

RGB Percentages of Color #06496e

%3.17
%38.62
%58.20

CMYK Percentages of Color #06496e

%95
%34
%0
%57

Triadic Colors of #06496e

#06496e #6e0649 #496e06

Analogous Colors of #06496e

#06496e #06156e #066e5f

Monochromatic Colors of #06496e

#06496e

Complementary Color

#06496e #6e2b06

#06496e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#06496e Color Preview on White Background

Lorem ipsum dolor sit amet.

#06496e Color CSS Codes

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

#06496e Text Font Color

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

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


#06496e Background Color

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

This div background color is #06496e


#06496e Border Color

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

This div border color is #06496e


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(6,73,110, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #06496e; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #06496e;
  -webkit-box-shadow: 1px 1px 3px 2px #06496e;
  box-shadow:         1px 1px 3px 2px #06496e; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #06496e


Comments

No comments written yet.

Please login to write comment.