Color Hex Logo

#6aaab3 Color Hex

#6AAAB3
(106,170,179)
0 Favorites   0 Comments

Color spaces of #6aaab3

RGB 106170179
HSL0.520.320.56
HSV187°41°70°
CMYK 0.410.050.00   0.30
XYZ28.455335.068347.9169
Yxy35.06830.25530.3147
Hunter Lab59.2185-17.8607-6.5218
CIE-Lab65.8018-18.1078-11.0894

#6aaab3 color RGB value is (106,170,179).

#6aaab3 hex color red value is 106, green value is 170 and the blue value of its RGB is 179. Cylindrical-coordinate representations (also known as HSL) of color #6aaab3 hue: 0.52 , saturation: 0.32 and the lightness value of 6aaab3 is 0.56.

The process color (four color CMYK) of #6aaab3 color hex is 0.41, 0.05, 0.00, 0.30. Web safe color of #6aaab3 is #6699cc. Color #6aaab3 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01101010 10101010 10110011
Octal 152 252 263
Decimal 106 170 179
Hex 6A AA B3

RGB Percentages of Color #6aaab3

%23.30
%37.36
%39.34

CMYK Percentages of Color #6aaab3

%41
%5
%0
%30

Triadic Colors of #6aaab3

#6aaab3 #b36aaa #aab36a

Analogous Colors of #6aaab3

#6aaab3 #6a86b3 #6ab398

Monochromatic Colors of #6aaab3

#6aaab3

Complementary Color

#6aaab3 #b3736a

#6aaab3 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6aaab3 Color Preview on White Background

Lorem ipsum dolor sit amet.

#6aaab3 Color CSS Codes

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

#6aaab3 Text Font Color

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

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


#6aaab3 Background Color

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

This div background color is #6aaab3


#6aaab3 Border Color

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

This div border color is #6aaab3


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6aaab3


Comments

No comments written yet.

Please login to write comment.