Color Hex Logo

#68598d Color Hex

#68598D
(104,89,141)
0 Favorites   0 Comments

Color spaces of #68598d

RGB 10489141
HSL0.710.230.45
HSV257°37°55°
CMYK 0.260.370.00   0.45
XYZ14.089012.010926.7751
Yxy12.01090.26650.2272
Hunter Lab34.656711.9163-21.5465
CIE-Lab41.233417.9208-26.6224

#68598d color RGB value is (104,89,141).

#68598d hex color red value is 104, green value is 89 and the blue value of its RGB is 141. Cylindrical-coordinate representations (also known as HSL) of color #68598d hue: 0.71 , saturation: 0.23 and the lightness value of 68598d is 0.45.

The process color (four color CMYK) of #68598d color hex is 0.26, 0.37, 0.00, 0.45. Web safe color of #68598d is #666699. Color #68598d contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01101000 01011001 10001101
Octal 150 131 215
Decimal 104 89 141
Hex 68 59 8D

RGB Percentages of Color #68598d

%31.14
%26.65
%42.22

CMYK Percentages of Color #68598d

%26
%37
%0
%45

Triadic Colors of #68598d

#68598d #8d6859 #598d68

Analogous Colors of #68598d

#68598d #82598d #59648d

Monochromatic Colors of #68598d

#68598d

Complementary Color

#68598d #7e8d59

#68598d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#68598d Color Preview on White Background

Lorem ipsum dolor sit amet.

#68598d Color CSS Codes

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

#68598d Text Font Color

<p style="color:#68598d">Text here</p>

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


#68598d Background Color

<div style="background-color:#68598d">
Div content here</div>

This div background color is #68598d


#68598d Border Color

<div style="border:3px solid #68598d">
Div here</div>

This div border color is #68598d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #68598d


Comments

No comments written yet.

Please login to write comment.