Color Hex Logo

#6aaaba Color Hex

#6AAABA
(106,170,186)
0 Favorites   0 Comments

Color spaces of #6aaaba

RGB 106170186
HSL0.530.370.57
HSV192°43°73°
CMYK 0.430.090.00   0.27
XYZ29.181535.358851.7413
Yxy35.35880.25100.3041
Hunter Lab59.4633-16.4621-9.9662
CIE-Lab66.0271-16.2571-14.6451

#6aaaba color RGB value is (106,170,186).

#6aaaba hex color red value is 106, green value is 170 and the blue value of its RGB is 186. Cylindrical-coordinate representations (also known as HSL) of color #6aaaba hue: 0.53 , saturation: 0.37 and the lightness value of 6aaaba is 0.57.

The process color (four color CMYK) of #6aaaba color hex is 0.43, 0.09, 0.00, 0.27. Web safe color of #6aaaba is #6699cc. Color #6aaaba contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01101010 10101010 10111010
Octal 152 252 272
Decimal 106 170 186
Hex 6A AA BA

RGB Percentages of Color #6aaaba

%22.94
%36.80
%40.26

CMYK Percentages of Color #6aaaba

%43
%9
%0
%27

Triadic Colors of #6aaaba

#6aaaba #ba6aaa #aaba6a

Analogous Colors of #6aaaba

#6aaaba #6a82ba #6abaa2

Monochromatic Colors of #6aaaba

#6aaaba

Complementary Color

#6aaaba #ba7a6a

#6aaaba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6aaaba Color Preview on White Background

Lorem ipsum dolor sit amet.

#6aaaba Color CSS Codes

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

#6aaaba Text Font Color

<p style="color:#6aaaba">Text here</p>

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


#6aaaba Background Color

<div style="background-color:#6aaaba">
Div content here</div>

This div background color is #6aaaba


#6aaaba Border Color

<div style="border:3px solid #6aaaba">
Div here</div>

This div border color is #6aaaba


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(106,170,186, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #6aaaba; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #6aaaba;
  -webkit-box-shadow: 1px 1px 3px 2px #6aaaba;
  box-shadow:         1px 1px 3px 2px #6aaaba; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(106,170,186, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6aaaba


Comments

No comments written yet.

Please login to write comment.