Color Hex Logo

#67788f Color Hex

#67788F
(103,120,143)
0 Favorites   0 Comments

Color spaces of #67788f

RGB 103120143
HSL0.600.160.48
HSV215°28°56°
CMYK 0.280.160.00   0.44
XYZ17.267918.299728.6087
Yxy18.29970.26910.2851
Hunter Lab42.7781-2.8081-9.7066
CIE-Lab49.8576-0.6839-14.5505

#67788f color RGB value is (103,120,143).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01100111 01111000 10001111
Octal 147 170 217
Decimal 103 120 143
Hex 67 78 8F

RGB Percentages of Color #67788f

%28.14
%32.79
%39.07

CMYK Percentages of Color #67788f

%28
%16
%0
%44

Triadic Colors of #67788f

#67788f #8f6778 #788f67

Analogous Colors of #67788f

#67788f #6a678f #678c8f

Monochromatic Colors of #67788f

#67788f

Complementary Color

#67788f #8f7e67

#67788f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#67788f Color Preview on White Background

Lorem ipsum dolor sit amet.

#67788f Color CSS Codes

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

#67788f Text Font Color

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

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


#67788f Background Color

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

This div background color is #67788f


#67788f Border Color

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

This div border color is #67788f


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(103,120,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 #67788f">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #67788f


Comments

No comments written yet.

Please login to write comment.