Color Hex Logo

#6988aa Color Hex

#6988AA
(105,136,170)
0 Favorites   0 Comments

Color spaces of #6988aa

RGB 105136170
HSL0.590.280.54
HSV211°38°67°
CMYK 0.380.200.00   0.33
XYZ21.885623.513941.4153
Yxy23.51390.25210.2709
Hunter Lab48.4911-4.2967-16.6946
CIE-Lab55.5978-2.1491-21.4651

#6988aa color RGB value is (105,136,170).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01101001 10001000 10101010
Octal 151 210 252
Decimal 105 136 170
Hex 69 88 AA

RGB Percentages of Color #6988aa

%25.55
%33.09
%41.36

CMYK Percentages of Color #6988aa

%38
%20
%0
%33

Triadic Colors of #6988aa

#6988aa #aa6988 #88aa69

Analogous Colors of #6988aa

#6988aa #6b69aa #69a9aa

Monochromatic Colors of #6988aa

#6988aa

Complementary Color

#6988aa #aa8b69

#6988aa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6988aa Color Preview on White Background

Lorem ipsum dolor sit amet.

#6988aa Color CSS Codes

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

#6988aa Text Font Color

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

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


#6988aa Background Color

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

This div background color is #6988aa


#6988aa Border Color

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

This div border color is #6988aa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6988aa


Comments

No comments written yet.

Please login to write comment.