Color Hex Logo

#6c446e Color Hex

#6C446E
(108,68,110)
0 Favorites   0 Comments

Color spaces of #6c446e

RGB 10868110
HSL0.830.240.35
HSV297°38°43°
CMYK 0.020.380.00   0.57
XYZ11.06598.448215.7993
Yxy8.44820.31340.2392
Hunter Lab29.065817.0932-11.8822
CIE-Lab34.899424.7538-17.3391

#6c446e color RGB value is (108,68,110).

#6c446e hex color red value is 108, green value is 68 and the blue value of its RGB is 110. Cylindrical-coordinate representations (also known as HSL) of color #6c446e hue: 0.83 , saturation: 0.24 and the lightness value of 6c446e is 0.35.

The process color (four color CMYK) of #6c446e color hex is 0.02, 0.38, 0.00, 0.57. Web safe color of #6c446e is #663366. Color #6c446e contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01101100 01000100 01101110
Octal 154 104 156
Decimal 108 68 110
Hex 6C 44 6E

RGB Percentages of Color #6c446e

%37.76
%23.78
%38.46

CMYK Percentages of Color #6c446e

%2
%38
%0
%57

Triadic Colors of #6c446e

#6c446e #6e6c44 #446e6c

Analogous Colors of #6c446e

#6c446e #6e445b #57446e

Monochromatic Colors of #6c446e

#6c446e

Complementary Color

#6c446e #466e44

#6c446e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6c446e Color Preview on White Background

Lorem ipsum dolor sit amet.

#6c446e Color CSS Codes

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

#6c446e Text Font Color

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

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


#6c446e Background Color

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

This div background color is #6c446e


#6c446e Border Color

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

This div border color is #6c446e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6c446e


Comments

No comments written yet.

Please login to write comment.