Color Hex Logo

#6a132a Color Hex

#6A132A
(106,19,42)
0 Favorites   0 Comments

Color spaces of #6a132a

RGB 1061942
HSL0.960.700.25
HSV344°82°42°
CMYK 0.000.820.60   0.58
XYZ6.59463.69712.5565
Yxy3.69710.51330.2878
Hunter Lab19.227827.57175.5764
CIE-Lab22.643738.88909.3573

#6a132a color RGB value is (106,19,42).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01101010 00010011 00101010
Octal 152 23 52
Decimal 106 19 42
Hex 6A 13 2A

RGB Percentages of Color #6a132a

%63.47
%11.38
%25.15

CMYK Percentages of Color #6a132a

%0
%82
%60
%58

Triadic Colors of #6a132a

#6a132a #2a6a13 #132a6a

Analogous Colors of #6a132a

#6a132a #6a2813 #6a1356

Monochromatic Colors of #6a132a

#6a132a

Complementary Color

#6a132a #136a53

#6a132a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6a132a Color Preview on White Background

Lorem ipsum dolor sit amet.

#6a132a Color CSS Codes

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

#6a132a Text Font Color

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

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


#6a132a Background Color

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

This div background color is #6a132a


#6a132a Border Color

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

This div border color is #6a132a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6a132a


Comments

No comments written yet.

Please login to write comment.