Color Hex Logo

#68969a Color Hex

#68969A
(104,150,154)
0 Favorites   0 Comments

Color spaces of #68969a

RGB 104150154
HSL0.510.200.51
HSV185°32°60°
CMYK 0.320.030.00   0.40
XYZ22.448027.088834.6174
Yxy27.08880.26670.3219
Hunter Lab52.0469-14.0944-3.0021
CIE-Lab59.0564-14.4542-7.0951

#68969a color RGB value is (104,150,154).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01101000 10010110 10011010
Octal 150 226 232
Decimal 104 150 154
Hex 68 96 9A

RGB Percentages of Color #68969a

%25.49
%36.76
%37.75

CMYK Percentages of Color #68969a

%32
%3
%0
%40

Triadic Colors of #68969a

#68969a #9a6896 #969a68

Analogous Colors of #68969a

#68969a #687d9a #689a85

Monochromatic Colors of #68969a

#68969a

Complementary Color

#68969a #9a6c68

#68969a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#68969a Color Preview on White Background

Lorem ipsum dolor sit amet.

#68969a Color CSS Codes

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

#68969a Text Font Color

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

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


#68969a Background Color

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

This div background color is #68969a


#68969a Border Color

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

This div border color is #68969a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #68969a


Comments

No comments written yet.

Please login to write comment.