Color Hex Logo

#6989aa Color Hex

#6989AA
(105,137,170)
1 Favorites   0 Comments

Color spaces of #6989aa

RGB 105137170
HSL0.580.280.54
HSV210°38°67°
CMYK 0.380.190.00   0.33
XYZ22.027123.796941.4625
Yxy23.79690.25240.2726
Hunter Lab48.7821-4.7686-16.2463
CIE-Lab55.8839-2.7232-21.0268

#6989aa color RGB value is (105,137,170).

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

The process color (four color CMYK) of #6989aa color hex is 0.38, 0.19, 0.00, 0.33. Web safe color of #6989aa is #669999. Color #6989aa contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01101001 10001001 10101010
Octal 151 211 252
Decimal 105 137 170
Hex 69 89 AA

RGB Percentages of Color #6989aa

%25.49
%33.25
%41.26

CMYK Percentages of Color #6989aa

%38
%19
%0
%33

Triadic Colors of #6989aa

#6989aa #aa6989 #89aa69

Analogous Colors of #6989aa

#6989aa #6a69aa #69aaaa

Monochromatic Colors of #6989aa

#6989aa

Complementary Color

#6989aa #aa8a69

#6989aa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6989aa Color Preview on White Background

Lorem ipsum dolor sit amet.

#6989aa Color CSS Codes

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

#6989aa Text Font Color

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

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


#6989aa Background Color

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

This div background color is #6989aa


#6989aa Border Color

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

This div border color is #6989aa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6989aa


Comments

No comments written yet.

Please login to write comment.