Color Hex Logo

#667781 Color Hex

#667781
(102,119,129)
0 Favorites   0 Comments

Color spaces of #667781

RGB 102119129
HSL0.560.120.45
HSV202°21°51°
CMYK 0.210.080.00   0.49
XYZ16.038817.603423.3213
Yxy17.60340.28160.3090
Hunter Lab41.9564-5.1880-3.5866
CIE-Lab49.0115-3.9218-7.5745

#667781 color RGB value is (102,119,129).

#667781 hex color red value is 102, green value is 119 and the blue value of its RGB is 129. Cylindrical-coordinate representations (also known as HSL) of color #667781 hue: 0.56 , saturation: 0.12 and the lightness value of 667781 is 0.45.

The process color (four color CMYK) of #667781 color hex is 0.21, 0.08, 0.00, 0.49. Web safe color of #667781 is #666699. Color #667781 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01100110 01110111 10000001
Octal 146 167 201
Decimal 102 119 129
Hex 66 77 81

RGB Percentages of Color #667781

%29.14
%34.00
%36.86

CMYK Percentages of Color #667781

%21
%8
%0
%49

Triadic Colors of #667781

#667781 #816677 #778166

Analogous Colors of #667781

#667781 #666a81 #66817e

Monochromatic Colors of #667781

#667781

Complementary Color

#667781 #817066

#667781 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#667781 Color Preview on White Background

Lorem ipsum dolor sit amet.

#667781 Color CSS Codes

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

#667781 Text Font Color

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

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


#667781 Background Color

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

This div background color is #667781


#667781 Border Color

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

This div border color is #667781


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(102,119,129, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #667781; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #667781;
  -webkit-box-shadow: 1px 1px 3px 2px #667781;
  box-shadow:         1px 1px 3px 2px #667781; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #667781


Comments

No comments written yet.

Please login to write comment.