Color Hex Logo

#06210b Color Hex

#06210B
(6,33,11)
0 Favorites   0 Comments

Color spaces of #06210b

RGB 63311
HSL0.360.690.08
HSV131°82°13°
CMYK 0.820.000.67   0.87
XYZ0.67941.15060.5029
Yxy1.15060.29120.4932
Hunter Lab10.7266-7.46574.7289
CIE-Lab10.1878-16.082110.3720

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

#06210b hex color red value is 6, green value is 33 and the blue value of its RGB is 11. Cylindrical-coordinate representations (also known as HSL) of color #06210b hue: 0.36 , saturation: 0.69 and the lightness value of 06210b is 0.08.

The process color (four color CMYK) of #06210b color hex is 0.82, 0.00, 0.67, 0.87. Web safe color of #06210b is #003300. Color #06210b contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00000110 00100001 00001011
Octal 6 41 13
Decimal 6 33 11
Hex 6 21 B

RGB Percentages of Color #06210b

%12.00
%66.00
%22.00

CMYK Percentages of Color #06210b

%82
%0
%67
%87

Triadic Colors of #06210b

#06210b #0b0621 #210b06

Analogous Colors of #06210b

#06210b #062119 #0f2106

Monochromatic Colors of #06210b

#06210b

Complementary Color

#06210b #21061c

#06210b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#06210b Color Preview on White Background

Lorem ipsum dolor sit amet.

#06210b Color CSS Codes

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

#06210b Text Font Color

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

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


#06210b Background Color

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

This div background color is #06210b


#06210b Border Color

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

This div border color is #06210b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #06210b


Comments

No comments written yet.

Please login to write comment.