Color Hex Logo

#06060b Color Hex

#06060B
(6,6,11)
0 Favorites   0 Comments

Color spaces of #06060b

RGB 6611
HSL0.670.290.03
HSV240°45°
CMYK 0.450.450.00   0.96
XYZ0.20060.19310.3433
Yxy0.19310.27220.2620
Hunter Lab4.39430.4585-1.5559
CIE-Lab1.74430.6990-1.9030

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

#06060b hex color red value is 6, green value is 6 and the blue value of its RGB is 11. Cylindrical-coordinate representations (also known as HSL) of color #06060b hue: 0.67 , saturation: 0.29 and the lightness value of 06060b is 0.03.

The process color (four color CMYK) of #06060b color hex is 0.45, 0.45, 0.00, 0.96. Web safe color of #06060b is #000000. Color #06060b contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00000110 00000110 00001011
Octal 6 6 13
Decimal 6 6 11
Hex 6 6 B

RGB Percentages of Color #06060b

%26.09
%26.09
%47.83

CMYK Percentages of Color #06060b

%45
%45
%0
%96

Triadic Colors of #06060b

#06060b #0b0606 #060b06

Analogous Colors of #06060b

#06060b #09060b #06090b

Monochromatic Colors of #06060b

#06060b

Complementary Color

#06060b #0b0b06

#06060b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#06060b Color Preview on White Background

Lorem ipsum dolor sit amet.

#06060b Color CSS Codes

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

#06060b Text Font Color

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

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


#06060b Background Color

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

This div background color is #06060b


#06060b Border Color

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

This div border color is #06060b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #06060b


Comments

No comments written yet.

Please login to write comment.