Color Hex Logo

#06110b Color Hex

#06110B
(6,17,11)
0 Favorites   0 Comments

Color spaces of #06110b

RGB 61711
HSL0.410.480.05
HSV147°65°
CMYK 0.650.000.35   0.93
XYZ0.33600.46380.3884
Yxy0.46380.28280.3903
Hunter Lab6.8103-3.11131.3858
CIE-Lab4.1895-4.29421.6678

#06110b color RGB value is (6,17,11).

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

The process color (four color CMYK) of #06110b color hex is 0.65, 0.00, 0.35, 0.93. Web safe color of #06110b is #000000. Color #06110b contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00000110 00010001 00001011
Octal 6 21 13
Decimal 6 17 11
Hex 6 11 B

RGB Percentages of Color #06110b

%17.65
%50.00
%32.35

CMYK Percentages of Color #06110b

%65
%0
%35
%93

Triadic Colors of #06110b

#06110b #0b0611 #110b06

Analogous Colors of #06110b

#06110b #061111 #071106

Monochromatic Colors of #06110b

#06110b

Complementary Color

#06110b #11060c

#06110b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#06110b Color Preview on White Background

Lorem ipsum dolor sit amet.

#06110b Color CSS Codes

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

#06110b Text Font Color

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

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


#06110b Background Color

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

This div background color is #06110b


#06110b Border Color

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

This div border color is #06110b


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(6,17,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 #06110b">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #06110b


Comments

No comments written yet.

Please login to write comment.