Color Hex Logo

#68678f Color Hex

#68678F
(104,103,143)
0 Favorites   0 Comments

Color spaces of #68678f

RGB 104103143
HSL0.670.160.48
HSV242°28°56°
CMYK 0.270.280.00   0.44
XYZ15.517114.626727.9920
Yxy14.62670.26690.2516
Hunter Lab38.24495.4943-16.6238
CIE-Lab45.11869.8291-21.7941

#68678f color RGB value is (104,103,143).

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

The process color (four color CMYK) of #68678f color hex is 0.27, 0.28, 0.00, 0.44. Web safe color of #68678f is #666699. Color #68678f contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01101000 01100111 10001111
Octal 150 147 217
Decimal 104 103 143
Hex 68 67 8F

RGB Percentages of Color #68678f

%29.71
%29.43
%40.86

CMYK Percentages of Color #68678f

%27
%28
%0
%44

Triadic Colors of #68678f

#68678f #8f6867 #678f68

Analogous Colors of #68678f

#68678f #7c678f #677a8f

Monochromatic Colors of #68678f

#68678f

Complementary Color

#68678f #8e8f67

#68678f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#68678f Color Preview on White Background

Lorem ipsum dolor sit amet.

#68678f Color CSS Codes

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

#68678f Text Font Color

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

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


#68678f Background Color

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

This div background color is #68678f


#68678f Border Color

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

This div border color is #68678f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #68678f


Comments

No comments written yet.

Please login to write comment.