Color Hex Logo

#6c8180 Color Hex

#6C8180
(108,129,128)
0 Favorites   0 Comments

Color spaces of #6c8180

RGB 108129128
HSL0.490.090.46
HSV177°16°51°
CMYK 0.160.000.01   0.49
XYZ17.930920.447223.4237
Yxy20.44720.29010.3309
Hunter Lab45.2186-8.35040.9402
CIE-Lab52.3391-7.8011-2.0121

#6c8180 color RGB value is (108,129,128).

#6c8180 hex color red value is 108, green value is 129 and the blue value of its RGB is 128. Cylindrical-coordinate representations (also known as HSL) of color #6c8180 hue: 0.49 , saturation: 0.09 and the lightness value of 6c8180 is 0.46.

The process color (four color CMYK) of #6c8180 color hex is 0.16, 0.00, 0.01, 0.49. Web safe color of #6c8180 is #669999. Color #6c8180 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01101100 10000001 10000000
Octal 154 201 200
Decimal 108 129 128
Hex 6C 81 80

RGB Percentages of Color #6c8180

%29.59
%35.34
%35.07

CMYK Percentages of Color #6c8180

%16
%0
%1
%49

Triadic Colors of #6c8180

#6c8180 #806c81 #81806c

Analogous Colors of #6c8180

#6c8180 #6c7881 #6c8176

Monochromatic Colors of #6c8180

#6c8180

Complementary Color

#6c8180 #816c6d

#6c8180 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6c8180 Color Preview on White Background

Lorem ipsum dolor sit amet.

#6c8180 Color CSS Codes

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

#6c8180 Text Font Color

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

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


#6c8180 Background Color

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

This div background color is #6c8180


#6c8180 Border Color

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

This div border color is #6c8180


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(108,129,128, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #6c8180; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #6c8180;
  -webkit-box-shadow: 1px 1px 3px 2px #6c8180;
  box-shadow:         1px 1px 3px 2px #6c8180; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6c8180


Comments

No comments written yet.

Please login to write comment.