Color Hex Logo

#6d234b Color Hex

#6D234B
(109,35,75)
0 Favorites   0 Comments

Color spaces of #6d234b

RGB 1093575
HSL0.910.510.28
HSV328°68°43°
CMYK 0.000.680.31   0.57
XYZ8.17774.96137.1832
Yxy4.96130.40240.2441
Hunter Lab22.274026.5553-3.5288
CIE-Lab26.624237.0081-7.3232

#6d234b color RGB value is (109,35,75).

#6d234b hex color red value is 109, green value is 35 and the blue value of its RGB is 75. Cylindrical-coordinate representations (also known as HSL) of color #6d234b hue: 0.91 , saturation: 0.51 and the lightness value of 6d234b is 0.28.

The process color (four color CMYK) of #6d234b color hex is 0.00, 0.68, 0.31, 0.57. Web safe color of #6d234b is #663333. Color #6d234b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01101101 00100011 01001011
Octal 155 43 113
Decimal 109 35 75
Hex 6D 23 4B

RGB Percentages of Color #6d234b

%49.77
%15.98
%34.25

CMYK Percentages of Color #6d234b

%0
%68
%31
%57

Triadic Colors of #6d234b

#6d234b #4b6d23 #234b6d

Analogous Colors of #6d234b

#6d234b #6d2326 #6a236d

Monochromatic Colors of #6d234b

#6d234b

Complementary Color

#6d234b #236d45

#6d234b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6d234b Color Preview on White Background

Lorem ipsum dolor sit amet.

#6d234b Color CSS Codes

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

#6d234b Text Font Color

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

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


#6d234b Background Color

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

This div background color is #6d234b


#6d234b Border Color

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

This div border color is #6d234b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6d234b


Comments

No comments written yet.

Please login to write comment.