Color Hex Logo

#6c558a Color Hex

#6C558A
(108,85,138)
0 Favorites   0 Comments

Color spaces of #6c558a

RGB 10885138
HSL0.740.240.44
HSV266°38°54°
CMYK 0.220.380.00   0.46
XYZ14.020311.520125.5294
Yxy11.52010.27450.2256
Hunter Lab33.941314.3367-20.8369
CIE-Lab40.443020.8971-26.0111

#6c558a color RGB value is (108,85,138).

#6c558a hex color red value is 108, green value is 85 and the blue value of its RGB is 138. Cylindrical-coordinate representations (also known as HSL) of color #6c558a hue: 0.74 , saturation: 0.24 and the lightness value of 6c558a is 0.44.

The process color (four color CMYK) of #6c558a color hex is 0.22, 0.38, 0.00, 0.46. Web safe color of #6c558a is #666699. Color #6c558a contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01101100 01010101 10001010
Octal 154 125 212
Decimal 108 85 138
Hex 6C 55 8A

RGB Percentages of Color #6c558a

%32.63
%25.68
%41.69

CMYK Percentages of Color #6c558a

%22
%38
%0
%46

Triadic Colors of #6c558a

#6c558a #8a6c55 #558a6c

Analogous Colors of #6c558a

#6c558a #87558a #55598a

Monochromatic Colors of #6c558a

#6c558a

Complementary Color

#6c558a #738a55

#6c558a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6c558a Color Preview on White Background

Lorem ipsum dolor sit amet.

#6c558a Color CSS Codes

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

#6c558a Text Font Color

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

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


#6c558a Background Color

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

This div background color is #6c558a


#6c558a Border Color

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

This div border color is #6c558a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6c558a


Comments

No comments written yet.

Please login to write comment.