Color Hex Logo

#6d020e Color Hex

#6D020E
(109,2,14)
0 Favorites   0 Comments

Color spaces of #6d020e

RGB 109214
HSL0.980.960.22
HSV353°98°43°
CMYK 0.000.980.87   0.57
XYZ6.40763.32630.7198
Yxy3.32630.61300.3182
Hunter Lab18.238130.795610.4267
CIE-Lab21.306042.694326.4388

#6d020e color RGB value is (109,2,14).

#6d020e hex color red value is 109, green value is 2 and the blue value of its RGB is 14. Cylindrical-coordinate representations (also known as HSL) of color #6d020e hue: 0.98 , saturation: 0.96 and the lightness value of 6d020e is 0.22.

The process color (four color CMYK) of #6d020e color hex is 0.00, 0.98, 0.87, 0.57. Web safe color of #6d020e is #660000. Color #6d020e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01101101 00000010 00001110
Octal 155 2 16
Decimal 109 2 14
Hex 6D 2 E

RGB Percentages of Color #6d020e

%87.20
%1.60
%11.20

CMYK Percentages of Color #6d020e

%0
%98
%87
%57

Triadic Colors of #6d020e

#6d020e #0e6d02 #020e6d

Analogous Colors of #6d020e

#6d020e #6d2c02 #6d0243

Monochromatic Colors of #6d020e

#6d020e

Complementary Color

#6d020e #026d61

#6d020e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6d020e Color Preview on White Background

Lorem ipsum dolor sit amet.

#6d020e Color CSS Codes

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

#6d020e Text Font Color

<p style="color:#6d020e">Text here</p>

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


#6d020e Background Color

<div style="background-color:#6d020e">
Div content here</div>

This div background color is #6d020e


#6d020e Border Color

<div style="border:3px solid #6d020e">
Div here</div>

This div border color is #6d020e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6d020e


Comments

No comments written yet.

Please login to write comment.