Color Hex Logo

#06120b Color Hex

#06120B
(6,18,11)
0 Favorites   0 Comments

Color spaces of #06120b

RGB 61811
HSL0.400.500.05
HSV145°67°
CMYK 0.670.000.39   0.93
XYZ0.35180.49550.3937
Yxy0.49550.28350.3993
Hunter Lab7.0392-3.39761.6113
CIE-Lab4.4758-4.88122.0857

#06120b color RGB value is (6,18,11).

#06120b hex color red value is 6, green value is 18 and the blue value of its RGB is 11. Cylindrical-coordinate representations (also known as HSL) of color #06120b hue: 0.40 , saturation: 0.50 and the lightness value of 06120b is 0.05.

The process color (four color CMYK) of #06120b color hex is 0.67, 0.00, 0.39, 0.93. Web safe color of #06120b is #000000. Color #06120b contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00000110 00010010 00001011
Octal 6 22 13
Decimal 6 18 11
Hex 6 12 B

RGB Percentages of Color #06120b

%17.14
%51.43
%31.43

CMYK Percentages of Color #06120b

%67
%0
%39
%93

Triadic Colors of #06120b

#06120b #0b0612 #120b06

Analogous Colors of #06120b

#06120b #061211 #071206

Monochromatic Colors of #06120b

#06120b

Complementary Color

#06120b #12060d

#06120b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#06120b Color Preview on White Background

Lorem ipsum dolor sit amet.

#06120b Color CSS Codes

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

#06120b Text Font Color

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

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


#06120b Background Color

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

This div background color is #06120b


#06120b Border Color

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

This div border color is #06120b


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(6,18,11, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #06120b; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #06120b;
  -webkit-box-shadow: 1px 1px 3px 2px #06120b;
  box-shadow:         1px 1px 3px 2px #06120b; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #06120b


Comments

No comments written yet.

Please login to write comment.