Color Hex Logo

#6e101d Color Hex

#6E101D
(110,16,29)
0 Favorites   0 Comments

Color spaces of #6e101d

RGB 1101629
HSL0.980.750.25
HSV352°85°43°
CMYK 0.000.850.74   0.57
XYZ6.83753.77431.5305
Yxy3.77430.56310.3108
Hunter Lab19.427628.82468.9284
CIE-Lab22.910840.229818.8201

#6e101d color RGB value is (110,16,29).

#6e101d hex color red value is 110, green value is 16 and the blue value of its RGB is 29. Cylindrical-coordinate representations (also known as HSL) of color #6e101d hue: 0.98 , saturation: 0.75 and the lightness value of 6e101d is 0.25.

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

Base Numbers

BaseRedGreenBlue
Binary 01101110 00010000 00011101
Octal 156 20 35
Decimal 110 16 29
Hex 6E 10 1D

RGB Percentages of Color #6e101d

%70.97
%10.32
%18.71

CMYK Percentages of Color #6e101d

%0
%85
%74
%57

Triadic Colors of #6e101d

#6e101d #1d6e10 #101d6e

Analogous Colors of #6e101d

#6e101d #6e3210 #6e104c

Monochromatic Colors of #6e101d

#6e101d

Complementary Color

#6e101d #106e61

#6e101d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6e101d Color Preview on White Background

Lorem ipsum dolor sit amet.

#6e101d Color CSS Codes

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

#6e101d Text Font Color

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

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


#6e101d Background Color

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

This div background color is #6e101d


#6e101d Border Color

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

This div border color is #6e101d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6e101d


Comments

No comments written yet.

Please login to write comment.