Color Hex Logo

#6b1c20 Color Hex

#6B1C20
(107,28,32)
0 Favorites   0 Comments

Color spaces of #6b1c20

RGB 1072832
HSL0.990.590.26
HSV357°74°42°
CMYK 0.000.740.70   0.58
XYZ6.73944.06061.7951
Yxy4.06060.53510.3224
Hunter Lab20.150924.43458.8239
CIE-Lab23.870835.092617.8402

#6b1c20 color RGB value is (107,28,32).

#6b1c20 hex color red value is 107, green value is 28 and the blue value of its RGB is 32. Cylindrical-coordinate representations (also known as HSL) of color #6b1c20 hue: 0.99 , saturation: 0.59 and the lightness value of 6b1c20 is 0.26.

The process color (four color CMYK) of #6b1c20 color hex is 0.00, 0.74, 0.70, 0.58. Web safe color of #6b1c20 is #663333. Color #6b1c20 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01101011 00011100 00100000
Octal 153 34 40
Decimal 107 28 32
Hex 6B 1C 20

RGB Percentages of Color #6b1c20

%64.07
%16.77
%19.16

CMYK Percentages of Color #6b1c20

%0
%74
%70
%58

Triadic Colors of #6b1c20

#6b1c20 #206b1c #1c206b

Analogous Colors of #6b1c20

#6b1c20 #6b3f1c #6b1c48

Monochromatic Colors of #6b1c20

#6b1c20

Complementary Color

#6b1c20 #1c6b67

#6b1c20 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6b1c20 Color Preview on White Background

Lorem ipsum dolor sit amet.

#6b1c20 Color CSS Codes

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

#6b1c20 Text Font Color

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

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


#6b1c20 Background Color

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

This div background color is #6b1c20


#6b1c20 Border Color

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

This div border color is #6b1c20


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6b1c20


Comments

No comments written yet.

Please login to write comment.