Color Hex Logo

#6a141b Color Hex

#6A141B
(106,20,27)
0 Favorites   0 Comments

Color spaces of #6a141b

RGB 1062027
HSL0.990.680.25
HSV355°81°42°
CMYK 0.000.810.75   0.58
XYZ6.39183.64361.4033
Yxy3.64360.55880.3185
Hunter Lab19.088226.36749.0030
CIE-Lab22.456437.568319.4126

#6a141b color RGB value is (106,20,27).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01101010 00010100 00011011
Octal 152 24 33
Decimal 106 20 27
Hex 6A 14 1B

RGB Percentages of Color #6a141b

%69.28
%13.07
%17.65

CMYK Percentages of Color #6a141b

%0
%81
%75
%58

Triadic Colors of #6a141b

#6a141b #1b6a14 #141b6a

Analogous Colors of #6a141b

#6a141b #6a3814 #6a1446

Monochromatic Colors of #6a141b

#6a141b

Complementary Color

#6a141b #146a63

#6a141b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6a141b Color Preview on White Background

Lorem ipsum dolor sit amet.

#6a141b Color CSS Codes

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

#6a141b Text Font Color

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

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


#6a141b Background Color

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

This div background color is #6a141b


#6a141b Border Color

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

This div border color is #6a141b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6a141b


Comments

No comments written yet.

Please login to write comment.