Color Hex Logo

#676268 Color Hex

#676268
(103,98,104)
0 Favorites   0 Comments

Color spaces of #676268

RGB 10398104
HSL0.810.030.40
HSV290°41°
CMYK 0.010.060.00   0.59
XYZ12.459912.618414.8756
Yxy12.61840.31190.3158
Hunter Lab35.52240.44680.0370
CIE-Lab42.18263.2102-2.6926

#676268 color RGB value is (103,98,104).

#676268 hex color red value is 103, green value is 98 and the blue value of its RGB is 104. Cylindrical-coordinate representations (also known as HSL) of color #676268 hue: 0.81 , saturation: 0.03 and the lightness value of 676268 is 0.40.

The process color (four color CMYK) of #676268 color hex is 0.01, 0.06, 0.00, 0.59. Web safe color of #676268 is #666666. Color #676268 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01100111 01100010 01101000
Octal 147 142 150
Decimal 103 98 104
Hex 67 62 68

RGB Percentages of Color #676268

%33.77
%32.13
%34.10

CMYK Percentages of Color #676268

%1
%6
%0
%59

Triadic Colors of #676268

#676268 #686762 #626867

Analogous Colors of #676268

#676268 #686266 #646268

Monochromatic Colors of #676268

#676268

Complementary Color

#676268 #636862

#676268 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#676268 Color Preview on White Background

Lorem ipsum dolor sit amet.

#676268 Color CSS Codes

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

#676268 Text Font Color

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

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


#676268 Background Color

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

This div background color is #676268


#676268 Border Color

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

This div border color is #676268


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(103,98,104, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #676268; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #676268;
  -webkit-box-shadow: 1px 1px 3px 2px #676268;
  box-shadow:         1px 1px 3px 2px #676268; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #676268


Comments

No comments written yet.

Please login to write comment.