Color Hex Logo

#68627e Color Hex

#68627E
(104,98,126)
0 Favorites   0 Comments

Color spaces of #68627e

RGB 10498126
HSL0.700.130.44
HSV253°22°49°
CMYK 0.170.220.00   0.51
XYZ13.842513.184821.5540
Yxy13.18480.28490.2714
Hunter Lab36.31094.5041-9.7767
CIE-Lab43.04048.5800-14.7671

#68627e color RGB value is (104,98,126).

#68627e hex color red value is 104, green value is 98 and the blue value of its RGB is 126. Cylindrical-coordinate representations (also known as HSL) of color #68627e hue: 0.70 , saturation: 0.13 and the lightness value of 68627e is 0.44.

The process color (four color CMYK) of #68627e color hex is 0.17, 0.22, 0.00, 0.51. Web safe color of #68627e is #666666. Color #68627e contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01101000 01100010 01111110
Octal 150 142 176
Decimal 104 98 126
Hex 68 62 7E

RGB Percentages of Color #68627e

%31.71
%29.88
%38.41

CMYK Percentages of Color #68627e

%17
%22
%0
%51

Triadic Colors of #68627e

#68627e #7e6862 #627e68

Analogous Colors of #68627e

#68627e #76627e #626a7e

Monochromatic Colors of #68627e

#68627e

Complementary Color

#68627e #787e62

#68627e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#68627e Color Preview on White Background

Lorem ipsum dolor sit amet.

#68627e Color CSS Codes

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

#68627e Text Font Color

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

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


#68627e Background Color

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

This div background color is #68627e


#68627e Border Color

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

This div border color is #68627e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #68627e


Comments

No comments written yet.

Please login to write comment.