Color Hex Logo

#6d1530 Color Hex

#6D1530
(109,21,48)
0 Favorites   0 Comments

Color spaces of #6d1530

RGB 1092148
HSL0.950.680.25
HSV342°81°43°
CMYK 0.000.810.56   0.57
XYZ7.10834.00093.1939
Yxy4.00090.49700.2797
Hunter Lab20.002228.43054.5343
CIE-Lab23.674439.64816.7233

#6d1530 color RGB value is (109,21,48).

#6d1530 hex color red value is 109, green value is 21 and the blue value of its RGB is 48. Cylindrical-coordinate representations (also known as HSL) of color #6d1530 hue: 0.95 , saturation: 0.68 and the lightness value of 6d1530 is 0.25.

The process color (four color CMYK) of #6d1530 color hex is 0.00, 0.81, 0.56, 0.57. Web safe color of #6d1530 is #660033. Color #6d1530 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01101101 00010101 00110000
Octal 155 25 60
Decimal 109 21 48
Hex 6D 15 30

RGB Percentages of Color #6d1530

%61.24
%11.80
%26.97

CMYK Percentages of Color #6d1530

%0
%81
%56
%57

Triadic Colors of #6d1530

#6d1530 #306d15 #15306d

Analogous Colors of #6d1530

#6d1530 #6d2615 #6d155c

Monochromatic Colors of #6d1530

#6d1530

Complementary Color

#6d1530 #156d52

#6d1530 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6d1530 Color Preview on White Background

Lorem ipsum dolor sit amet.

#6d1530 Color CSS Codes

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

#6d1530 Text Font Color

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

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


#6d1530 Background Color

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

This div background color is #6d1530


#6d1530 Border Color

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

This div border color is #6d1530


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6d1530


Comments

No comments written yet.

Please login to write comment.