Color Hex Logo

#6c87a3 Color Hex

#6C87A3
(108,135,163)
0 Favorites   0 Comments

Color spaces of #6c87a3

RGB 108135163
HSL0.580.230.53
HSV211°34°64°
CMYK 0.340.170.00   0.36
XYZ21.459223.160437.9897
Yxy23.16040.25980.2804
Hunter Lab48.1253-4.6255-13.1154
CIE-Lab55.2372-2.5981-17.9760

#6c87a3 color RGB value is (108,135,163).

#6c87a3 hex color red value is 108, green value is 135 and the blue value of its RGB is 163. Cylindrical-coordinate representations (also known as HSL) of color #6c87a3 hue: 0.58 , saturation: 0.23 and the lightness value of 6c87a3 is 0.53.

The process color (four color CMYK) of #6c87a3 color hex is 0.34, 0.17, 0.00, 0.36. Web safe color of #6c87a3 is #669999. Color #6c87a3 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01101100 10000111 10100011
Octal 154 207 243
Decimal 108 135 163
Hex 6C 87 A3

RGB Percentages of Color #6c87a3

%26.60
%33.25
%40.15

CMYK Percentages of Color #6c87a3

%34
%17
%0
%36

Triadic Colors of #6c87a3

#6c87a3 #a36c87 #87a36c

Analogous Colors of #6c87a3

#6c87a3 #6d6ca3 #6ca3a3

Monochromatic Colors of #6c87a3

#6c87a3

Complementary Color

#6c87a3 #a3886c

#6c87a3 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6c87a3 Color Preview on White Background

Lorem ipsum dolor sit amet.

#6c87a3 Color CSS Codes

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

#6c87a3 Text Font Color

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

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


#6c87a3 Background Color

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

This div background color is #6c87a3


#6c87a3 Border Color

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

This div border color is #6c87a3


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6c87a3


Comments

No comments written yet.

Please login to write comment.