Color Hex Logo

#68899c Color Hex

#68899C
(104,137,156)
0 Favorites   0 Comments

Color spaces of #68899c

RGB 104137156
HSL0.560.210.51
HSV202°33°61°
CMYK 0.330.120.00   0.39
XYZ20.655323.234734.8486
Yxy23.23470.26230.2951
Hunter Lab48.2024-7.8648-9.1229
CIE-Lab55.3133-6.7764-13.8521

#68899c color RGB value is (104,137,156).

#68899c hex color red value is 104, green value is 137 and the blue value of its RGB is 156. Cylindrical-coordinate representations (also known as HSL) of color #68899c hue: 0.56 , saturation: 0.21 and the lightness value of 68899c is 0.51.

The process color (four color CMYK) of #68899c color hex is 0.33, 0.12, 0.00, 0.39. Web safe color of #68899c is #669999. Color #68899c contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01101000 10001001 10011100
Octal 150 211 234
Decimal 104 137 156
Hex 68 89 9C

RGB Percentages of Color #68899c

%26.20
%34.51
%39.29

CMYK Percentages of Color #68899c

%33
%12
%0
%39

Triadic Colors of #68899c

#68899c #9c6889 #899c68

Analogous Colors of #68899c

#68899c #686f9c #689c95

Monochromatic Colors of #68899c

#68899c

Complementary Color

#68899c #9c7b68

#68899c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#68899c Color Preview on White Background

Lorem ipsum dolor sit amet.

#68899c Color CSS Codes

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

#68899c Text Font Color

<p style="color:#68899c">Text here</p>

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


#68899c Background Color

<div style="background-color:#68899c">
Div content here</div>

This div background color is #68899c


#68899c Border Color

<div style="border:3px solid #68899c">
Div here</div>

This div border color is #68899c


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(104,137,156, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #68899c; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #68899c;
  -webkit-box-shadow: 1px 1px 3px 2px #68899c;
  box-shadow:         1px 1px 3px 2px #68899c; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #68899c


Comments

No comments written yet.

Please login to write comment.