Color Hex Logo

#6882ab Color Hex

#6882AB
(104,130,171)
0 Favorites   0 Comments

Color spaces of #6882ab

RGB 104130171
HSL0.600.290.54
HSV217°39°67°
CMYK 0.390.240.00   0.33
XYZ21.042221.848641.6362
Yxy21.84860.24890.2585
Hunter Lab46.7425-1.4435-20.0932
CIE-Lab53.86601.3271-24.7081

#6882ab color RGB value is (104,130,171).

#6882ab hex color red value is 104, green value is 130 and the blue value of its RGB is 171. Cylindrical-coordinate representations (also known as HSL) of color #6882ab hue: 0.60 , saturation: 0.29 and the lightness value of 6882ab is 0.54.

The process color (four color CMYK) of #6882ab color hex is 0.39, 0.24, 0.00, 0.33. Web safe color of #6882ab is #669999. Color #6882ab contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01101000 10000010 10101011
Octal 150 202 253
Decimal 104 130 171
Hex 68 82 AB

RGB Percentages of Color #6882ab

%25.68
%32.10
%42.22

CMYK Percentages of Color #6882ab

%39
%24
%0
%33

Triadic Colors of #6882ab

#6882ab #ab6882 #82ab68

Analogous Colors of #6882ab

#6882ab #7068ab #68a4ab

Monochromatic Colors of #6882ab

#6882ab

Complementary Color

#6882ab #ab9168

#6882ab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6882ab Color Preview on White Background

Lorem ipsum dolor sit amet.

#6882ab Color CSS Codes

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

#6882ab Text Font Color

<p style="color:#6882ab">Text here</p>

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


#6882ab Background Color

<div style="background-color:#6882ab">
Div content here</div>

This div background color is #6882ab


#6882ab Border Color

<div style="border:3px solid #6882ab">
Div here</div>

This div border color is #6882ab


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(104,130,171, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #6882ab; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #6882ab;
  -webkit-box-shadow: 1px 1px 3px 2px #6882ab;
  box-shadow:         1px 1px 3px 2px #6882ab; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6882ab


Comments

No comments written yet.

Please login to write comment.