Color Hex Logo

#68819d Color Hex

#68819D
(104,129,157)
0 Favorites   0 Comments

Color spaces of #68819d

RGB 104129157
HSL0.590.210.51
HSV212°34°62°
CMYK 0.340.180.00   0.38
XYZ19.645021.077934.9313
Yxy21.07790.25970.2786
Hunter Lab45.9107-3.9642-12.9735
CIE-Lab53.0346-1.9381-17.8889

#68819d color RGB value is (104,129,157).

#68819d hex color red value is 104, green value is 129 and the blue value of its RGB is 157. Cylindrical-coordinate representations (also known as HSL) of color #68819d hue: 0.59 , saturation: 0.21 and the lightness value of 68819d is 0.51.

The process color (four color CMYK) of #68819d color hex is 0.34, 0.18, 0.00, 0.38. Web safe color of #68819d is #669999. Color #68819d contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01101000 10000001 10011101
Octal 150 201 235
Decimal 104 129 157
Hex 68 81 9D

RGB Percentages of Color #68819d

%26.67
%33.08
%40.26

CMYK Percentages of Color #68819d

%34
%18
%0
%38

Triadic Colors of #68819d

#68819d #9d6881 #819d68

Analogous Colors of #68819d

#68819d #6a689d #689c9d

Monochromatic Colors of #68819d

#68819d

Complementary Color

#68819d #9d8468

#68819d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#68819d Color Preview on White Background

Lorem ipsum dolor sit amet.

#68819d Color CSS Codes

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

#68819d Text Font Color

<p style="color:#68819d">Text here</p>

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


#68819d Background Color

<div style="background-color:#68819d">
Div content here</div>

This div background color is #68819d


#68819d Border Color

<div style="border:3px solid #68819d">
Div here</div>

This div border color is #68819d


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(104,129,157, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #68819d; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #68819d;
  -webkit-box-shadow: 1px 1px 3px 2px #68819d;
  box-shadow:         1px 1px 3px 2px #68819d; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #68819d


Comments

No comments written yet.

Please login to write comment.