Color Hex Logo

#6a131c Color Hex

#6A131C
(106,19,28)
0 Favorites   0 Comments

Color spaces of #6a131c

RGB 1061928
HSL0.980.700.25
HSV354°82°42°
CMYK 0.000.820.74   0.58
XYZ6.38633.61381.4595
Yxy3.61380.55730.3154
Hunter Lab19.010026.69868.7550
CIE-Lab22.351237.963118.6136

#6a131c color RGB value is (106,19,28).

#6a131c hex color red value is 106, green value is 19 and the blue value of its RGB is 28. Cylindrical-coordinate representations (also known as HSL) of color #6a131c hue: 0.98 , saturation: 0.70 and the lightness value of 6a131c is 0.25.

The process color (four color CMYK) of #6a131c color hex is 0.00, 0.82, 0.74, 0.58. Web safe color of #6a131c is #660033. Color #6a131c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01101010 00010011 00011100
Octal 152 23 34
Decimal 106 19 28
Hex 6A 13 1C

RGB Percentages of Color #6a131c

%69.28
%12.42
%18.30

CMYK Percentages of Color #6a131c

%0
%82
%74
%58

Triadic Colors of #6a131c

#6a131c #1c6a13 #131c6a

Analogous Colors of #6a131c

#6a131c #6a3613 #6a1348

Monochromatic Colors of #6a131c

#6a131c

Complementary Color

#6a131c #136a61

#6a131c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6a131c Color Preview on White Background

Lorem ipsum dolor sit amet.

#6a131c Color CSS Codes

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

#6a131c Text Font Color

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

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


#6a131c Background Color

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

This div background color is #6a131c


#6a131c Border Color

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

This div border color is #6a131c


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(106,19,28, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #6a131c; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #6a131c;
  -webkit-box-shadow: 1px 1px 3px 2px #6a131c;
  box-shadow:         1px 1px 3px 2px #6a131c; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6a131c


Comments

No comments written yet.

Please login to write comment.