Color Hex Logo

#6c599d Color Hex

#6C599D
(108,89,157)
0 Favorites   0 Comments

Color spaces of #6c599d

RGB 10889157
HSL0.710.280.48
HSV257°43°62°
CMYK 0.310.430.00   0.38
XYZ15.842512.767233.5276
Yxy12.76720.25500.2055
Hunter Lab35.731216.6137-30.6216
CIE-Lab42.410423.3995-34.3475

#6c599d color RGB value is (108,89,157).

#6c599d hex color red value is 108, green value is 89 and the blue value of its RGB is 157. Cylindrical-coordinate representations (also known as HSL) of color #6c599d hue: 0.71 , saturation: 0.28 and the lightness value of 6c599d is 0.48.

The process color (four color CMYK) of #6c599d color hex is 0.31, 0.43, 0.00, 0.38. Web safe color of #6c599d is #666699. Color #6c599d contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01101100 01011001 10011101
Octal 154 131 235
Decimal 108 89 157
Hex 6C 59 9D

RGB Percentages of Color #6c599d

%30.51
%25.14
%44.35

CMYK Percentages of Color #6c599d

%31
%43
%0
%38

Triadic Colors of #6c599d

#6c599d #9d6c59 #599d6c

Analogous Colors of #6c599d

#6c599d #8e599d #59689d

Monochromatic Colors of #6c599d

#6c599d

Complementary Color

#6c599d #8a9d59

#6c599d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6c599d Color Preview on White Background

Lorem ipsum dolor sit amet.

#6c599d Color CSS Codes

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

#6c599d Text Font Color

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

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


#6c599d Background Color

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

This div background color is #6c599d


#6c599d Border Color

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

This div border color is #6c599d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6c599d


Comments

No comments written yet.

Please login to write comment.