Color Hex Logo

#6aaabf Color Hex

#6AAABF
(106,170,191)
0 Favorites   0 Comments

Color spaces of #6aaabf

RGB 106170191
HSL0.540.400.58
HSV195°45°75°
CMYK 0.450.110.00   0.25
XYZ29.722635.575254.5904
Yxy35.57520.24790.2967
Hunter Lab59.6449-15.4276-12.5141
CIE-Lab66.1941-14.9048-17.1708

#6aaabf color RGB value is (106,170,191).

#6aaabf hex color red value is 106, green value is 170 and the blue value of its RGB is 191. Cylindrical-coordinate representations (also known as HSL) of color #6aaabf hue: 0.54 , saturation: 0.40 and the lightness value of 6aaabf is 0.58.

The process color (four color CMYK) of #6aaabf color hex is 0.45, 0.11, 0.00, 0.25. Web safe color of #6aaabf is #6699cc. Color #6aaabf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01101010 10101010 10111111
Octal 152 252 277
Decimal 106 170 191
Hex 6A AA BF

RGB Percentages of Color #6aaabf

%22.70
%36.40
%40.90

CMYK Percentages of Color #6aaabf

%45
%11
%0
%25

Triadic Colors of #6aaabf

#6aaabf #bf6aaa #aabf6a

Analogous Colors of #6aaabf

#6aaabf #6a80bf #6abfaa

Monochromatic Colors of #6aaabf

#6aaabf

Complementary Color

#6aaabf #bf7f6a

#6aaabf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6aaabf Color Preview on White Background

Lorem ipsum dolor sit amet.

#6aaabf Color CSS Codes

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

#6aaabf Text Font Color

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

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


#6aaabf Background Color

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

This div background color is #6aaabf


#6aaabf Border Color

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

This div border color is #6aaabf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6aaabf


Comments

No comments written yet.

Please login to write comment.