Color Hex Logo

#68577f Color Hex

#68577F
(104,87,127)
0 Favorites   0 Comments

Color spaces of #68577f

RGB 10487127
HSL0.740.190.42
HSV266°31°50°
CMYK 0.180.310.00   0.50
XYZ12.947911.291821.5758
Yxy11.29180.28260.2465
Hunter Lab33.60339.9733-14.5463
CIE-Lab40.067715.5998-19.9317

#68577f color RGB value is (104,87,127).

#68577f hex color red value is 104, green value is 87 and the blue value of its RGB is 127. Cylindrical-coordinate representations (also known as HSL) of color #68577f hue: 0.74 , saturation: 0.19 and the lightness value of 68577f is 0.42.

The process color (four color CMYK) of #68577f color hex is 0.18, 0.31, 0.00, 0.50. Web safe color of #68577f is #666666. Color #68577f contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01101000 01010111 01111111
Octal 150 127 177
Decimal 104 87 127
Hex 68 57 7F

RGB Percentages of Color #68577f

%32.70
%27.36
%39.94

CMYK Percentages of Color #68577f

%18
%31
%0
%50

Triadic Colors of #68577f

#68577f #7f6857 #577f68

Analogous Colors of #68577f

#68577f #7c577f #575a7f

Monochromatic Colors of #68577f

#68577f

Complementary Color

#68577f #6e7f57

#68577f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#68577f Color Preview on White Background

Lorem ipsum dolor sit amet.

#68577f Color CSS Codes

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

#68577f Text Font Color

<p style="color:#68577f">Text here</p>

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


#68577f Background Color

<div style="background-color:#68577f">
Div content here</div>

This div background color is #68577f


#68577f Border Color

<div style="border:3px solid #68577f">
Div here</div>

This div border color is #68577f


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(104,87,127, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #68577f; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #68577f;
  -webkit-box-shadow: 1px 1px 3px 2px #68577f;
  box-shadow:         1px 1px 3px 2px #68577f; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #68577f


Comments

No comments written yet.

Please login to write comment.