Color Hex Logo

#6887ac Color Hex

#6887AC
(104,135,172)
0 Favorites   0 Comments

Color spaces of #6887ac

RGB 104135172
HSL0.590.290.54
HSV213°40°67°
CMYK 0.400.220.00   0.33
XYZ21.819323.249642.3673
Yxy23.24960.24950.2659
Hunter Lab48.2178-3.6073-18.3435
CIE-Lab55.3285-1.2982-23.0313

#6887ac color RGB value is (104,135,172).

#6887ac hex color red value is 104, green value is 135 and the blue value of its RGB is 172. Cylindrical-coordinate representations (also known as HSL) of color #6887ac hue: 0.59 , saturation: 0.29 and the lightness value of 6887ac is 0.54.

The process color (four color CMYK) of #6887ac color hex is 0.40, 0.22, 0.00, 0.33. Web safe color of #6887ac is #669999. Color #6887ac contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01101000 10000111 10101100
Octal 150 207 254
Decimal 104 135 172
Hex 68 87 AC

RGB Percentages of Color #6887ac

%25.30
%32.85
%41.85

CMYK Percentages of Color #6887ac

%40
%22
%0
%33

Triadic Colors of #6887ac

#6887ac #ac6887 #87ac68

Analogous Colors of #6887ac

#6887ac #6b68ac #68a9ac

Monochromatic Colors of #6887ac

#6887ac

Complementary Color

#6887ac #ac8d68

#6887ac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6887ac Color Preview on White Background

Lorem ipsum dolor sit amet.

#6887ac Color CSS Codes

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

#6887ac Text Font Color

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

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


#6887ac Background Color

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

This div background color is #6887ac


#6887ac Border Color

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

This div border color is #6887ac


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(104,135,172, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #6887ac; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #6887ac;
  -webkit-box-shadow: 1px 1px 3px 2px #6887ac;
  box-shadow:         1px 1px 3px 2px #6887ac; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6887ac


Comments

No comments written yet.

Please login to write comment.