Color Hex Logo

#68646b Color Hex

#68646B
(104,100,107)
0 Favorites   0 Comments

Color spaces of #68646b

RGB 104100107
HSL0.760.030.41
HSV274°42°
CMYK 0.030.070.00   0.58
XYZ12.919913.118915.7612
Yxy13.11890.30910.3138
Hunter Lab36.22000.2870-0.4461
CIE-Lab42.94193.0254-3.3883

#68646b color RGB value is (104,100,107).

#68646b hex color red value is 104, green value is 100 and the blue value of its RGB is 107. Cylindrical-coordinate representations (also known as HSL) of color #68646b hue: 0.76 , saturation: 0.03 and the lightness value of 68646b is 0.41.

The process color (four color CMYK) of #68646b color hex is 0.03, 0.07, 0.00, 0.58. Web safe color of #68646b is #666666. Color #68646b contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01101000 01100100 01101011
Octal 150 144 153
Decimal 104 100 107
Hex 68 64 6B

RGB Percentages of Color #68646b

%33.44
%32.15
%34.41

CMYK Percentages of Color #68646b

%3
%7
%0
%58

Triadic Colors of #68646b

#68646b #6b6864 #646b68

Analogous Colors of #68646b

#68646b #6b646b #65646b

Monochromatic Colors of #68646b

#68646b

Complementary Color

#68646b #676b64

#68646b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#68646b Color Preview on White Background

Lorem ipsum dolor sit amet.

#68646b Color CSS Codes

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

#68646b Text Font Color

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

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


#68646b Background Color

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

This div background color is #68646b


#68646b Border Color

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

This div border color is #68646b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #68646b

#68646b Color Palettes


Comments

No comments written yet.

Please login to write comment.