Color Hex Logo

#6e112b Color Hex

#6E112B
(110,17,43)
0 Favorites   0 Comments

Color spaces of #6e112b

RGB 1101743
HSL0.950.730.25
HSV343°85°43°
CMYK 0.000.850.61   0.57
XYZ7.06693.89032.6639
Yxy3.89030.51880.2856
Hunter Lab19.723829.43845.7990
CIE-Lab23.305440.82899.7072

#6e112b color RGB value is (110,17,43).

#6e112b hex color red value is 110, green value is 17 and the blue value of its RGB is 43. Cylindrical-coordinate representations (also known as HSL) of color #6e112b hue: 0.95 , saturation: 0.73 and the lightness value of 6e112b is 0.25.

The process color (four color CMYK) of #6e112b color hex is 0.00, 0.85, 0.61, 0.57. Web safe color of #6e112b is #660033. Color #6e112b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01101110 00010001 00101011
Octal 156 21 53
Decimal 110 17 43
Hex 6E 11 2B

RGB Percentages of Color #6e112b

%64.71
%10.00
%25.29

CMYK Percentages of Color #6e112b

%0
%85
%61
%57

Triadic Colors of #6e112b

#6e112b #2b6e11 #112b6e

Analogous Colors of #6e112b

#6e112b #6e2611 #6e115a

Monochromatic Colors of #6e112b

#6e112b

Complementary Color

#6e112b #116e54

#6e112b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6e112b Color Preview on White Background

Lorem ipsum dolor sit amet.

#6e112b Color CSS Codes

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

#6e112b Text Font Color

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

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


#6e112b Background Color

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

This div background color is #6e112b


#6e112b Border Color

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

This div border color is #6e112b


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(110,17,43, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6e112b


Comments

No comments written yet.

Please login to write comment.