Color Hex Logo

#6e151b Color Hex

#6E151B
(110,21,27)
0 Favorites   0 Comments

Color spaces of #6e151b

RGB 1102127
HSL0.990.680.26
HSV356°81°43°
CMYK 0.000.810.75   0.57
XYZ6.89643.93051.4321
Yxy3.93050.56260.3206
Hunter Lab19.825527.39769.5950
CIE-Lab23.440338.542720.7905

#6e151b color RGB value is (110,21,27).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01101110 00010101 00011011
Octal 156 25 33
Decimal 110 21 27
Hex 6E 15 1B

RGB Percentages of Color #6e151b

%69.62
%13.29
%17.09

CMYK Percentages of Color #6e151b

%0
%81
%75
%57

Triadic Colors of #6e151b

#6e151b #1b6e15 #151b6e

Analogous Colors of #6e151b

#6e151b #6e3b15 #6e1548

Monochromatic Colors of #6e151b

#6e151b

Complementary Color

#6e151b #156e68

#6e151b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6e151b Color Preview on White Background

Lorem ipsum dolor sit amet.

#6e151b Color CSS Codes

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

#6e151b Text Font Color

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

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


#6e151b Background Color

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

This div background color is #6e151b


#6e151b Border Color

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

This div border color is #6e151b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6e151b


Comments

No comments written yet.

Please login to write comment.