Color Hex Logo

#6891aa Color Hex

#6891AA
(104,145,170)
0 Favorites   0 Comments

Color spaces of #6891aa

RGB 104145170
HSL0.560.280.54
HSV203°39°67°
CMYK 0.390.150.00   0.33
XYZ23.090026.096141.8503
Yxy26.09610.25360.2867
Hunter Lab51.0843-8.7160-12.8137
CIE-Lab58.1282-7.5343-17.6079

#6891aa color RGB value is (104,145,170).

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

The process color (four color CMYK) of #6891aa color hex is 0.39, 0.15, 0.00, 0.33. Web safe color of #6891aa is #669999. Color #6891aa contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01101000 10010001 10101010
Octal 150 221 252
Decimal 104 145 170
Hex 68 91 AA

RGB Percentages of Color #6891aa

%24.82
%34.61
%40.57

CMYK Percentages of Color #6891aa

%39
%15
%0
%33

Triadic Colors of #6891aa

#6891aa #aa6891 #91aa68

Analogous Colors of #6891aa

#6891aa #6870aa #68aaa2

Monochromatic Colors of #6891aa

#6891aa

Complementary Color

#6891aa #aa8168

#6891aa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6891aa Color Preview on White Background

Lorem ipsum dolor sit amet.

#6891aa Color CSS Codes

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

#6891aa Text Font Color

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

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


#6891aa Background Color

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

This div background color is #6891aa


#6891aa Border Color

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

This div border color is #6891aa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6891aa


Comments

No comments written yet.

Please login to write comment.