Color Hex Logo

#68559e Color Hex

#68559E
(104,85,158)
0 Favorites   0 Comments

Color spaces of #68559e

RGB 10485158
HSL0.710.300.48
HSV256°46°62°
CMYK 0.340.460.00   0.38
XYZ15.129011.908733.8490
Yxy11.90870.24850.1956
Hunter Lab34.509017.8650-33.9998
CIE-Lab41.070624.9796-37.0876

#68559e color RGB value is (104,85,158).

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

The process color (four color CMYK) of #68559e color hex is 0.34, 0.46, 0.00, 0.38. Web safe color of #68559e is #666699. Color #68559e contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01101000 01010101 10011110
Octal 150 125 236
Decimal 104 85 158
Hex 68 55 9E

RGB Percentages of Color #68559e

%29.97
%24.50
%45.53

CMYK Percentages of Color #68559e

%34
%46
%0
%38

Triadic Colors of #68559e

#68559e #9e6855 #559e68

Analogous Colors of #68559e

#68559e #8d559e #55679e

Monochromatic Colors of #68559e

#68559e

Complementary Color

#68559e #8b9e55

#68559e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#68559e Color Preview on White Background

Lorem ipsum dolor sit amet.

#68559e Color CSS Codes

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

#68559e Text Font Color

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

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


#68559e Background Color

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

This div background color is #68559e


#68559e Border Color

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

This div border color is #68559e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #68559e


Comments

No comments written yet.

Please login to write comment.