Color Hex Logo

#68758b Color Hex

#68758B
(104,117,139)
0 Favorites   0 Comments

Color spaces of #68758b

RGB 104117139
HSL0.600.140.48
HSV218°25°55°
CMYK 0.250.160.00   0.45
XYZ16.730417.529726.9279
Yxy17.52970.27340.2865
Hunter Lab41.8685-1.9423-8.8247
CIE-Lab48.92060.3855-13.6065

#68758b color RGB value is (104,117,139).

#68758b hex color red value is 104, green value is 117 and the blue value of its RGB is 139. Cylindrical-coordinate representations (also known as HSL) of color #68758b hue: 0.60 , saturation: 0.14 and the lightness value of 68758b is 0.48.

The process color (four color CMYK) of #68758b color hex is 0.25, 0.16, 0.00, 0.45. Web safe color of #68758b is #666699. Color #68758b contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01101000 01110101 10001011
Octal 150 165 213
Decimal 104 117 139
Hex 68 75 8B

RGB Percentages of Color #68758b

%28.89
%32.50
%38.61

CMYK Percentages of Color #68758b

%25
%16
%0
%45

Triadic Colors of #68758b

#68758b #8b6875 #758b68

Analogous Colors of #68758b

#68758b #6d688b #68878b

Monochromatic Colors of #68758b

#68758b

Complementary Color

#68758b #8b7e68

#68758b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#68758b Color Preview on White Background

Lorem ipsum dolor sit amet.

#68758b Color CSS Codes

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

#68758b Text Font Color

<p style="color:#68758b">Text here</p>

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


#68758b Background Color

<div style="background-color:#68758b">
Div content here</div>

This div background color is #68758b


#68758b Border Color

<div style="border:3px solid #68758b">
Div here</div>

This div border color is #68758b


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(104,117,139, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #68758b; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #68758b;
  -webkit-box-shadow: 1px 1px 3px 2px #68758b;
  box-shadow:         1px 1px 3px 2px #68758b; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #68758b


Comments

No comments written yet.

Please login to write comment.