Color Hex Logo

#6a143f Color Hex

#6A143F
(106,20,63)
0 Favorites   0 Comments

Color spaces of #6a143f

RGB 1062063
HSL0.920.680.25
HSV330°81°42°
CMYK 0.000.810.41   0.58
XYZ7.09123.92345.0862
Yxy3.92340.44040.2437
Hunter Lab19.807629.2405-1.3592
CIE-Lab23.416640.5905-4.0695

#6a143f color RGB value is (106,20,63).

#6a143f hex color red value is 106, green value is 20 and the blue value of its RGB is 63. Cylindrical-coordinate representations (also known as HSL) of color #6a143f hue: 0.92 , saturation: 0.68 and the lightness value of 6a143f is 0.25.

The process color (four color CMYK) of #6a143f color hex is 0.00, 0.81, 0.41, 0.58. Web safe color of #6a143f is #660033. Color #6a143f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01101010 00010100 00111111
Octal 152 24 77
Decimal 106 20 63
Hex 6A 14 3F

RGB Percentages of Color #6a143f

%56.08
%10.58
%33.33

CMYK Percentages of Color #6a143f

%0
%81
%41
%58

Triadic Colors of #6a143f

#6a143f #3f6a14 #143f6a

Analogous Colors of #6a143f

#6a143f #6a1414 #6a146a

Monochromatic Colors of #6a143f

#6a143f

Complementary Color

#6a143f #146a3f

#6a143f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6a143f Color Preview on White Background

Lorem ipsum dolor sit amet.

#6a143f Color CSS Codes

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

#6a143f Text Font Color

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

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


#6a143f Background Color

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

This div background color is #6a143f


#6a143f Border Color

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

This div border color is #6a143f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6a143f


Comments

No comments written yet.

Please login to write comment.