Color Hex Logo

#68559a Color Hex

#68559A
(104,85,154)
0 Favorites   0 Comments

Color spaces of #68559a

RGB 10485154
HSL0.710.290.47
HSV257°45°60°
CMYK 0.320.450.00   0.40
XYZ14.790211.773132.0648
Yxy11.77310.25230.2008
Hunter Lab34.312016.8967-31.3886
CIE-Lab40.853223.8788-35.0389

#68559a color RGB value is (104,85,154).

#68559a hex color red value is 104, green value is 85 and the blue value of its RGB is 154. Cylindrical-coordinate representations (also known as HSL) of color #68559a hue: 0.71 , saturation: 0.29 and the lightness value of 68559a is 0.47.

The process color (four color CMYK) of #68559a color hex is 0.32, 0.45, 0.00, 0.40. Web safe color of #68559a is #666699. Color #68559a contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01101000 01010101 10011010
Octal 150 125 232
Decimal 104 85 154
Hex 68 55 9A

RGB Percentages of Color #68559a

%30.32
%24.78
%44.90

CMYK Percentages of Color #68559a

%32
%45
%0
%40

Triadic Colors of #68559a

#68559a #9a6855 #559a68

Analogous Colors of #68559a

#68559a #8b559a #55659a

Monochromatic Colors of #68559a

#68559a

Complementary Color

#68559a #879a55

#68559a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#68559a Color Preview on White Background

Lorem ipsum dolor sit amet.

#68559a Color CSS Codes

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

#68559a Text Font Color

<p style="color:#68559a">Text here</p>

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


#68559a Background Color

<div style="background-color:#68559a">
Div content here</div>

This div background color is #68559a


#68559a Border Color

<div style="border:3px solid #68559a">
Div here</div>

This div border color is #68559a


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(104,85,154, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #68559a; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #68559a;
  -webkit-box-shadow: 1px 1px 3px 2px #68559a;
  box-shadow:         1px 1px 3px 2px #68559a; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #68559a


Comments

No comments written yet.

Please login to write comment.