Color Hex Logo

#6877aa Color Hex

#6877AA
(104,119,170)
0 Favorites   0 Comments

Color spaces of #6877aa

RGB 104119170
HSL0.630.280.54
HSV226°39°67°
CMYK 0.390.300.00   0.33
XYZ19.561419.039040.6741
Yxy19.03900.24680.2402
Hunter Lab43.63373.6643-24.7249
CIE-Lab50.73287.5637-28.9833

#6877aa color RGB value is (104,119,170).

#6877aa hex color red value is 104, green value is 119 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #6877aa hue: 0.63 , saturation: 0.28 and the lightness value of 6877aa is 0.54.

The process color (four color CMYK) of #6877aa color hex is 0.39, 0.30, 0.00, 0.33. Web safe color of #6877aa is #666699. Color #6877aa contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01101000 01110111 10101010
Octal 150 167 252
Decimal 104 119 170
Hex 68 77 AA

RGB Percentages of Color #6877aa

%26.46
%30.28
%43.26

CMYK Percentages of Color #6877aa

%39
%30
%0
%33

Triadic Colors of #6877aa

#6877aa #aa6877 #77aa68

Analogous Colors of #6877aa

#6877aa #7a68aa #6898aa

Monochromatic Colors of #6877aa

#6877aa

Complementary Color

#6877aa #aa9b68

#6877aa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6877aa Color Preview on White Background

Lorem ipsum dolor sit amet.

#6877aa Color CSS Codes

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

#6877aa Text Font Color

<p style="color:#6877aa">Text here</p>

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


#6877aa Background Color

<div style="background-color:#6877aa">
Div content here</div>

This div background color is #6877aa


#6877aa Border Color

<div style="border:3px solid #6877aa">
Div here</div>

This div border color is #6877aa


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(104,119,170, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #6877aa; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #6877aa;
  -webkit-box-shadow: 1px 1px 3px 2px #6877aa;
  box-shadow:         1px 1px 3px 2px #6877aa; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6877aa


Comments

No comments written yet.

Please login to write comment.