Color Hex Logo

#6a132f Color Hex

#6A132F
(106,19,47)
0 Favorites   0 Comments

Color spaces of #6a132f

RGB 1061947
HSL0.950.700.25
HSV341°82°42°
CMYK 0.000.820.56   0.58
XYZ6.68983.73523.0577
Yxy3.73520.49620.2770
Hunter Lab19.326727.96504.1483
CIE-Lab22.776039.30276.0638

#6a132f color RGB value is (106,19,47).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01101010 00010011 00101111
Octal 152 23 57
Decimal 106 19 47
Hex 6A 13 2F

RGB Percentages of Color #6a132f

%61.63
%11.05
%27.33

CMYK Percentages of Color #6a132f

%0
%82
%56
%58

Triadic Colors of #6a132f

#6a132f #2f6a13 #132f6a

Analogous Colors of #6a132f

#6a132f #6a2313 #6a135b

Monochromatic Colors of #6a132f

#6a132f

Complementary Color

#6a132f #136a4e

#6a132f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6a132f Color Preview on White Background

Lorem ipsum dolor sit amet.

#6a132f Color CSS Codes

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

#6a132f Text Font Color

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

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


#6a132f Background Color

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

This div background color is #6a132f


#6a132f Border Color

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

This div border color is #6a132f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6a132f


Comments

No comments written yet.

Please login to write comment.