Color Hex Logo

#68679e Color Hex

#68679E
(104,103,158)
0 Favorites   0 Comments

Color spaces of #68679e

RGB 104103158
HSL0.670.220.51
HSV241°35°62°
CMYK 0.340.350.00   0.38
XYZ16.730715.112234.3829
Yxy15.11220.25260.2282
Hunter Lab38.87448.7923-25.2276
CIE-Lab45.787513.8921-29.6637

#68679e color RGB value is (104,103,158).

#68679e hex color red value is 104, green value is 103 and the blue value of its RGB is 158. Cylindrical-coordinate representations (also known as HSL) of color #68679e hue: 0.67 , saturation: 0.22 and the lightness value of 68679e is 0.51.

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

Base Numbers

BaseRedGreenBlue
Binary 01101000 01100111 10011110
Octal 150 147 236
Decimal 104 103 158
Hex 68 67 9E

RGB Percentages of Color #68679e

%28.49
%28.22
%43.29

CMYK Percentages of Color #68679e

%34
%35
%0
%38

Triadic Colors of #68679e

#68679e #9e6867 #679e68

Analogous Colors of #68679e

#68679e #84679e #67829e

Monochromatic Colors of #68679e

#68679e

Complementary Color

#68679e #9d9e67

#68679e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#68679e Color Preview on White Background

Lorem ipsum dolor sit amet.

#68679e Color CSS Codes

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

#68679e Text Font Color

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

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


#68679e Background Color

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

This div background color is #68679e


#68679e Border Color

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

This div border color is #68679e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #68679e


Comments

No comments written yet.

Please login to write comment.