Color Hex Logo

#68599e Color Hex

#68599E
(104,89,158)
0 Favorites   0 Comments

Color spaces of #68599e

RGB 10489158
HSL0.700.280.48
HSV253°44°62°
CMYK 0.340.440.00   0.38
XYZ15.452912.556433.9569
Yxy12.55640.24940.2026
Hunter Lab35.435015.8310-32.0123
CIE-Lab42.087122.5185-35.4789

#68599e color RGB value is (104,89,158).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01101000 01011001 10011110
Octal 150 131 236
Decimal 104 89 158
Hex 68 59 9E

RGB Percentages of Color #68599e

%29.63
%25.36
%45.01

CMYK Percentages of Color #68599e

%34
%44
%0
%38

Triadic Colors of #68599e

#68599e #9e6859 #599e68

Analogous Colors of #68599e

#68599e #8b599e #596d9e

Monochromatic Colors of #68599e

#68599e

Complementary Color

#68599e #8f9e59

#68599e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#68599e Color Preview on White Background

Lorem ipsum dolor sit amet.

#68599e Color CSS Codes

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

#68599e Text Font Color

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

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


#68599e Background Color

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

This div background color is #68599e


#68599e Border Color

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

This div border color is #68599e


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(104,89,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 #68599e">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #68599e


Comments

No comments written yet.

Please login to write comment.