Color Hex Logo

#06169e Color Hex

#06169E
(6,22,158)
0 Favorites   0 Comments

Color spaces of #06169e

RGB 622158
HSL0.650.930.32
HSV234°96°62°
CMYK 0.960.860.00   0.38
XYZ6.53363.081232.5981
Yxy3.08120.15480.0730
Hunter Lab17.553335.7218-97.8194
CIE-Lab20.366248.0702-71.0949

#06169e color RGB value is (6,22,158).

#06169e hex color red value is 6, green value is 22 and the blue value of its RGB is 158. Cylindrical-coordinate representations (also known as HSL) of color #06169e hue: 0.65 , saturation: 0.93 and the lightness value of 06169e is 0.32.

The process color (four color CMYK) of #06169e color hex is 0.96, 0.86, 0.00, 0.38. Web safe color of #06169e is #000099. Color #06169e contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00000110 00010110 10011110
Octal 6 26 236
Decimal 6 22 158
Hex 6 16 9E

RGB Percentages of Color #06169e

%3.23
%11.83
%84.95

CMYK Percentages of Color #06169e

%96
%86
%0
%38

Triadic Colors of #06169e

#06169e #9e0616 #169e06

Analogous Colors of #06169e

#06169e #42069e #06629e

Monochromatic Colors of #06169e

#06169e

Complementary Color

#06169e #9e8e06

#06169e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#06169e Color Preview on White Background

Lorem ipsum dolor sit amet.

#06169e Color CSS Codes

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

#06169e Text Font Color

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

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


#06169e Background Color

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

This div background color is #06169e


#06169e Border Color

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

This div border color is #06169e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #06169e


Comments

No comments written yet.

Please login to write comment.