Color Hex Logo

#6986aa Color Hex

#6986AA
(105,134,170)
0 Favorites   0 Comments

Color spaces of #6986aa

RGB 105134170
HSL0.590.280.54
HSV213°38°67°
CMYK 0.380.210.00   0.33
XYZ21.606522.955741.3223
Yxy22.95570.25160.2673
Hunter Lab47.9121-3.3496-17.5968
CIE-Lab55.0267-0.9958-22.3412

#6986aa color RGB value is (105,134,170).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01101001 10000110 10101010
Octal 151 206 252
Decimal 105 134 170
Hex 69 86 AA

RGB Percentages of Color #6986aa

%25.67
%32.76
%41.56

CMYK Percentages of Color #6986aa

%38
%21
%0
%33

Triadic Colors of #6986aa

#6986aa #aa6986 #86aa69

Analogous Colors of #6986aa

#6986aa #6d69aa #69a7aa

Monochromatic Colors of #6986aa

#6986aa

Complementary Color

#6986aa #aa8d69

#6986aa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6986aa Color Preview on White Background

Lorem ipsum dolor sit amet.

#6986aa Color CSS Codes

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

#6986aa Text Font Color

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

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


#6986aa Background Color

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

This div background color is #6986aa


#6986aa Border Color

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

This div border color is #6986aa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6986aa


Comments

No comments written yet.

Please login to write comment.