Color Hex Logo

#6e0931 Color Hex

#6E0931
(110,9,49)
0 Favorites   0 Comments

Color spaces of #6e0931

RGB 110949
HSL0.930.850.23
HSV336°92°43°
CMYK 0.000.920.55   0.57
XYZ7.08253.73213.2528
Yxy3.73210.50350.2653
Hunter Lab19.318631.63313.5400
CIE-Lab22.765243.31194.7789

#6e0931 color RGB value is (110,9,49).

#6e0931 hex color red value is 110, green value is 9 and the blue value of its RGB is 49. Cylindrical-coordinate representations (also known as HSL) of color #6e0931 hue: 0.93 , saturation: 0.85 and the lightness value of 6e0931 is 0.23.

The process color (four color CMYK) of #6e0931 color hex is 0.00, 0.92, 0.55, 0.57. Web safe color of #6e0931 is #660033. Color #6e0931 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01101110 00001001 00110001
Octal 156 11 61
Decimal 110 9 49
Hex 6E 9 31

RGB Percentages of Color #6e0931

%65.48
%5.36
%29.17

CMYK Percentages of Color #6e0931

%0
%92
%55
%57

Triadic Colors of #6e0931

#6e0931 #316e09 #09316e

Analogous Colors of #6e0931

#6e0931 #6e1409 #6e0964

Monochromatic Colors of #6e0931

#6e0931

Complementary Color

#6e0931 #096e46

#6e0931 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6e0931 Color Preview on White Background

Lorem ipsum dolor sit amet.

#6e0931 Color CSS Codes

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

#6e0931 Text Font Color

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

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


#6e0931 Background Color

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

This div background color is #6e0931


#6e0931 Border Color

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

This div border color is #6e0931


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6e0931


Comments

No comments written yet.

Please login to write comment.