#061e2a

#061e2a color hex

#061e2a hex color information.
RGB value of #061e2a is (6,30,42)
Change page background color to #061e2a | Reset

#061e2a rgb color chart

Color spaces of #061e2a

RGB 63042
HSL0.560.750.09
HSV200°86°16°
CMYK 0.860.290.00   0.84
XYZ0.95731.13442.3590
Yxy1.13440.21510.2549
Hunter Lab10.6508-2.5953-5.6763
CIE-Lab10.0643-4.3671-10.8168

Shades of #061e2a

Tints of #061e2a

RGB Percentages of Color #061e2a

%7.69
%38.46
%53.85

CMYK Percentages of Color #061e2a

%86
%29
%0
%84

#061e2a Color Info

#061e2a hex color red value is 6, green value is 30 and the blue value of its RGB is 30. Cylindrical-coordinate representations (also known as HSL) of color #061e2a hue: 0.56 , saturation: 0.75 and the lightness value of 061e2a is 0.09.

The process color (four color CMYK) of #061e2a hex color is 0.86, 0.29, 0.00, 0.84. Web safe color of #061e2a is #003333

Color #061e2a contains mostly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00000110 00011110 00101010
Octal 6 36 52
Decimal 6 30 42
Hexadecimal 6 1E 2A

Decimal base numbers are RGB value of the color.

Monochromatic Colors of #061e2a

Triadic Colors of #061e2a

#061e2a #2a061d #1d2a06

Analogous Colors of #061e2a

#061e2a #060b2a #062a24

Complementary Color of #061e2a

#061e2a #2a1206

#061e2a HSL Color Chart
#061e2a hsl color chart
#061e2a RGB Color Chart

#061e2a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#061e2a Color Preview on White Background

Lorem ipsum dolor sit amet.

#061e2a Color CSS Codes

.mybgcolor {background-color:#061e2a; } 
.myforecolor {color:#061e2a; }
.mybordercolor {border:3px solid #061e2a; }
Sample text font color #061e2a

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

html code
<p style="color:#061e2a">Text here</p>
#061e2a background color

This div background color is #061e2a

<div style="background-color:#061e2a">
Div content here</div>
#061e2a border color

This div border color is #061e2a

<div style="border:3px solid #061e2a">
Div here</div>
HTML Button and Input Text Box Sample

HTML Table Border #061e2a Color Sample
#061e2aborder color

CSS3 Examples

.textShadowRgb {
    text-shadow: 4px 4px 2px rgba(6,30,42, 0.8); 
        } 
.textShadowHex { 
    text-shadow: 4px 4px 2px #061e2a; 
        }
.divShadow { 
    -moz-box-shadow: 1px 1px 3px 2px #061e2a;
  -webkit-box-shadow: 1px 1px 3px 2px #061e2a;
  box-shadow:         1px 1px 3px 2px #061e2a; 
      }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(6,30,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 #061e2a">Text here</p>

This text has shadow with hex values.



Div Box Shadow

This div box has shadow with color #061e2a

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

Share your comments, give name to this color:



Your comment has added and will published after it's approved.
Back to top