Color Hex Logo

#6c4488 Color Hex

#6C4488
(108,68,136)
0 Favorites   0 Comments

Color spaces of #6c4488

RGB 10868136
HSL0.760.330.40
HSV275°50°53°
CMYK 0.210.500.00   0.47
XYZ12.69549.100024.3799
Yxy9.10000.27490.1971
Hunter Lab30.166222.3306-26.8010
CIE-Lab36.176130.6903-31.4883

#6c4488 color RGB value is (108,68,136).

#6c4488 hex color red value is 108, green value is 68 and the blue value of its RGB is 136. Cylindrical-coordinate representations (also known as HSL) of color #6c4488 hue: 0.76 , saturation: 0.33 and the lightness value of 6c4488 is 0.40.

The process color (four color CMYK) of #6c4488 color hex is 0.21, 0.50, 0.00, 0.47. Web safe color of #6c4488 is #663399. Color #6c4488 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01101100 01000100 10001000
Octal 154 104 210
Decimal 108 68 136
Hex 6C 44 88

RGB Percentages of Color #6c4488

%34.62
%21.79
%43.59

CMYK Percentages of Color #6c4488

%21
%50
%0
%47

Triadic Colors of #6c4488

#6c4488 #886c44 #44886c

Analogous Colors of #6c4488

#6c4488 #884482 #4a4488

Monochromatic Colors of #6c4488

#6c4488

Complementary Color

#6c4488 #608844

#6c4488 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6c4488 Color Preview on White Background

Lorem ipsum dolor sit amet.

#6c4488 Color CSS Codes

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

#6c4488 Text Font Color

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

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


#6c4488 Background Color

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

This div background color is #6c4488


#6c4488 Border Color

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

This div border color is #6c4488


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6c4488


Comments

No comments written yet.

Please login to write comment.