Color Hex Logo

#67678d Color Hex

#67678D
(103,103,141)
0 Favorites   0 Comments

Color spaces of #67678d

RGB 103103141
HSL0.670.160.48
HSV240°27°55°
CMYK 0.270.270.00   0.45
XYZ15.251514.507127.1956
Yxy14.50710.26780.2547
Hunter Lab38.08824.8217-15.6723
CIE-Lab44.95168.9809-20.8644

#67678d color RGB value is (103,103,141).

#67678d hex color red value is 103, green value is 103 and the blue value of its RGB is 141. Cylindrical-coordinate representations (also known as HSL) of color #67678d hue: 0.67 , saturation: 0.16 and the lightness value of 67678d is 0.48.

The process color (four color CMYK) of #67678d color hex is 0.27, 0.27, 0.00, 0.45. Web safe color of #67678d is #666699. Color #67678d contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01100111 01100111 10001101
Octal 147 147 215
Decimal 103 103 141
Hex 67 67 8D

RGB Percentages of Color #67678d

%29.68
%29.68
%40.63

CMYK Percentages of Color #67678d

%27
%27
%0
%45

Triadic Colors of #67678d

#67678d #8d6767 #678d67

Analogous Colors of #67678d

#67678d #7a678d #677a8d

Monochromatic Colors of #67678d

#67678d

Complementary Color

#67678d #8d8d67

#67678d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#67678d Color Preview on White Background

Lorem ipsum dolor sit amet.

#67678d Color CSS Codes

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

#67678d Text Font Color

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

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


#67678d Background Color

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

This div background color is #67678d


#67678d Border Color

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

This div border color is #67678d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #67678d


Comments

No comments written yet.

Please login to write comment.