Color Hex Logo

#6c334b Color Hex

#6C334B
(108,51,75)
0 Favorites   0 Comments

Color spaces of #6c334b

RGB 1085175
HSL0.930.360.31
HSV335°53°42°
CMYK 0.000.530.31   0.58
XYZ8.63826.06387.3718
Yxy6.06380.39130.2747
Hunter Lab24.624819.5232-0.5120
CIE-Lab29.572928.3663-2.9405

#6c334b color RGB value is (108,51,75).

#6c334b hex color red value is 108, green value is 51 and the blue value of its RGB is 75. Cylindrical-coordinate representations (also known as HSL) of color #6c334b hue: 0.93 , saturation: 0.36 and the lightness value of 6c334b is 0.31.

The process color (four color CMYK) of #6c334b color hex is 0.00, 0.53, 0.31, 0.58. Web safe color of #6c334b is #663333. Color #6c334b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01101100 00110011 01001011
Octal 154 63 113
Decimal 108 51 75
Hex 6C 33 4B

RGB Percentages of Color #6c334b

%46.15
%21.79
%32.05

CMYK Percentages of Color #6c334b

%0
%53
%31
%58

Triadic Colors of #6c334b

#6c334b #4b6c33 #334b6c

Analogous Colors of #6c334b

#6c334b #6c3833 #6c3368

Monochromatic Colors of #6c334b

#6c334b

Complementary Color

#6c334b #336c54

#6c334b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6c334b Color Preview on White Background

Lorem ipsum dolor sit amet.

#6c334b Color CSS Codes

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

#6c334b Text Font Color

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

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


#6c334b Background Color

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

This div background color is #6c334b


#6c334b Border Color

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

This div border color is #6c334b


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(108,51,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 #6c334b">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6c334b


Comments

No comments written yet.

Please login to write comment.