Color Hex Logo

#68939f Color Hex

#68939F
(104,147,159)
0 Favorites   0 Comments

Color spaces of #68939f

RGB 104147159
HSL0.540.220.52
HSV193°35°62°
CMYK 0.350.080.00   0.38
XYZ22.400626.313736.6993
Yxy26.31370.26230.3081
Hunter Lab51.2969-11.8212-6.5100
CIE-Lab58.3336-11.5563-11.0247

#68939f color RGB value is (104,147,159).

#68939f hex color red value is 104, green value is 147 and the blue value of its RGB is 159. Cylindrical-coordinate representations (also known as HSL) of color #68939f hue: 0.54 , saturation: 0.22 and the lightness value of 68939f is 0.52.

The process color (four color CMYK) of #68939f color hex is 0.35, 0.08, 0.00, 0.38. Web safe color of #68939f is #669999. Color #68939f contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01101000 10010011 10011111
Octal 150 223 237
Decimal 104 147 159
Hex 68 93 9F

RGB Percentages of Color #68939f

%25.37
%35.85
%38.78

CMYK Percentages of Color #68939f

%35
%8
%0
%38

Triadic Colors of #68939f

#68939f #9f6893 #939f68

Analogous Colors of #68939f

#68939f #68789f #689f90

Monochromatic Colors of #68939f

#68939f

Complementary Color

#68939f #9f7468

#68939f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#68939f Color Preview on White Background

Lorem ipsum dolor sit amet.

#68939f Color CSS Codes

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

#68939f Text Font Color

<p style="color:#68939f">Text here</p>

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


#68939f Background Color

<div style="background-color:#68939f">
Div content here</div>

This div background color is #68939f


#68939f Border Color

<div style="border:3px solid #68939f">
Div here</div>

This div border color is #68939f


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(104,147,159, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #68939f; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #68939f;
  -webkit-box-shadow: 1px 1px 3px 2px #68939f;
  box-shadow:         1px 1px 3px 2px #68939f; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #68939f


Comments

No comments written yet.

Please login to write comment.