Color Hex Logo

#6d0919 Color Hex

#6D0919
(109,9,25)
0 Favorites   0 Comments

Color spaces of #6d0919

RGB 109925
HSL0.970.850.23
HSV350°92°43°
CMYK 0.000.920.77   0.57
XYZ6.57983.51681.2517
Yxy3.51680.57980.3099
Hunter Lab18.753129.81129.1698
CIE-Lab22.005041.488220.3877

#6d0919 color RGB value is (109,9,25).

#6d0919 hex color red value is 109, green value is 9 and the blue value of its RGB is 25. Cylindrical-coordinate representations (also known as HSL) of color #6d0919 hue: 0.97 , saturation: 0.85 and the lightness value of 6d0919 is 0.23.

The process color (four color CMYK) of #6d0919 color hex is 0.00, 0.92, 0.77, 0.57. Web safe color of #6d0919 is #660000. Color #6d0919 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01101101 00001001 00011001
Octal 155 11 31
Decimal 109 9 25
Hex 6D 9 19

RGB Percentages of Color #6d0919

%76.22
%6.29
%17.48

CMYK Percentages of Color #6d0919

%0
%92
%77
%57

Triadic Colors of #6d0919

#6d0919 #196d09 #09196d

Analogous Colors of #6d0919

#6d0919 #6d2b09 #6d094b

Monochromatic Colors of #6d0919

#6d0919

Complementary Color

#6d0919 #096d5d

#6d0919 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6d0919 Color Preview on White Background

Lorem ipsum dolor sit amet.

#6d0919 Color CSS Codes

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

#6d0919 Text Font Color

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

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


#6d0919 Background Color

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

This div background color is #6d0919


#6d0919 Border Color

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

This div border color is #6d0919


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6d0919


Comments

No comments written yet.

Please login to write comment.