Color Hex Logo

#68859a Color Hex

#68859A
(104,133,154)
0 Favorites   0 Comments

Color spaces of #68859a

RGB 104133154
HSL0.570.200.51
HSV205°32°60°
CMYK 0.320.140.00   0.40
XYZ19.929222.051233.7778
Yxy22.05120.26310.2911
Hunter Lab46.9587-6.4226-9.7767
CIE-Lab54.0813-5.0307-14.5604

#68859a color RGB value is (104,133,154).

#68859a hex color red value is 104, green value is 133 and the blue value of its RGB is 154. Cylindrical-coordinate representations (also known as HSL) of color #68859a hue: 0.57 , saturation: 0.20 and the lightness value of 68859a is 0.51.

The process color (four color CMYK) of #68859a color hex is 0.32, 0.14, 0.00, 0.40. Web safe color of #68859a is #669999. Color #68859a contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01101000 10000101 10011010
Octal 150 205 232
Decimal 104 133 154
Hex 68 85 9A

RGB Percentages of Color #68859a

%26.60
%34.02
%39.39

CMYK Percentages of Color #68859a

%32
%14
%0
%40

Triadic Colors of #68859a

#68859a #9a6885 #859a68

Analogous Colors of #68859a

#68859a #686c9a #689a96

Monochromatic Colors of #68859a

#68859a

Complementary Color

#68859a #9a7d68

#68859a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#68859a Color Preview on White Background

Lorem ipsum dolor sit amet.

#68859a Color CSS Codes

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

#68859a Text Font Color

<p style="color:#68859a">Text here</p>

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


#68859a Background Color

<div style="background-color:#68859a">
Div content here</div>

This div background color is #68859a


#68859a Border Color

<div style="border:3px solid #68859a">
Div here</div>

This div border color is #68859a


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(104,133,154, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #68859a; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #68859a;
  -webkit-box-shadow: 1px 1px 3px 2px #68859a;
  box-shadow:         1px 1px 3px 2px #68859a; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #68859a


Comments

No comments written yet.

Please login to write comment.