Color Hex Logo

#6879ac Color Hex

#6879AC
(104,121,172)
0 Favorites   0 Comments

Color spaces of #6879ac

RGB 104121172
HSL0.630.290.54
HSV225°40°67°
CMYK 0.400.300.00   0.33
XYZ19.992719.596441.7585
Yxy19.59640.24580.2409
Hunter Lab44.26783.1474-24.9417
CIE-Lab51.37786.9374-29.1401

#6879ac color RGB value is (104,121,172).

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

The process color (four color CMYK) of #6879ac color hex is 0.40, 0.30, 0.00, 0.33. Web safe color of #6879ac is #666699. Color #6879ac contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01101000 01111001 10101100
Octal 150 171 254
Decimal 104 121 172
Hex 68 79 AC

RGB Percentages of Color #6879ac

%26.20
%30.48
%43.32

CMYK Percentages of Color #6879ac

%40
%30
%0
%33

Triadic Colors of #6879ac

#6879ac #ac6879 #79ac68

Analogous Colors of #6879ac

#6879ac #7968ac #689bac

Monochromatic Colors of #6879ac

#6879ac

Complementary Color

#6879ac #ac9b68

#6879ac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6879ac Color Preview on White Background

Lorem ipsum dolor sit amet.

#6879ac Color CSS Codes

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

#6879ac Text Font Color

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

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


#6879ac Background Color

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

This div background color is #6879ac


#6879ac Border Color

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

This div border color is #6879ac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6879ac


Comments

No comments written yet.

Please login to write comment.