Color Hex Logo

#6a879c Color Hex

#6A879C
(106,135,156)
0 Favorites   0 Comments

Color spaces of #6a879c

RGB 106135156
HSL0.570.200.51
HSV205°32°61°
CMYK 0.320.130.00   0.39
XYZ20.608622.792434.7657
Yxy22.79240.26360.2916
Hunter Lab47.7414-6.4940-9.7565
CIE-Lab54.8579-5.0402-14.5287

#6a879c color RGB value is (106,135,156).

#6a879c hex color red value is 106, green value is 135 and the blue value of its RGB is 156. Cylindrical-coordinate representations (also known as HSL) of color #6a879c hue: 0.57 , saturation: 0.20 and the lightness value of 6a879c is 0.51.

The process color (four color CMYK) of #6a879c color hex is 0.32, 0.13, 0.00, 0.39. Web safe color of #6a879c is #669999. Color #6a879c contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01101010 10000111 10011100
Octal 152 207 234
Decimal 106 135 156
Hex 6A 87 9C

RGB Percentages of Color #6a879c

%26.70
%34.01
%39.29

CMYK Percentages of Color #6a879c

%32
%13
%0
%39

Triadic Colors of #6a879c

#6a879c #9c6a87 #879c6a

Analogous Colors of #6a879c

#6a879c #6a6e9c #6a9c98

Monochromatic Colors of #6a879c

#6a879c

Complementary Color

#6a879c #9c7f6a

#6a879c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6a879c Color Preview on White Background

Lorem ipsum dolor sit amet.

#6a879c Color CSS Codes

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

#6a879c Text Font Color

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

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


#6a879c Background Color

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

This div background color is #6a879c


#6a879c Border Color

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

This div border color is #6a879c


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(106,135,156, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #6a879c; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #6a879c;
  -webkit-box-shadow: 1px 1px 3px 2px #6a879c;
  box-shadow:         1px 1px 3px 2px #6a879c; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(106,135,156, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6a879c


Comments

No comments written yet.

Please login to write comment.