#060b2a

#060b2a color hex

#060b2a hex color information.
RGB value of #060b2a is (6,11,42)
Change page background color to #060b2a | Reset

#060b2a rgb color chart

Color spaces of #060b2a

RGB 61142
HSL0.640.750.09
HSV232°86°16°
CMYK 0.860.740.00   0.84
XYZ0.61270.44522.2441
Yxy0.44520.18560.1348
Hunter Lab6.67234.7145-15.2703
CIE-Lab4.02157.7647-20.3152

Shades of #060b2a

Tints of #060b2a

RGB Percentages of Color #060b2a

%10.17
%18.64
%71.19

CMYK Percentages of Color #060b2a

%86
%74
%0
%84

#060b2a Color Info

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

The process color (four color CMYK) of #060b2a hex color is 0.86, 0.74, 0.00, 0.84. Web safe color of #060b2a is #000033

Color #060b2a contains mostly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00000110 00001011 00101010
Octal 6 13 52
Decimal 6 11 42
Hexadecimal 6 B 2A

Decimal base numbers are RGB value of the color.

Monochromatic Colors of #060b2a

Triadic Colors of #060b2a

#060b2a #2a060b #0a2a06

Analogous Colors of #060b2a

#060b2a #12062a #061d2a

Complementary Color of #060b2a

#060b2a #2a2406

#060b2a HSL Color Chart
#060b2a hsl color chart
#060b2a RGB Color Chart

#060b2a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#060b2a Color Preview on White Background

Lorem ipsum dolor sit amet.

#060b2a Color CSS Codes

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

This sample text font color is #060b2a
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:#060b2a">Text here</p>
#060b2a background color

This div background color is #060b2a

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

This div border color is #060b2a

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

HTML Table Border #060b2a Color Sample
#060b2aborder color

CSS3 Examples

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

This text has shadow with hex values.



Div Box Shadow

This div box has shadow with color #060b2a

<div style="-moz-box-shadow: 1px 1px 3px 2px #060b2a;
  -webkit-box-shadow: 1px 1px 3px 2px #060b2a;
  box-shadow:         1px 1px 3px 2px #060b2a;">
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