Color Hex Logo

#06162a Color Hex

#06162A
(6,22,42)
0 Favorites   0 Comments

Color spaces of #06162a

RGB 62242
HSL0.590.750.09
HSV213°86°16°
CMYK 0.860.480.00   0.84
XYZ0.77990.77972.2999
Yxy0.77970.20210.2020
Hunter Lab8.83010.3131-9.2618
CIE-Lab7.04301.5902-15.5565

#06162a color RGB value is (6,22,42).

#06162a hex color red value is 6, green value is 22 and the blue value of its RGB is 42. Cylindrical-coordinate representations (also known as HSL) of color #06162a hue: 0.59 , saturation: 0.75 and the lightness value of 06162a is 0.09.

The process color (four color CMYK) of #06162a color hex is 0.86, 0.48, 0.00, 0.84. Web safe color of #06162a is #000033. Color #06162a contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00000110 00010110 00101010
Octal 6 26 52
Decimal 6 22 42
Hex 6 16 2A

RGB Percentages of Color #06162a

%8.57
%31.43
%60.00

CMYK Percentages of Color #06162a

%86
%48
%0
%84

Triadic Colors of #06162a

#06162a #2a0616 #162a06

Analogous Colors of #06162a

#06162a #08062a #06282a

Monochromatic Colors of #06162a

#06162a

Complementary Color

#06162a #2a1a06

#06162a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#06162a Color Preview on White Background

Lorem ipsum dolor sit amet.

#06162a Color CSS Codes

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

#06162a Text Font Color

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

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


#06162a Background Color

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

This div background color is #06162a


#06162a Border Color

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

This div border color is #06162a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #06162a


Comments

No comments written yet.

Please login to write comment.