Color Hex Logo

#68699e Color Hex

#68699E
(104,105,158)
0 Favorites   0 Comments

Color spaces of #68699e

RGB 104105158
HSL0.660.220.51
HSV239°34°62°
CMYK 0.340.340.00   0.38
XYZ16.932115.514834.4500
Yxy15.51480.25310.2319
Hunter Lab39.38887.8014-24.2836
CIE-Lab46.331412.6677-28.8145

#68699e color RGB value is (104,105,158).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01101000 01101001 10011110
Octal 150 151 236
Decimal 104 105 158
Hex 68 69 9E

RGB Percentages of Color #68699e

%28.34
%28.61
%43.05

CMYK Percentages of Color #68699e

%34
%34
%0
%38

Triadic Colors of #68699e

#68699e #9e6869 #699e68

Analogous Colors of #68699e

#68699e #82689e #68849e

Monochromatic Colors of #68699e

#68699e

Complementary Color

#68699e #9e9d68

#68699e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#68699e Color Preview on White Background

Lorem ipsum dolor sit amet.

#68699e Color CSS Codes

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

#68699e Text Font Color

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

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


#68699e Background Color

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

This div background color is #68699e


#68699e Border Color

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

This div border color is #68699e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #68699e


Comments

No comments written yet.

Please login to write comment.