Color Hex Logo

#676081 Color Hex

#676081
(103,96,129)
0 Favorites   0 Comments

Color spaces of #676081

RGB 10396129
HSL0.700.150.44
HSV253°26°51°
CMYK 0.200.260.00   0.49
XYZ13.738812.834322.5220
Yxy12.83430.27980.2614
Hunter Lab35.82505.7606-12.1962
CIE-Lab42.512510.1967-17.3966

#676081 color RGB value is (103,96,129).

#676081 hex color red value is 103, green value is 96 and the blue value of its RGB is 129. Cylindrical-coordinate representations (also known as HSL) of color #676081 hue: 0.70 , saturation: 0.15 and the lightness value of 676081 is 0.44.

The process color (four color CMYK) of #676081 color hex is 0.20, 0.26, 0.00, 0.49. Web safe color of #676081 is #666699. Color #676081 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01100111 01100000 10000001
Octal 147 140 201
Decimal 103 96 129
Hex 67 60 81

RGB Percentages of Color #676081

%31.40
%29.27
%39.33

CMYK Percentages of Color #676081

%20
%26
%0
%49

Triadic Colors of #676081

#676081 #816760 #608167

Analogous Colors of #676081

#676081 #786081 #606a81

Monochromatic Colors of #676081

#676081

Complementary Color

#676081 #7a8160

#676081 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#676081 Color Preview on White Background

Lorem ipsum dolor sit amet.

#676081 Color CSS Codes

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

#676081 Text Font Color

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

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


#676081 Background Color

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

This div background color is #676081


#676081 Border Color

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

This div border color is #676081


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #676081


Comments

No comments written yet.

Please login to write comment.