Color Hex Logo

#6c151b Color Hex

#6C151B
(108,21,27)
0 Favorites   0 Comments

Color spaces of #6c151b

RGB 1082127
HSL0.990.670.25
HSV356°81°42°
CMYK 0.000.810.75   0.58
XYZ6.65033.80361.4206
Yxy3.80360.56000.3203
Hunter Lab19.502826.73719.3332
CIE-Lab23.011237.881620.1774

#6c151b color RGB value is (108,21,27).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01101100 00010101 00011011
Octal 154 25 33
Decimal 108 21 27
Hex 6C 15 1B

RGB Percentages of Color #6c151b

%69.23
%13.46
%17.31

CMYK Percentages of Color #6c151b

%0
%81
%75
%58

Triadic Colors of #6c151b

#6c151b #1b6c15 #151b6c

Analogous Colors of #6c151b

#6c151b #6c3b15 #6c1546

Monochromatic Colors of #6c151b

#6c151b

Complementary Color

#6c151b #156c66

#6c151b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6c151b Color Preview on White Background

Lorem ipsum dolor sit amet.

#6c151b Color CSS Codes

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

#6c151b Text Font Color

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

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


#6c151b Background Color

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

This div background color is #6c151b


#6c151b Border Color

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

This div border color is #6c151b


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(108,21,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 #6c151b">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6c151b


Comments

No comments written yet.

Please login to write comment.