Color Hex Logo

#6d104d Color Hex

#6D104D
(109,16,77)
0 Favorites   0 Comments

Color spaces of #6d104d

RGB 1091677
HSL0.890.740.25
HSV321°85°43°
CMYK 0.000.850.29   0.57
XYZ7.83154.15767.4109
Yxy4.15760.40370.2143
Hunter Lab20.390232.8757-7.2761
CIE-Lab24.185844.3588-12.3725

#6d104d color RGB value is (109,16,77).

#6d104d hex color red value is 109, green value is 16 and the blue value of its RGB is 77. Cylindrical-coordinate representations (also known as HSL) of color #6d104d hue: 0.89 , saturation: 0.74 and the lightness value of 6d104d is 0.25.

The process color (four color CMYK) of #6d104d color hex is 0.00, 0.85, 0.29, 0.57. Web safe color of #6d104d is #660066. Color #6d104d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01101101 00010000 01001101
Octal 155 20 115
Decimal 109 16 77
Hex 6D 10 4D

RGB Percentages of Color #6d104d

%53.96
%7.92
%38.12

CMYK Percentages of Color #6d104d

%0
%85
%29
%57

Triadic Colors of #6d104d

#6d104d #4d6d10 #104d6d

Analogous Colors of #6d104d

#6d104d #6d101f #5f106d

Monochromatic Colors of #6d104d

#6d104d

Complementary Color

#6d104d #106d30

#6d104d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6d104d Color Preview on White Background

Lorem ipsum dolor sit amet.

#6d104d Color CSS Codes

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

#6d104d Text Font Color

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

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


#6d104d Background Color

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

This div background color is #6d104d


#6d104d Border Color

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

This div border color is #6d104d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6d104d


Comments

No comments written yet.

Please login to write comment.