Color Hex Logo

#6888ac Color Hex

#6888AC
(104,136,172)
0 Favorites   0 Comments

Color spaces of #6888ac

RGB 104136172
HSL0.590.290.54
HSV212°40°67°
CMYK 0.400.210.00   0.33
XYZ21.959523.529942.4141
Yxy23.52990.24980.2677
Hunter Lab48.5076-4.0810-17.8867
CIE-Lab55.6140-1.8745-22.5928

#6888ac color RGB value is (104,136,172).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01101000 10001000 10101100
Octal 150 210 254
Decimal 104 136 172
Hex 68 88 AC

RGB Percentages of Color #6888ac

%25.24
%33.01
%41.75

CMYK Percentages of Color #6888ac

%40
%21
%0
%33

Triadic Colors of #6888ac

#6888ac #ac6888 #88ac68

Analogous Colors of #6888ac

#6888ac #6a68ac #68aaac

Monochromatic Colors of #6888ac

#6888ac

Complementary Color

#6888ac #ac8c68

#6888ac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6888ac Color Preview on White Background

Lorem ipsum dolor sit amet.

#6888ac Color CSS Codes

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

#6888ac Text Font Color

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

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


#6888ac Background Color

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

This div background color is #6888ac


#6888ac Border Color

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

This div border color is #6888ac


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(104,136,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 #6888ac">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6888ac


Comments

No comments written yet.

Please login to write comment.