Color Hex Logo

#06611b Color Hex

#06611B
(6,97,27)
0 Favorites   0 Comments

Color spaces of #06611b

RGB 69727
HSL0.370.880.20
HSV134°94°38°
CMYK 0.940.000.72   0.62
XYZ4.54768.66722.4702
Yxy8.66720.28990.5526
Hunter Lab29.4401-23.947415.6333
CIE-Lab35.3355-39.756331.8915

#06611b color RGB value is (6,97,27).

#06611b hex color red value is 6, green value is 97 and the blue value of its RGB is 27. Cylindrical-coordinate representations (also known as HSL) of color #06611b hue: 0.37 , saturation: 0.88 and the lightness value of 06611b is 0.20.

The process color (four color CMYK) of #06611b color hex is 0.94, 0.00, 0.72, 0.62. Web safe color of #06611b is #006633. Color #06611b contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00000110 01100001 00011011
Octal 6 141 33
Decimal 6 97 27
Hex 6 61 1B

RGB Percentages of Color #06611b

%4.62
%74.62
%20.77

CMYK Percentages of Color #06611b

%94
%0
%72
%62

Triadic Colors of #06611b

#06611b #1b0661 #611b06

Analogous Colors of #06611b

#06611b #066149 #1f6106

Monochromatic Colors of #06611b

#06611b

Complementary Color

#06611b #61064c

#06611b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#06611b Color Preview on White Background

Lorem ipsum dolor sit amet.

#06611b Color CSS Codes

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

#06611b Text Font Color

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

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


#06611b Background Color

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

This div background color is #06611b


#06611b Border Color

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

This div border color is #06611b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #06611b


Comments

No comments written yet.

Please login to write comment.