Color Hex Logo

#68839e Color Hex

#68839E
(104,131,158)
0 Favorites   0 Comments

Color spaces of #68839e

RGB 104131158
HSL0.580.220.51
HSV210°34°62°
CMYK 0.340.170.00   0.38
XYZ19.996821.644335.4716
Yxy21.64430.25930.2807
Hunter Lab46.5234-4.6928-12.6390
CIE-Lab53.6475-2.8257-17.5344

#68839e color RGB value is (104,131,158).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01101000 10000011 10011110
Octal 150 203 236
Decimal 104 131 158
Hex 68 83 9E

RGB Percentages of Color #68839e

%26.46
%33.33
%40.20

CMYK Percentages of Color #68839e

%34
%17
%0
%38

Triadic Colors of #68839e

#68839e #9e6883 #839e68

Analogous Colors of #68839e

#68839e #68689e #689e9e

Monochromatic Colors of #68839e

#68839e

Complementary Color

#68839e #9e8368

#68839e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#68839e Color Preview on White Background

Lorem ipsum dolor sit amet.

#68839e Color CSS Codes

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

#68839e Text Font Color

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

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


#68839e Background Color

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

This div background color is #68839e


#68839e Border Color

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

This div border color is #68839e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #68839e


Comments

No comments written yet.

Please login to write comment.